[Checkins] SVN: gocept.bsquare/trunk/update-config.py better include python.exe in the command line

Adam Groszer agroszer at gmail.com
Thu May 14 04:18:41 EDT 2009


Log message for revision 99942:
  better include python.exe in the command line

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

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



More information about the Checkins mailing list