Skip to content

Commit

Permalink
BUILDBOT: Enable stable nightly builds for release testing.
Browse files Browse the repository at this point in the history
This requires disabling of the other nightly builds to avoid any
possible disk space issues.
  • Loading branch information
digitall committed Jul 1, 2014
1 parent a6dc533 commit 1f6802f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/master.cfg
Expand Up @@ -54,9 +54,9 @@ scumm_other_package_dst = "/var/www/snapshots/other"

# toggle nightly builds
scumm_build_nightly_master = True
scumm_build_nightly_stable = False
scumm_build_nightly_stable = True
scumm_tools_build_nightly_master = True
scumm_other_build_nightly = True
scumm_other_build_nightly = False

# toggle verbose builds
scumm_verbose_build_master = True
Expand Down

0 comments on commit 1f6802f

Please sign in to comment.