aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-01 10:52:00 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-01 10:52:00 +0000
commitd85e5ffbbd3c5150bc838b36724ff05672570991 (patch)
tree4eb2bd49710523bd6a8454b278d26e4072463df0 /scripts
parent5e7604abe4dbf3348a129b8109a7b04bd0914ad2 (diff)
downloadopenembedded-core-contrib-d85e5ffbbd3c5150bc838b36724ff05672570991.tar.gz
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
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pokyABConfig.py2
1 files changed, 1 insertions, 1 deletions
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'