Skip to content
Snippets Groups Projects
  1. May 27, 2020
  2. May 26, 2020
  3. Jan 27, 2020
  4. Dec 12, 2019
  5. Nov 26, 2019
  6. Nov 25, 2019
  7. Oct 02, 2019
    • Benjamin Bertrand's avatar
      Use conda_env module instead of handler · e62683d3
      Benjamin Bertrand authored
      Using the conda_env module is more robust.
      - If the handler failed for any reason, the env file had to be deleted
        for it to run again
      - conda_env ensures the environment is up to date without having to recreate it
      v0.14.0
      e62683d3
  8. Sep 26, 2019
  9. Sep 20, 2019
  10. Sep 19, 2019
  11. Sep 18, 2019
  12. Aug 16, 2019
  13. Jun 12, 2019
  14. May 22, 2019
  15. May 17, 2019
  16. Apr 23, 2019
  17. Apr 15, 2019
  18. Apr 09, 2019
  19. Jan 31, 2019
    • Benjamin Bertrand's avatar
      Use mirror on artifactory to install conda · a50314eb
      Benjamin Bertrand authored
      1. It's easier to use a mirror (no need to manually copy new RPMs to
      artifactory)
      2. The mirror is configured in this role because it's the only repo needed to
      install conda (no EPEL). No need to put it in the ics-ans-role-repository and
      add a dependency.
      a50314eb
  20. Jan 27, 2019
    • Benjamin Bertrand's avatar
      Clean conda env files for test · b95f4d67
      Benjamin Bertrand authored
      - only specify the python version to install (without exact dependencies
      to avoid deprecated packages)
      - use file from the repository to test http url (python27_env.yml) to
      not rely on an external repository
      v0.9.0
      b95f4d67
    • Benjamin Bertrand's avatar
      Install conda using RPM · 91851841
      Benjamin Bertrand authored
      RPM released by anaconda.
      Installation is done from the RPM to avoid adding the repository as
      dependency.
      91851841
Loading