1. 25 Apr, 2016 1 commit
  2. 21 Apr, 2016 2 commits
  3. 20 Apr, 2016 2 commits
  4. 14 Apr, 2016 1 commit
  5. 31 Mar, 2016 1 commit
  6. 22 Mar, 2016 1 commit
    • Fix a bug in the git module: branches might not check out properly · 28792da5
      Cherry-picked from master.
      
      If a git version is specified as a branch, and the commit referred to is
      already on the local working tree, but the branch is not, then the
      checkout will fail.
      
      This is because the Ansible 1.9.3 module would check to see if the
      commit was already present, and if so, did not fetch. This meant the
      branch wasn't defined in the local working tree.
      
      This can happen if you make a branch but there aren't any changes on the
      branch.
      Ned Batchelder committed
  7. 17 Mar, 2016 1 commit
  8. 16 Mar, 2016 1 commit
  9. 14 Mar, 2016 1 commit
  10. 09 Mar, 2016 2 commits
  11. 08 Mar, 2016 3 commits
  12. 07 Mar, 2016 1 commit
  13. 10 Feb, 2016 3 commits
  14. 09 Feb, 2016 4 commits
  15. 05 Feb, 2016 2 commits
  16. 01 Feb, 2016 3 commits
  17. 28 Jan, 2016 1 commit
  18. 21 Jan, 2016 2 commits
    • Freeze pip, setuptools, and virtualenv · 83624a3b
      Pip 8.0.0, released a few hours ago, tries to uninstall deb-installed
      python modules that it wants to upgrade, and always fails when doing so.
      The effect is that configuration/requirements.txt cannot be fulfilled,
      notably ansible 1.9.3-edx, which requires an upgrade to pycrypto.
      
      This forces the installation of pip to the latest one prior to 8.0.0,
      7.1.2.
      
      It also freezes setuptools and virtualenv, so that they should all match
      the current versions required on
      playbooks/roles/common_vars/defaults/main.yml:common_pip_pkgs.
      Adolfo R. Brandes committed
  19. 15 Jan, 2016 2 commits
  20. 14 Jan, 2016 2 commits
  21. 13 Jan, 2016 1 commit
  22. 11 Jan, 2016 3 commits