38c3ca8c23fde6c5f3644cf17b640ec8c6c480c2
jcasper
  Mon Apr 22 10:28:54 2024 -0700
Restoring hgdownload2 in build scripts, admins wanted it to receive updates

diff --git src/utils/qa/weeklybld/buildHgCentralSql.csh src/utils/qa/weeklybld/buildHgCentralSql.csh
index 66c0996..2574246 100755
--- src/utils/qa/weeklybld/buildHgCentralSql.csh
+++ src/utils/qa/weeklybld/buildHgCentralSql.csh
@@ -84,32 +84,32 @@
 endif 
 
 rm hgcentral.sql
 cp -p /tmp/hgcentral.sql hgcentral.sql
 set temp = '"'"v${BRANCHNN}"'"'
 git commit -m $temp hgcentral.sql
 if ( $status ) then
 	echo "error during git commit of hgcentral.sql."
 	exit 1
 endif
 
 # push to hgdownload
 ssh -n qateam@hgdownload "rm /mirrordata/apache/htdocs/admin/hgcentral.sql"
 scp -p hgcentral.sql qateam@hgdownload:/mirrordata/apache/htdocs/admin/
 
-#ssh -n qateam@hgdownload2 "rm /mirrordata/apache/htdocs/admin/hgcentral.sql"
-#scp -p hgcentral.sql qateam@hgdownload2:/mirrordata/apache/htdocs/admin/
+ssh -n qateam@hgdownload2 "rm /mirrordata/apache/htdocs/admin/hgcentral.sql"
+scp -p hgcentral.sql qateam@hgdownload2:/mirrordata/apache/htdocs/admin/
 
 ssh -n qateam@genome-euro "rm /mirrordata/apache/htdocs/admin/hgcentral.sql"
 scp -p hgcentral.sql qateam@genome-euro:/mirrordata/apache/htdocs/admin/
 
 # archive
 set dateStamp = `date "+%FT%T"`
 cp -p hgcentral.sql /hive/groups/browser/centralArchive/hgcentral.$dateStamp.sql
 gzip /hive/groups/browser/centralArchive/hgcentral.$dateStamp.sql
 
 echo
 echo "A new hgcentral.sql file should now be present at:"
 echo "  http://hgdownload.soe.ucsc.edu/admin/"
 echo "   and"
 echo "  genome-euro"
 echo