Skip to content

Commit

Permalink
Need to create .cvmfscatalog file (gwastro#4619)
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh authored Feb 5, 2024
1 parent 806750c commit d010ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/venv_transfer_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ssh [email protected] <<EOF
sudo -u repo.software cvmfs_server transaction -t 300 software.igwn.org
sudo -u repo.software chmod go+rx /cvmfs/software.igwn.org/
mkdir -p /cvmfs/software.igwn.org/pycbc/${ENV_OS}/virtualenv/pycbc-${SOURCE_TAG}
touch /cvmfs/software.igwn.org/pycbc/${ENV_OS}/virtualenv/pycbc-${SOURCE_TAG}/.cvmfscatalog
EOF
rsync --rsh="ssh" $RSYNC_OPTIONS --filter='Pp .cvmfscatalog' --filter='Pp .cvmfsautocatalog' -qraz ${VENV_PATH}/ [email protected]:/cvmfs/software.igwn.org/pycbc/${ENV_OS}/virtualenv/pycbc-${SOURCE_TAG}/
ssh [email protected] "sudo -u repo.software cvmfs_server publish"

0 comments on commit d010ec5

Please sign in to comment.