08dbac9faf64656dc2119a28d1e971367c517636 braney Thu Aug 13 15:32:00 2020 -0700 removing references to download-sd. diff --git src/utils/qa/weeklybld/buildHgCentralSql.csh src/utils/qa/weeklybld/buildHgCentralSql.csh index bfaab08..b19d1c3 100755 --- src/utils/qa/weeklybld/buildHgCentralSql.csh +++ src/utils/qa/weeklybld/buildHgCentralSql.csh @@ -83,45 +83,44 @@ exit 0 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@hgdownload-sd "rm /mirrordata/apache/htdocs/admin/hgcentral.sql" -scp -p hgcentral.sql qateam@hgdownload-sd:/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 " http://hgdownload-sd.soe.ucsc.edu/admin/" +echo " genome-euro" echo echo "If it is not, you can request a push of the file:" echo " /usr/local/apache/htdocs/admin/hgcentral.sql" echo " from hgwdev --> hgdownload " echo echo "NOTE: Some mirrors like to get hgcentral tables via ftp or rsync" echo "from hgdownload.soe.ucsc.edu/mysql/hgcentral/ instead of from the" echo "hgcentral.sql file. To make a table in hgcentral available there" echo "right now, ask for it to be pushed from hgnfs1 --> hgdownload. (Or" echo "just wait for the automatic weekly rsync.)" echo git pull git push