mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Updating packaging locations - incorporating review feedback.
This commit is contained in:
parent
60276b60a2
commit
b2ec984130
1 changed files with 4 additions and 2 deletions
|
@ -115,7 +115,7 @@ RPMs for RHEL6 are available from yum for `EPEL
|
||||||
<http://fedoraproject.org/wiki/EPEL>`_ 6 and currently supported
|
<http://fedoraproject.org/wiki/EPEL>`_ 6 and currently supported
|
||||||
Fedora distributions.
|
Fedora distributions.
|
||||||
|
|
||||||
Ansible will also have RPMs/YUM-repo available at `<https://releases.ansible.com/ansible/rpm/`.
|
Ansible will also have RPMs/YUM-repo available at `<https://releases.ansible.com/ansible/rpms/`.
|
||||||
|
|
||||||
Ansible itself can manage earlier operating
|
Ansible itself can manage earlier operating
|
||||||
systems that contain Python 2.6 or higher (so also EL6).
|
systems that contain Python 2.6 or higher (so also EL6).
|
||||||
|
@ -124,7 +124,7 @@ You can also build an RPM yourself. From the root of a checkout or tarball, use
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ git clone git://github.com/ansible/ansible.git --recursive
|
$ git clone git://github.com/ansible/ansible.git
|
||||||
$ cd ./ansible
|
$ cd ./ansible
|
||||||
$ make rpm
|
$ make rpm
|
||||||
$ sudo rpm -Uvh ./rpm-build/ansible-*.noarch.rpm
|
$ sudo rpm -Uvh ./rpm-build/ansible-*.noarch.rpm
|
||||||
|
@ -282,6 +282,8 @@ Packaging Ansible or wanting to build a local package yourself, but don't want t
|
||||||
These releases are also tagged in the `git repository <https://github.com/ansible/ansible/releases>`_ with the release version.
|
These releases are also tagged in the `git repository <https://github.com/ansible/ansible/releases>`_ with the release version.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. _from_source:
|
.. _from_source:
|
||||||
|
|
||||||
Running From Source
|
Running From Source
|
||||||
|
|
Loading…
Reference in a new issue