summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-07-14 07:12:13 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-07-14 07:12:40 -0400
commit6376dda5c7ba259d28451d930de22bc15c431151 (patch)
treeb0b7cef6735a63c22c4248b62d06dfe8f64aefea
parent6971e92f39f1579a7ae99f115d11600238755182 (diff)
downloadansible-6376dda5c7ba259d28451d930de22bc15c431151.tar.gz
clarified v1/ purpose and relationships with tags and branches
-rw-r--r--v1/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/v1/README.md b/v1/README.md
index 396e8434c4..bbc03a45a1 100644
--- a/v1/README.md
+++ b/v1/README.md
@@ -1,4 +1,6 @@
This is dead code, it is here for convinience for those testing current devel so as to acertain if a bug was introduced in the v2 rewrite or was preexisitng 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.
DO NOT:
* use this code as reference