Skip to content
Snippets Groups Projects
  1. Jun 04, 2018
  2. May 29, 2018
  3. Apr 25, 2018
    • Benjamin Bertrand's avatar
      Switch to artifactory channels · f5ce63b6
      Benjamin Bertrand authored
      1. Artifactory hosts a mirror of:
      - conda-forge
      - anaconda-main (this is the only channel from defaults that we care
        about)
      
      We also add the ics-conda channel.
      We probably want to allow people to add extra channels in the future.
      
      2. Remove the user condarc file. The default configuration should be
         done at system level.
      v0.7.1
      f5ce63b6
    • Benjamin Bertrand's avatar
      Change url example to gitlab · 6edecab7
      Benjamin Bertrand authored
      We want to track the changes to the conda environment files.
      They should be in git instead of artifactory.
      6edecab7
  4. Apr 24, 2018
  5. Mar 05, 2018
  6. Jan 24, 2018
  7. Jan 23, 2018
  8. Jan 10, 2018
  9. Jan 05, 2018
  10. May 10, 2017
    • Benjamin Bertrand's avatar
      Make Miniconda3 the default version · ea937790
      Benjamin Bertrand authored
      Miniconda2 was made the default because of Ansible, but there is no
      reason.
      Ansible has to use the default Python installation in the first place.
      
      For molecule, there is no problem to install that in a conda env with
      Python2.
      v0.4.0
      ea937790
  11. Apr 25, 2017
  12. Mar 24, 2017
  13. Mar 23, 2017
    • Benjamin Bertrand's avatar
      Install Miniconda2 by default · d41fe322
      Benjamin Bertrand authored
      Ansible still requires Python 2.
      We make Miniconda2 the default.
      
      It's still possible to install Miniconda3 by overriding
      miniconda_version and miniconda_installer_md5.
      d41fe322
  14. Mar 22, 2017
    • Benjamin Bertrand's avatar
      Add sudo package · c30eaf49
      Benjamin Bertrand authored
      sudo is required to install conda.
      It's automatically installed by molecule so the missing dependency was
      not detected by molecule test.
      c30eaf49
  15. Mar 20, 2017
Loading