aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-01 14:02:30 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-01 14:02:30 +0000
commit3f3eaca7eebd937b47a4dd7a673c8a721df11888 (patch)
tree0a5f855867fd04f39290d7596f5a37febd684b6a /scripts
parentd367e44e3f405a54ddc4bf16d0bbdbb5bc82fd55 (diff)
downloadopenembedded-core-contrib-3f3eaca7eebd937b47a4dd7a673c8a721df11888.tar.gz
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
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 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'