[Swift-commit] r6802 - SwiftApps/Scattering/paintgrid
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Thu Aug 8 12:03:00 CDT 2013
Author: davidk
Date: 2013-08-08 12:03:00 -0500 (Thu, 08 Aug 2013)
New Revision: 6802
Modified:
SwiftApps/Scattering/paintgrid/clean.sh
SwiftApps/Scattering/paintgrid/stop-beagle
Log:
Move cleanup of beagle files to stop-beagle
Modified: SwiftApps/Scattering/paintgrid/clean.sh
===================================================================
--- SwiftApps/Scattering/paintgrid/clean.sh 2013-08-08 16:59:59 UTC (rev 6801)
+++ SwiftApps/Scattering/paintgrid/clean.sh 2013-08-08 17:03:00 UTC (rev 6802)
@@ -1,3 +1,3 @@
#! /bin/sh
-rm -rf out _concurrent *swiftx *kml *~ paintgrid-* python-* swift.log beagle-pid beagle-log
+rm -rf out _concurrent *swiftx *kml *~ paintgrid-* python-* swift.log
Modified: SwiftApps/Scattering/paintgrid/stop-beagle
===================================================================
--- SwiftApps/Scattering/paintgrid/stop-beagle 2013-08-08 16:59:59 UTC (rev 6801)
+++ SwiftApps/Scattering/paintgrid/stop-beagle 2013-08-08 17:03:00 UTC (rev 6802)
@@ -1 +1,2 @@
ssh -n login1.beagle.ci.uchicago.edu "echo killing coaster service: ; ps -j $(cat beagle-pid); /bin/kill 15 -\$(ps -j $(cat beagle-pid)| tail -1 | awk '{print \$2}' ) "
+rm beagle-pid beagle-log > /dev/null 2>&1
More information about the Swift-commit
mailing list