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

Commit

Permalink
sync svn with actual config on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Dec 8, 2011
1 parent dac1d95 commit 7028d52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions master.cfg
Expand Up @@ -390,6 +390,7 @@ CLEAN_PLATFORMS = dict(
ZTK_DEV_PLATFORMS = PLATFORMS.copy()

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

Expand Down Expand Up @@ -806,6 +807,7 @@ def setup_BB_dev_tests(slow_lock, hour=02, minute=30):

ZODB_DEV_PLATFORMS = PLATFORMS.copy()
del ZODB_DEV_PLATFORMS['py_244_win32']
del ZODB_DEV_PLATFORMS['py_254_win32']

def ZODB_dev_builder(name, slavename, platform, locks):
builddir = name.replace(' ', '_')
Expand Down Expand Up @@ -1054,7 +1056,7 @@ def bsquare_configure(c,
for project in projects:
if not project or project.startswith('#'):
continue #comment or empty line

if isinstance(makefactory, dict):
f = makefactory.get(project,
makefactory.get('__default__', makefactory))
Expand Down Expand Up @@ -1115,7 +1117,7 @@ setupEggBuild(slow_lock) #every 30 mins
setupZTK_dev_tests(slow_lock, hour=20, minute=10)
setupZTK_10_tests(slow_lock, hour=20, minute=20)
setupZTK_11_tests(slow_lock, hour=20, minute=30)
setup_zc_buildout_dev_tests(slow_lock, hour=20, minute=40)
#setup_zc_buildout_dev_tests(slow_lock, hour=20, minute=40)
setup_ZODB_dev_tests(slow_lock, hour=20, minute=50)
setup_BB_dev_tests(slow_lock, hour=20, minute=55)

Expand Down

0 comments on commit 7028d52

Please sign in to comment.