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