[Checkins] SVN: gocept.bsquare/trunk/update-config.py don't specify which BB instance to restart... only that one will start, any others on the same PC not

Adam Groszer agroszer at gmail.com
Thu May 14 04:27:30 EDT 2009


Log message for revision 99943:
  don't specify which BB instance to restart... only that one will start, any others on the same PC not

Changed:
  U   gocept.bsquare/trunk/update-config.py

-=-
Modified: gocept.bsquare/trunk/update-config.py
===================================================================
--- gocept.bsquare/trunk/update-config.py	2009-05-14 08:18:40 UTC (rev 99942)
+++ gocept.bsquare/trunk/update-config.py	2009-05-14 08:27:29 UTC (rev 99943)
@@ -106,7 +106,7 @@
         bbservice = os.path.join(os.path.dirname(sys.executable),
                                  'scripts', 'buildbot_service.py')
         if os.path.exists(bbservice):
-            system('"%s" %s restart %s' % (sys.executable, bbservice, home))
+            system('"%s" %s restart' % (sys.executable, bbservice))
         else:
             print "Missing %s, unable to reconfig buildbot!" % bbservice
             sys.exit(1)



More information about the Checkins mailing list