Commit 67d606d9 authored by Willi Rath's avatar Willi Rath
Browse files

Merge branch 'develop' into 'master'

Add git env

See merge request !46
parents 85aa4781 61b67413
Loading
Loading
Loading
Loading
Loading

_env_templates/git.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
name: git
channels:
  - {conda-forge}
  - {anaconda}
dependencies:
  - anaconda-client
  - git
  - git-lfs

_envs_hlrn/git.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
name: git
channels:
  - file://home/b/shkifmwr/TM/data/conda_mirror/conda-forge_local_mirror/
  - file://home/b/shkifmwr/TM/data/conda_mirror/anaconda_local_mirror/
dependencies:
  - anaconda-client
  - git
  - git-lfs

_envs_nesh/git.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
name: git
channels:
  - https://conda.anaconda.org/conda-forge
  - https://repo.continuum.io/pkgs/free
dependencies:
  - anaconda-client
  - git
  - git-lfs

_envs_vulcanus/git.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
name: git
channels:
  - file://media/wrath/wrath_003/conda_mirror/conda-forge_local_mirror/
  - file://media/wrath/wrath_003/conda_mirror/anaconda_local_mirror/
dependencies:
  - anaconda-client
  - git
  - git-lfs

envs/git.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
name: git
channels:
  - https://conda.anaconda.org/conda-forge
  - https://repo.continuum.io/pkgs/free
dependencies:
  - anaconda-client
  - git
  - git-lfs