b172dfb35118ba2c45e509fb07cc782dca9765ac braney Mon Mar 9 09:57:58 2020 -0700 v395 final build, refs #25041 diff --git src/utils/qa/weeklybld/buildEnv.csh src/utils/qa/weeklybld/buildEnv.csh index fe6cac5..81b4b01 100755 --- src/utils/qa/weeklybld/buildEnv.csh +++ src/utils/qa/weeklybld/buildEnv.csh @@ -1,32 +1,32 @@ # set for preview 1: move date and vNNN from REVIEWDAY to LASTREVIEWDAY setenv REVIEWDAY 2020-02-24 # v395 preview setenv LASTREVIEWDAY 2020-02-03 # v394 preview setenv previewSubversion # empty string unless mistake, otherwise .1 etc # set for preview 2: move date and vNNN from REVIEW2DAY to LASTREVIEW2DAY setenv REVIEW2DAY 2020-03-02 # v394 preview2 setenv LASTREVIEW2DAY 2020-02-10 # v394 preview2 setenv preview2Subversion # empty string unless mistake, otherwise .1 etc # set these three for final build: increment NN and copy date from TODAY to LASTWEEK -setenv BRANCHNN 394 # increment for new build -setenv TODAY 2020-02-17 # v394 final, copy to LASTWEEK -setenv LASTWEEK 2020-01-27 # v393 final, copy to LASTWEEK +setenv BRANCHNN 395 # increment for new build +setenv TODAY 2020-03-09 # v395 final, copy to LASTWEEK +setenv LASTWEEK 2020-02-17 # v394 final, copy to LASTWEEK setenv baseSubversion # empty string unless mistake, otherwise .1 etc (warning: fixed for _base but not _branch) setenv BUILDHOME /hive/groups/browser/newBuild setenv WEEKLYBLD ${BUILDHOME}/kent/src/utils/qa/weeklybld setenv REPLYTO azweig@ucsc.edu setenv GITSHAREDREPO hgwdev.gi.ucsc.edu:/data/git/kent.git # see also paths in kent/java/build.xml setenv BUILDDIR $BUILDHOME # must get static MYSQL libraries, not the dynamic ones from the auto configuration setenv MYSQLINC /usr/include/mysql setenv MYSQLLIBS /usr/lib64/mysql/libmysqlclient.a setenv JAVABUILD /scratch/javaBuild setenv JAVA_HOME /usr/java/default setenv CLASSPATH .:/usr/share/java:/usr/java/default/jre/lib/rt.jar:/usr/java/default/jre/lib:/usr/share/java/httpunit.jar:/cluster/bin/java/jtidy.jar:/usr/share/java/rhino.jar:/cluster/bin/java/mysql-connector-java-3.0.16-ga-bin.jar # java and ant wont run on hgwdev now without setting max memory setenv _JAVA_OPTIONS "-Xmx1024m"