mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 05:47:09 +01:00
Change time of nightly builds to try and avoid the semi-regular svn failures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -104,7 +104,7 @@ c['schedulers'].append( SingleBranchScheduler(
|
||||
c['schedulers'].append( Nightly(
|
||||
name="sched-dist",
|
||||
branch=None,
|
||||
hour=2, minute=0,
|
||||
hour=4, minute=0,
|
||||
onlyIfChanged=True,
|
||||
builderNames=["dist-win32-py27",
|
||||
"dist-win32-py32",
|
||||
@@ -121,7 +121,7 @@ c['schedulers'].append( Nightly(
|
||||
c['schedulers'].append( Nightly(
|
||||
name="sched-docs",
|
||||
branch=None,
|
||||
hour=2, minute=10,
|
||||
hour=5, minute=0,
|
||||
onlyIfChanged=True,
|
||||
builderNames=["build-docs"]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user