From: Richard Purdie Date: Thu, 1 May 2008 14:02:30 +0000 (+0000) Subject: scripts/pokyABConfig.py: Change darwin builds back to full instead of incremental X-Git-Tag: 2011-1~9060 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3f3eaca7eebd937b47a4dd7a673c8a721df11888;p=openembedded-core.git scripts/pokyABConfig.py: Change darwin builds back to full instead of incremental git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4398 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/scripts/pokyABConfig.py b/scripts/pokyABConfig.py index 825dd56673..00898d49df 100644 --- a/scripts/pokyABConfig.py +++ b/scripts/pokyABConfig.py @@ -103,7 +103,7 @@ runComplete(f6) from buildbot.process import step, factory f7 = factory.BuildFactory() -f7.addStep(step.SVN, svnurl="http://svn.o-hand.com/repos/poky/trunk", timeout=10000) +f7.addStep(step.SVN, svnurl="http://svn.o-hand.com/repos/poky/trunk", mode="copy", timeout=10000) runPreamble(f7) defaultenv['DISTRO'] = 'poky' defaultenv['POKYLIBC'] = 'dummy'