src/utils/qa/weeklybld/makeUserApps.csh 1.6
1.6 2009/09/22 19:39:49 galt
oops fixed path problem
Index: src/utils/qa/weeklybld/makeUserApps.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/makeUserApps.csh,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/qa/weeklybld/makeUserApps.csh 22 Sep 2009 02:46:59 -0000 1.5
+++ src/utils/qa/weeklybld/makeUserApps.csh 22 Sep 2009 19:39:49 -0000 1.6
@@ -54,10 +54,11 @@
# copy everything if 64 bit
if ("$HOST" == "hgwbeta") then
#clear out the old and copy in the new
foreach f ( ${DESTDIR}/${BINDIR}/* )
- ssh -n qateam@hgdownload "rm /mirrordata/apache/htdocs/admin/exe/$BINDIR/$f"
- scp -p ${DESTDIR}/${BINDIR}/$f qateam@hgdownload:/mirrordata/apache/htdocs/admin/exe/$BINDIR/
+ echo $f
+ ssh -n qateam@hgdownload "rm /mirrordata/apache/htdocs/admin/exe/$BINDIR/$f:t"
+ scp -p $f qateam@hgdownload:/mirrordata/apache/htdocs/admin/exe/$BINDIR/$f:t
end
endif
# copy liftOver if 32 bit