Browse code

No more submodules (#18776)

John R Barker authored on 2016/12/07 07:02:24
Showing 1 changed files
... ...
@@ -9,9 +9,9 @@ Ansible is a radically simple IT automation system.  It handles configuration-ma
9 9
 
10 10
 Read the documentation and more at https://ansible.com/
11 11
 
12
-Many users run straight from the development branch (it's generally fine to do so), but you might also wish to consume a release.  
12
+Many users run straight from the development branch (it's generally fine to do so), but you might also wish to consume a release.
13 13
 
14
-You can find instructions [here](https://docs.ansible.com/intro_getting_started.html) for a variety of platforms.  If you decide to go with the development branch, be sure to run `git submodule update --init --recursive` after doing a checkout. 
14
+You can find instructions [here](https://docs.ansible.com/intro_getting_started.html) for a variety of platforms.  If you decide to go with the development branch, be sure to run `git submodule update --init --recursive` after doing a checkout.
15 15
 
16 16
 If you want to download a tarball of a release, go to [releases.ansible.com](https://releases.ansible.com/ansible), though most users use `yum` (using the EPEL instructions linked above), `apt` (using the PPA instructions linked above), or `pip install ansible`.
17 17
 
... ...
@@ -27,11 +27,11 @@ Design Principles
27 27
    * Allow module development in any dynamic language, not just Python
28 28
    * Be usable as non-root
29 29
    * Be the easiest IT automation system to use, ever.
30
-  
30
+
31 31
 Get Involved
32 32
 ============
33 33
 
34
-   * Read [Community Information](https://docs.ansible.com/community.html) for all kinds of ways to contribute to and interact with the project, including mailing list information and how to submit bug reports and code to Ansible.  
34
+   * Read [Community Information](https://docs.ansible.com/community.html) for all kinds of ways to contribute to and interact with the project, including mailing list information and how to submit bug reports and code to Ansible.
35 35
    * All code submissions are done through pull requests.  Take care to make sure no merge commits are in the submission, and use `git rebase` vs `git merge` for this reason.  If submitting a large code change (other than modules), it's probably a good idea to join ansible-devel and talk about what you would like to do or add first and to avoid duplicate efforts.  This not only helps everyone know what's going on, it also helps save time and effort if we decide some changes are needed.
36 36
    * Users list: [ansible-project](https://groups.google.com/group/ansible-project)
37 37
    * Development list: [ansible-devel](https://groups.google.com/group/ansible-devel)
... ...
@@ -43,7 +43,7 @@ Branch Info
43 43
 
44 44
    * Releases are named after Led Zeppelin songs. (Releases prior to 2.0 were named after Van Halen songs.)
45 45
    * The devel branch corresponds to the release actively under development.
46
-   * As of 1.8, modules are kept in different repos, you'll want to follow [core](https://github.com/ansible/ansible-modules-core) and [extras](https://github.com/ansible/ansible-modules-extras)
46
+   * For releases 1.8 - 2.2, modules are kept in different repos, you'll want to follow [core](https://github.com/ansible/ansible-modules-core) and [extras](https://github.com/ansible/ansible-modules-extras)
47 47
    * Various release-X.Y branches exist for previous releases.
48 48
    * We'd love to have your contributions, read [Community Information](https://docs.ansible.com/community.html) for notes on how to get started.
49 49
 
... ...
@@ -56,7 +56,7 @@ Ansible is sponsored by [Ansible, Inc](https://ansible.com)
56 56
 
57 57
 Licence
58 58
 =======
59
-GNU 
59
+GNU
60 60
 Click on the [Link](COPYING) to see the full text.
61 61
 
62 62