export QUALIFIER=e19:prof
ore17:debug
, etcjenkins/jenkins_build.sh
(or paste parts of it into your terminal)- set
OSCLIB_LIB
andOSCLIB_INC
manually to point to what you just built - rebuild your test release
- Profit!
git push
git tag $NEW_TAG_NUMBER
git push --tags
- Navigate to https://buildmaster.fnal.gov/buildmaster/view/Nova/job/external/job/osclib_build/ and click "Build Now".
- Wait
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