[Lsb-messages] /var/www/bzr/lsb/devel/buildbot-config r315: Don't pass the SDK path to update-sdk when installing the devel SDK.

Jeff Licquia licquia at linuxfoundation.org
Fri Feb 8 20:50:22 UTC 2013


------------------------------------------------------------
revno: 315
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: buildbot-config
timestamp: Fri 2013-02-08 15:50:22 -0500
message:
  Don't pass the SDK path to update-sdk when installing the devel SDK.
modified:
  lfbuildbot.py
-------------- next part --------------
=== modified file 'lfbuildbot.py'
--- a/lfbuildbot.py	2013-01-24 00:19:28 +0000
+++ b/lfbuildbot.py	2013-02-08 20:50:22 +0000
@@ -391,8 +391,7 @@
         if self._is_beta():
             self.setCommand(['reset-sdk', '--beta'])
         elif self._is_devel():
-            self.setCommand(['update-sdk',
-                             '../../build-sdk-%s/sdk-results' % slave_id])
+            self.setCommand(['update-sdk'])
         else:
             self.setCommand(['reset-sdk'])
         LSBBuildCommand.start(self)



More information about the lsb-messages mailing list