Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

make sure the psana1-py2 env is used (needed by py2 ana-rel-admin)
cd /cds/sw/ds/ana/conda1/manage-feedstocks/
ana-rel-admin --force --cmd psana-conda-src --name 2.0.6 --basedir `pwd`

...

  • source /cds/sw/ds/ana/conda1/inst/etc/profile.d/conda.sh
  • conda activate conda_build
  • cd /cds/sw/ds/ana/conda1/manage-feedstocks/
  • bin/ana-rel-admin --force --cmd psana-conda-src --name 4.0.11 --basedir `pwd`

...

  • cd /cds/sw/ds/ana/conda1/manage-feedstocks/downloads/anarel
  • cp psana-conda-4.0.11.tar.gz /reg/g/psdm/web/swdoc/tutorials
  • sha256sum psana-conda-4.0.11.tar.gz <copy the checksum>

...

  • source /cds/sw/ds/ana/conda1/inst/etc/profile.d/conda.sh
  • cd /cds/sw/ds/ana/conda1/manage-feedstocks/jenkins/
  • conda env create -n ana-4.0.11 --file ana-env-py2.yaml
  • conda env create -n ana-4.0.11-py3 --file ana-env-py3.yaml

...

To create the environment as psrel, use these commands (might have to be done in /cds/sw/ds/ana/conda2/manage/recipes/ directory to pickup conda_build_config.yaml file?):

conda create --name ps-N.N.N --file ../ env_create.yaml (devel env)

conda create --name ps-N.N.N --file ../ prod_create.yaml (prod env)