ansible/v1/README.md

12 lines
578 B
Markdown
Raw Normal View History

2015-07-15 17:55:26 +02:00
This is dead code, it is here for convenience for those testing current devel so as to ascertain if a bug was introduced in the v2 rewrite or was preexisting in the 1.x codebase.
Using this code should be equivalent of checking out the v1_last tag, which was devel at a point between 1.9.1 and 1.9.2 releases.
The stable-1.9 is the maintenance branch for the 1.9.x code, which might continue to diverge from the v1/ tree as bugs get fixed.
2015-07-13 15:22:54 +02:00
DO NOT:
* use this code as reference
2015-07-13 15:22:54 +02:00
* make PRs against this code
* expect this code to be shipped with the 2.0 version of ansible
2015-07-15 17:55:26 +02:00