From: Richard Purdie Date: Thu, 1 May 2008 10:52:00 +0000 (+0000) Subject: scripts/pokyABConfig.py: Make darwin autobuild incremental temporarily X-Git-Tag: 2011-1~9072 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d85e5ffbbd3c5150bc838b36724ff05672570991;p=openembedded-core.git scripts/pokyABConfig.py: Make darwin autobuild incremental temporarily git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4384 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/scripts/pokyABConfig.py b/scripts/pokyABConfig.py index 00898d49df..825dd56673 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", mode="copy", timeout=10000) +f7.addStep(step.SVN, svnurl="http://svn.o-hand.com/repos/poky/trunk", timeout=10000) runPreamble(f7) defaultenv['DISTRO'] = 'poky' defaultenv['POKYLIBC'] = 'dummy'