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
This commit is contained in:
Richard Purdie 2008-05-01 14:02:30 +00:00
parent d367e44e3f
commit 3f3eaca7ee
1 changed files with 1 additions and 1 deletions

View File

@ -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'