1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #13141 from Val/update_debian_packaging_documentation

Update debian packaging documentation
This commit is contained in:
Brian Coca 2015-11-12 08:09:39 -08:00
commit 2dad974048

View file

@ -4,7 +4,7 @@ Ansible Debian Package
To create an Ansible DEB package: To create an Ansible DEB package:
sudo apt-get install python-paramiko python-yaml python-jinja2 python-httplib2 python-setuptools python-six sshpass sudo apt-get install python-paramiko python-yaml python-jinja2 python-httplib2 python-setuptools python-six sshpass
sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot asciidoc devscripts sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot asciidoc devscripts docbook-xml xsltproc
git clone git://github.com/ansible/ansible.git git clone git://github.com/ansible/ansible.git
cd ansible cd ansible
make deb make deb