src/utils/qa/weeklybld/buildEnv.csh 1.100
1.100 2010/02/16 22:11:28 galt
v225 final build
Index: src/utils/qa/weeklybld/buildEnv.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/buildEnv.csh,v
retrieving revision 1.99
retrieving revision 1.100
diff -b -B -U 4 -r1.99 -r1.100
--- src/utils/qa/weeklybld/buildEnv.csh 11 Feb 2010 07:40:46 -0000 1.99
+++ src/utils/qa/weeklybld/buildEnv.csh 16 Feb 2010 22:11:28 -0000 1.100
@@ -1,13 +1,15 @@
-setenv BRANCHNN 224
-setenv TODAY 2010-02-02 # v224 final
-setenv LASTWEEK 2010-01-19 # v223 final
+setenv BRANCHNN 225
+setenv TODAY 2010-02-16 # v225 final
+setenv LASTWEEK 2010-02-02 # v224 final
setenv REVIEWDAY 2010-02-10 # v225 preview
setenv LASTREVIEWDAY 2010-01-26 # v224 preview
+setenv GWEEKLYBLD /cluster/bin/build/buildrepo/src/utils/qa/weeklybld
setenv WEEKLYBLD /cluster/bin/build/scripts
setenv BOX32 titan
+setenv GITSHAREDREPO hgwdev.cse.ucsc.edu:/scratch/kentrepo.git
setenv CVSROOT /projects/compbio/cvsroot
setenv CVS_RSH ssh
setenv MYSQLINC /usr/include/mysql
@@ -21,11 +23,13 @@
setenv USE_BAM 1
if ( "$HOST" == "$BOX32" ) then
setenv BUILDDIR /scratch/releaseBuild
+ setenv GBUILDDIR /scratch/gReleaseBuild
endif
if ( "$HOST" == "hgwbeta" ) then
setenv BUILDDIR /data/releaseBuild
+ setenv GBUILDDIR /data/gReleaseBuild
endif
if ( "$HOST" == "hgwdev" ) then
setenv CVS_REPORTS_WORKDIR /scratch/cvs-reports
setenv JAVABUILD /scratch/javaBuild