1. 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
    • Freeze pip, setuptools, and virtualenv · 464c9734
      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
  2. 04 Jan, 2016 1 commit
  3. 21 Dec, 2015 1 commit
  4. 17 Dec, 2015 4 commits
  5. 11 Dec, 2015 6 commits
  6. 09 Dec, 2015 4 commits
  7. 08 Dec, 2015 2 commits
  8. 06 Oct, 2015 1 commit
    • Fix various installation failures · 82a4e1f8
      1. The libxmlsec1-dev package is missing from the script (but exists on the Wiki page), which causes installation fails.
      2. G++ 4.8 is required to build v8 engine which is required by nodejs used by edx-insights. But the offical Ubuntu 12.04 only provides gcc 4.6.3, so we should set ppa's tool chain and install gcc/g++ 4.8 before actual installation.
      louyihua committed
  9. 21 Aug, 2015 2 commits
  10. 10 Aug, 2015 1 commit
  11. 30 May, 2015 1 commit
  12. 06 May, 2015 2 commits
  13. 04 Feb, 2015 1 commit
  14. 25 Nov, 2014 1 commit
  15. 30 Jul, 2014 1 commit
  16. 19 May, 2014 1 commit
  17. 02 Apr, 2014 2 commits
  18. 22 Jan, 2014 6 commits