Hi all, the transition on devel to the v2 codebase is complete. If you run into any problems and want to switch back to using the old v1 codebase from a git checkout, simply source the hacking script in the v1 directory instead:
$ . v1/hacking/env-setup
As always if and when you find any bugs, you can either open an issue directly on Github or ping us on the ansible-devel mailing list or in ansible-devel on Freenode.
We just synced the v1 directory with the v1_last branch to resolve the AttributeError. I don’t believe the setup.py issue should affect things, or at least it hasn’t affected anything for me.
When we had v2 in a separate directory I commented out the setup.py stuff from the env-setup script. Not sure if that will work here or not. The v1/bin/ansible* scripts need to find some egg_info for ansible but chances are it doesn’t need to find a specific version.
Maybe the best plan is to copy a generated egg_info tree into the v1 directory and comment out the setup.py call.