5c6f593055bd6e9551e773010cc77db9cec94336 chmalee Mon Mar 1 12:29:53 2021 -0800 Change rsync options for beta build to get the right hgPhyloPlace data in place, refs Angie email diff --git src/utils/qa/weeklybld/doNewBranch.csh src/utils/qa/weeklybld/doNewBranch.csh index 991e52f..7fe0732 100755 --- src/utils/qa/weeklybld/doNewBranch.csh +++ src/utils/qa/weeklybld/doNewBranch.csh @@ -121,31 +121,31 @@ echo echo "Build branch sandbox on beta [${0}: `date`]" # build branch sandbox on beta #echo debug: disabled build branch sandbox on beta ./buildBeta.csh if ( $status ) then echo "build on beta failed for v$BRANCHNN [${0}: `date`]" echo "v$BRANCHNN build on beta failed [${0}: `date`]." | mail -s "v$BRANCHNN Build failed on beta" ${BUILDMEISTEREMAIL} echo "Waiting for any other processes to finish" wait exit 1 endif ## copy binaries to beta machine: -rsync -a -P --exclude=hg.conf --exclude=hg.conf.private \ +rsync -rLptgoD -P --exclude=hg.conf --exclude=hg.conf.private \ /usr/local/apache/cgi-bin-beta/ qateam@hgwbeta:/data/apache/cgi-bin/ ## this htdocs rsync seems redundant. buildBeta.csh does not update htdocs-beta, ## but make beta in htdocs/ does, however they should be identical already. rsync -a -P --exclude=hg.conf --exclude=hg.conf.private \ /usr/local/apache/htdocs-beta/ qateam@hgwbeta:/data/apache/htdocs/ rsync -a -P --exclude=hg.conf --exclude=hg.conf.private --delete \ /usr/local/apache/htdocs-beta/js/ qateam@hgwbeta:/data/apache/htdocs/js/ rsync -a -P --exclude=hg.conf --exclude=hg.conf.private --delete \ /usr/local/apache/htdocs-beta/style/ qateam@hgwbeta:/data/apache/htdocs/style/ echo "build on beta done for v$BRANCHNN [${0}: `date`]" echo "v$BRANCHNN built successfully on beta (day 16)." | mail -s "v$BRANCHNN Build complete on beta (day 16)." ${BUILDMEISTEREMAIL} galt@soe.ucsc.edu kent@soe.ucsc.edu browser-qa@soe.ucsc.edu echo echo "Waiting for the background beta:git-reports to finish [${0}: `date`]"