[yocto] [AB PATCH 10/22] yoctogit.py: Check for mirror on incremental builds

Elizabeth Flanagan elizabeth.flanagan at intel.com
Wed Mar 19 13:51:08 PDT 2014


We're assuming people are getting to incremental from full.
This is a bad assumption. So, check for mirror in both.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan at intel.com>
---
 .../buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py           | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py b/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py
index 62e3a02..fcbc2cb 100644
--- a/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py
+++ b/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py
@@ -212,6 +212,7 @@ class YoctoGit(Source):
     @defer.inlineCallbacks
     def incremental(self):
         updatable = yield self._sourcedirIsUpdatable()
+        self.mirrorexists = yield self._mirrorExists()
         
         # if not updateable, do a full checkout
         if not updatable:
-- 
1.8.1.2




More information about the yocto mailing list