export QUALIFIER=e20:prof
or c7:debug
, etcexport STAN=stan
or export STAN=stanfree
jenkins/jenkins_build.sh
(or paste parts of it into your terminal)OSCLIB_LIB
and OSCLIB_INC
manually to point to what you just builtgit push
git tag $NEW_TAG_NUMBER
git push --tags
wget https://buildmaster.fnal.gov/buildmaster/view/Nova/job/external/job/osclib_collect/lastSuccessfulBuild/artifact/*zip*/archive.zip
unzip archive.zip
mv archive/* .
rm archive.zip
ssh cvmfs${EXPERIMENT}@oasiscfs.fnal.gov
cvmfs_server transaction ${EXPERIMENT}.opensciencegrid.org
# fetch the files you extracted previously to the correct /cvmfs directory
cvmfs_server publish ${EXPERIMENT}.opensciencegrid.org
Update setup/nova-offline-ups-externals-development
, and nova-offline-ups-externals-development-prof
. Notify #cmake
Update cmake/ups_env_setup.sh