Parent Directory
|
Revision Log
|
Revision Graph
Put scripts in cvs area
#!/bin/bash
logfile=/afs/cern.ch/atlas/offline/external/FullChainTest/cron/starter_log.txt
submitscript=/afs/cern.ch/atlas/offline/external/FullChainTest/cron/fullchain_submission.sh
RELEASE="12.0.6" ; export RELEASE
EXTRARELEASEDIGIT="1" ; export EXTRARELEASEDIGIT
BRANCH=${RELEASE}.${EXTRARELEASEDIGIT} ; export BRANCH
SETUPTAGS="gcc323" ; export SETUPTAGS
if [[ ! -n $LASTGOODDIR ]]
then
LASTGOODDIR=/afs/cern.ch/atlas/offline/external/FullChainTest/${BRANCH}/root_files ; export LASTGOODDIR
fi
if [[ ! -n $RUNMODE ]]
then
RUNMODE="Full" ; export RUNMODE
fi
echo "Running test job on release ${RELEASE}.${EXTRARELEASEDIGIT}, starting at" `date` >> ${logfile}
echo " \$RUNMODE is ${RUNMODE}" >> ${logfile}
echo " \$CMTDIR is not set yet - will be set to default" >> ${logfile}
echo " \$LASTGOODDIR is ${LASTGOODDIR}" >> ${logfile}
${submitscript}
| CERN Central CVS service | ViewVC Help |
| Powered by ViewVC 1.0.9 |