01f4c1ea296441f023e2717351d7d007fcfda094
chmalee
  Mon Oct 18 10:08:03 2021 -0700
v422 final build, refs #28292

diff --git src/utils/qa/weeklybld/buildEnv.csh src/utils/qa/weeklybld/buildEnv.csh
index fa1d9ea..4789f9b 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 2021-10-04             # v422 preview
 setenv LASTREVIEWDAY  2021-09-13             # v421 preview
 setenv previewSubversion       # empty string unless mistake, otherwise .1 etc
 
 # set for preview 2: move date and vNNN from REVIEW2DAY to LASTREVIEW2DAY
 setenv REVIEW2DAY  2021-10-11           # v422 preview2
 setenv LASTREVIEW2DAY  2021-09-20           # v421 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 421                    # increment for new build
-setenv TODAY 2021-09-27                 # v421 final
-setenv LASTWEEK 2021-09-07                 # v420 final
+setenv BRANCHNN 422                    # increment for new build
+setenv TODAY 2021-10-18                 # v422 final
+setenv LASTWEEK 2021-09-27                 # v421 final
 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"