# HG changeset patch # User John W. Eaton # Date 1630082622 14400 # Node ID 9d072aa19d529afc76a9584f762fbcb04171e618 # Parent efebc388ad75ce532ab89fd358a6acb1a19f3977 eliminate deprecated branch argument from nightly schedulers diff -r efebc388ad75 -r 9d072aa19d52 master.cfg --- a/master.cfg Fri Aug 27 12:42:26 2021 -0400 +++ b/master.cfg Fri Aug 27 12:43:42 2021 -0400 @@ -170,89 +170,67 @@ ### builds is allowed for anyone. WTF!?! ### c["schedulers"].append (ForceScheduler (name = "force_stable_octave", builderNames = all_stable_octave_builders)) -## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w32", - branch = "default", change_filter = mxe_octave_default_filter, onlyIfChanged = True, builderNames = ["w32-on-debian"], hour = 6)) -## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-32", - branch = "default", change_filter = mxe_octave_default_filter, onlyIfChanged = True, builderNames = ["w64-32-on-debian"], hour = 2)) -## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-64", - branch = "default", change_filter = mxe_octave_default_filter, onlyIfChanged = True, builderNames = ["w64-64-on-debian"], hour = 2)) -## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w32-release", - branch = "default", change_filter = mxe_octave_release_filter, onlyIfChanged = True, builderNames = ["w32-release-on-debian"], hour = 10)) -## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-32-release", - branch = "default", change_filter = mxe_octave_release_filter, onlyIfChanged = True, builderNames = ["w64-32-release-on-debian"], hour = 6)) -## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-64-release", - branch = "default", change_filter = mxe_octave_release_filter, onlyIfChanged = True, builderNames = ["w64-64-release-on-debian"], hour = 6)) -## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w32-stable", - branch = "default", change_filter = mxe_octave_stable_filter, onlyIfChanged = True, builderNames = ["w32-stable-on-debian"], hour = 14)) -## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-32-stable", - branch = "default", change_filter = mxe_octave_stable_filter, onlyIfChanged = True, builderNames = ["w64-32-stable-on-debian"], hour = 10)) -## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-w64-64-stable", - branch = "default", change_filter = mxe_octave_stable_filter, onlyIfChanged = True, builderNames = ["w64-64-stable-on-debian"], hour = 10)) -## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-native", - branch = "default", change_filter = mxe_octave_default_filter, onlyIfChanged = True, builderNames = ["mxe-native-on-debian"], hour = 18)) -## Here, branch is the mxe-octave branch. c["schedulers"].append (timed.Nightly (name = "periodic mxe-octave-native-all", - branch = "default", change_filter = mxe_octave_default_filter, onlyIfChanged = True, builderNames = ["mxe-native-all-on-debian"],