changeset 41:9d072aa19d52

eliminate deprecated branch argument from nightly schedulers
author John W. Eaton <jwe@octave.org>
date Fri, 27 Aug 2021 12:43:42 -0400
parents efebc388ad75
children 34a08c41b29b
files master.cfg
diffstat 1 files changed, 0 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- 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"],