]> git.corax.cc Git - foundry/commitdiff
buildbot: Allow builds from testing and unstable branches
authorMatthias Kruk <m@m10k.eu>
Wed, 1 Dec 2021 02:29:26 +0000 (11:29 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 1 Dec 2021 02:29:26 +0000 (11:29 +0900)
Buildbot refuses to build from testing and unstable branches, however
there are scenarios (e.g. testing/unstable apt repositories) where that
might be useful.
This commit modifies buildbot so that it will build packages from
testing and unstable branches.

buildbot.sh

index 4cd131a4ebae4591ae23514e6d57032acaf7732c..5c03e76184dadd79d5955d9f4ff3fadc8c0d6e87 100755 (executable)
@@ -113,6 +113,8 @@ handle_commit_message() {
        buildable_branches=(
                "master"
                "stable"
+               "testing"
+               "unstable"
        )
        result=0
        err=0