Skip to content

Commit 26f669d

Browse files
committed
Update branches for krb5-1.13
1 parent dd4420b commit 26f669d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildbot/master.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ c['schedulers'].append(Scheduler(name="master", branch='master',
8787
treeStableTimer=300,
8888
builderNames=buildernames('master', platforms)))
8989

90-
for branch in ('krb5-1.9', 'krb5-1.10', 'krb5-1.11', 'krb5-1.12'):
90+
for branch in ('krb5-1.11', 'krb5-1.12', 'krb5-1.13'):
9191
c['schedulers'].append(Scheduler(name=branch, branch=branch,
9292
treeStableTimer=300,
9393
builderNames=buildernames(branch, platforms)))
@@ -144,7 +144,7 @@ f1.addStep(Compile(command="(cd src && make install DESTDIR=`pwd`/dest)", descri
144144
f1.addStep(Compile(command="(cd src && make distclean && echo 'checking git status' && if git status -s | grep '^ [DM]'; then exit 1; else :; fi)", description=["cleaning"], descriptionDone=["test", "clean"]))
145145

146146
c['builders'] = []
147-
branches = ('master', 'krb5-1.9', 'krb5-1.10', 'krb5-1.11', 'krb5-1.12')
147+
branches = ('master', 'krb5-1.11', 'krb5-1.12', 'krb5-1.13')
148148

149149
for platform in platforms:
150150
for branch in branches:

0 commit comments

Comments
 (0)