From: Matthias Kruk Date: Wed, 1 Dec 2021 02:29:26 +0000 (+0900) Subject: buildbot: Allow builds from testing and unstable branches X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=2fcda17896470257185ae8445b175f7e6d6a009f;p=foundry buildbot: Allow builds from testing and unstable branches 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. --- diff --git a/buildbot.sh b/buildbot.sh index 4cd131a..5c03e76 100755 --- a/buildbot.sh +++ b/buildbot.sh @@ -113,6 +113,8 @@ handle_commit_message() { buildable_branches=( "master" "stable" + "testing" + "unstable" ) result=0 err=0