Versions Compared

Key

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

...

bin/ana-rel-admin --force --cmd psana-conda-src --name 4.0.56 --basedir `pwd` --tagsfile psana-conda-svn-pkgs[-test]

Algorithm of ana-rel-admin

Command bin/ana-rel-admin ...   command assembles all the source code from github and svn archives with the latest tags into a .tar.gz file

--basedir`pwd` is converted to /cds/sw/ds/ana/conda1/manage/

input: < config/psana-conda-svn-pkgs # contains the list of packages with source code

output:

> scratch/psana-conda-4.0.56/<packages>   # clones of all packages form git or svn
> scratch/psana-conda-4.0.56/psana-conda-tag    # tags extended with version like 'tag': 'V02-00-76'
> scratch/psana-conda-4.0.56/psana-conda-4.0.56/.sit_release    #  contains psana-conda-4.0.56
> downloads/anarel/psana-conda-4.0.56.tar.gz  # archived content of scratch/psana-conda-4.0.56

Accessible through url:
file:///cds/sw/ds/ana/conda1/manage/downloads/anarel/psana-conda-4.0.56.tar.gz

added dump in bin/ana-rel-admin: sha256sum .../psana-conda-4.0.56.tar.gz > 443440bf7a7fdbcdf89314b68c07f97f5a89dff38d6da98685e74f0671fac37d

why psana-conda-4.0.56.tar.gz is needed under /reg/g/psdm/web/swdoc/tutorials/ ?

why do not copy psana-conda-4.0.56.tar.gz  to  /reg/g/psdm/web/swdoc/tutorials/ in bin/ana-rel-admin?

...