5adcf6bc2904690de7b7b30a83ec8a7a0996abe9 galt Tue Aug 21 00:01:25 2018 -0700 changing cse subdomain to soe diff --git src/utils/qa/checkPushedFiles.csh src/utils/qa/checkPushedFiles.csh index 4ba7180..3cc54e1 100755 --- src/utils/qa/checkPushedFiles.csh +++ src/utils/qa/checkPushedFiles.csh @@ -9,31 +9,31 @@ # Ann Zweig ################################ set fileList='' set files='' set website='' if ( $#argv != 2 ) then echo echo " checks to see if files are in place, after a push" echo echo " usage: website files(s)" echo echo " website should include the path of the directory where" echo " the files reside, such as:" - echo " http://hgdownload.cse.ucsc.edu/goldenPath/hg19/liftOver/ " + echo " http://hgdownload.soe.ucsc.edu/goldenPath/hg19/liftOver/ " echo echo " file(s) is either a single name or a list of names, and can" echo " include items with additional directory structure, like so:" echo " filename" echo " dir/filename" echo " dir/dir/dir/filename" echo echo " any output other than '200 OK' indicates an error." echo exit 1 else set website=$argv[1] set fileList=$argv[2] endif