[Swift-commit] r5194 - trunk/bin/grid
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Thu Sep 29 11:31:41 CDT 2011
Author: ketan
Date: 2011-09-29 11:31:41 -0500 (Thu, 29 Sep 2011)
New Revision: 5194
Modified:
trunk/bin/grid/my-swift-workers
Log:
sanitized start-workers
Modified: trunk/bin/grid/my-swift-workers
===================================================================
--- trunk/bin/grid/my-swift-workers 2011-09-29 16:16:11 UTC (rev 5193)
+++ trunk/bin/grid/my-swift-workers 2011-09-29 16:31:41 UTC (rev 5194)
@@ -123,7 +123,7 @@
numlines = %x{wc -l #{ARGV[0]}}.split.first.to_i
# **Ketan: Remove any worker or service ports file present from the previous runs
- puts "removing service.sports and service.wports"
+ # removing service.sports and service.wports
system("rm -f service.sports service.wports")
system("start-swift-service #{numlines} &")
More information about the Swift-commit
mailing list