buildbot: use 2.12 branch for jobs-man

This commit is contained in:
Joshua Root
2026-02-03 11:32:24 +11:00
parent 594259f9f9
commit 8ea85351f8
+1 -1
View File
@@ -347,7 +347,7 @@ if 'man' in config['deploy']:
repository=config['baseurl'][:-4],
# FIXME: determine the current stable version or use
# a special branch name instead of hardcoding a version
branch='release-2.11'),
branch='release-2.12'),
builderNames=['jobs-man']),
schedulers.ForceScheduler(
name='man_force',