Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
update according to ZTK 1.0 branching
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Groszer committed Sep 16, 2010
1 parent 5c10465 commit ef27527
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions master.cfg
Expand Up @@ -378,8 +378,9 @@ CLEAN_PLATFORMS = dict(

ZTK_DEV_PLATFORMS = PLATFORMS.copy()

del ZTK_DEV_PLATFORMS['py_270_win32']
del ZTK_DEV_PLATFORMS['py_270_win64']
del ZTK_DEV_PLATFORMS['py_244_win32']
#del ZTK_DEV_PLATFORMS['py_270_win32']
#del ZTK_DEV_PLATFORMS['py_270_win64']

def ztk_dev_builder(name, slavename, platform, locks):
builddir = name.replace(' ', '_')
Expand Down Expand Up @@ -472,7 +473,7 @@ def ztk_10_builder(name, slavename, platform, locks):
builddir = name.replace(' ', '_')
f = factory.BuildFactory()
f.addStep(SVN(
svnurl="svn://svn.zope.org/repos/main/zopetoolkit/trunk",
svnurl="svn://svn.zope.org/repos/main/zopetoolkit/branches/1.0",
haltOnFailure=True,
mode="copy"))

Expand Down

0 comments on commit ef27527

Please sign in to comment.