newrel -t development tmpRel
cd tmpRel
setrel
make-release.pl # -no-build option will save you time. It's not on by default
ssh mippsoft@e907ana1
mipp-import-rel -rel RYY.MM.DD
cd releases/RYY.MM.DD
setrel RYY.MM.DD # This is VERY important to name the release
cd $SRT_PUBLIC_CONTEXT # Double-check that you are in the right directory
mipp-build-rel -rel RYY.MM.DD
psql batchproc -U mippdbwrite
alter table pass2 rename to pass2r3_2;
create table pass2 () inherits (bp);
grant select on pass2 to public;
ssh e907ana2
cd /pnfs/e907/reco3/FNAL
mkdir pass2
cd pass2
enstore pnfs --file-family=mipphisto
mkdir 1{1,2,3,4,5,6,7}
chmod g+w . 1?
ssh e907ana5 # Whatever machine where you have access to RYY.MM.DD built in step 3The link web_releases should point to /afs/fnal.gov/files/expwww/ppd/physical_experiments/e907/html/OfflineSoftware/releases/
setrel RYY.MM.DD
make-grid-rel
cp RYY.MM.DD_Linux2.X.tar.gz ~mippsoft/web_releases