Skip to content

Commit 9bd5e37

Browse files
committed
Add buildbot config for krb5-1.14 branch
Also remove krb5-1.11.
1 parent 160dcd4 commit 9bd5e37

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.11', 'krb5-1.12', 'krb5-1.13'):
90+
for branch in ('krb5-1.12', 'krb5-1.13', 'krb5-1.14'):
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.11', 'krb5-1.12', 'krb5-1.13')
147+
branches = ('master', 'krb5-1.12', 'krb5-1.13', 'krb5-1.14')
148148

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

0 commit comments

Comments
 (0)