Versions Compared

Key

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

...

  • git repository data_test_access cloned with all other psana packages
  • location for data_test can be controlled in config/psana-conda-svn-pkgs:
    • subdir=/tmp - clones this package as /tmp/data_test
  • data_test_access is included but data_test is ignored in tar cfvz /cds/sw/ds/ana/conda1/manage/downloads/anarel/psana-conda-4.0.56.tar.gz psana-conda-4.0.56

Build on s3df

s3dfnx - nx - server on s3df connects to dubrovin@sdflogin002

cd .../con-build
. /sdf/group/lcls/ds/ana/sw/conda1/manage/bin/psconda.sh

conda deactivate

conda env list

conda activate conda_build


git clone git@github.com:slaclab/anarel-manage.git
cd anarel-manage/
bin/ana-rel-admin --force --cmd psana-conda-src --name 4.0.58 --basedir `pwd`

>>> missing svn command

conda create -n conda_build_svn svn conda_build anaconda-client

conda deactivate

conda activate conda_build_svn

python -V
Python 3.11.5

bin/ana-rel-admin --force --cmd psana-conda-src --name 4.0.58 --basedir `pwd`

>>> AssertionError: stderr from cmd=svn ls file:///afs/slac/g/pcds/svn/pdsdata/tags
   svn: E170013: Unable to connect to a repository at URL 'file:///afs/slac/g/pcds/svn/pdsdata/tags'
   svn: E180001: Unable to open repository 'file:///afs/slac/g/pcds/svn/pdsdata/tags'


On pcds nodes svn repo is file:///afs/slac/g/pcds/svn/pdsdata/tags

Wilko: afs is accessible on the interactive nodes (psana):
   sdfiana001> ls /afs/slac/g/pcds/svn/pdsdata
   conf/  db/  format  hooks/  locks/  README.txt

> sdflogin

> psana

...

conda activate conda_build_svn

bin/ana-rel-admin --force --cmd psana-conda-src --name 4.0.58 --basedir `pwd`

>>> on sdfiana001 can access svn, but can't access git



References