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 and bhooshan-gadre committed Mar 4, 2024
1 parent 350a6a7 commit c9bffec
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 cvmfs.pycbc@cvmfs-software.ligo.caltech.edu <<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}/ cvmfs.pycbc@cvmfs-software.ligo.caltech.edu:/cvmfs/software.igwn.org/pycbc/${ENV_OS}/virtualenv/pycbc-${SOURCE_TAG}/
ssh cvmfs.pycbc@cvmfs-software.ligo.caltech.edu "sudo -u repo.software cvmfs_server publish"

0 comments on commit c9bffec

Please sign in to comment.