src/utils/qa/weeklybld/doNewBranch32.csh 1.6
1.6 2009/02/11 04:38:11 mikep
dont hang on input
Index: src/utils/qa/weeklybld/doNewBranch32.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/doNewBranch32.csh,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/qa/weeklybld/doNewBranch32.csh 14 Oct 2008 18:50:52 -0000 1.5
+++ src/utils/qa/weeklybld/doNewBranch32.csh 11 Feb 2009 04:38:11 -0000 1.6
@@ -65,9 +65,9 @@
endif
# do not do this here this way - we might as well wait until
# later in the week to run this after most branch-tag moves will have been applied.
-#ssh $BOX32 $WEEKLYBLD/buildCgi32.csh
+#ssh -n $BOX32 $WEEKLYBLD/buildCgi32.csh
if ( $status ) then
echo "build 32-bit CGIs on $HOST failed [${0}: `date`]"
exit 1
endif