1. 30 Jun, 2016 1 commit
  2. 25 Apr, 2016 1 commit
  3. 21 Apr, 2016 2 commits
  4. 20 Apr, 2016 2 commits
  5. 14 Apr, 2016 1 commit
  6. 31 Mar, 2016 1 commit
  7. 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
  8. 17 Mar, 2016 1 commit
  9. 16 Mar, 2016 1 commit
  10. 14 Mar, 2016 1 commit
  11. 09 Mar, 2016 2 commits
  12. 08 Mar, 2016 3 commits
  13. 07 Mar, 2016 1 commit
  14. 10 Feb, 2016 3 commits
  15. 09 Feb, 2016 4 commits
  16. 05 Feb, 2016 2 commits
  17. 01 Feb, 2016 3 commits
  18. 28 Jan, 2016 1 commit
  19. 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
  20. 15 Jan, 2016 2 commits
  21. 14 Jan, 2016 2 commits
  22. 13 Jan, 2016 1 commit
  23. 11 Jan, 2016 2 commits