From cd38e1e50f52ad4f2c684dc8a968440643dfdcd5 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Fri, 17 May 2013 13:58:06 +0200 Subject: [PATCH] vdc-bundles requires builds for 'integration' branch --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_build.py b/debian_build.py index 08b40bb..c63fa75 100755 --- a/debian_build.py +++ b/debian_build.py @@ -69,7 +69,7 @@ STABLE_BRANCHES_RE = re.compile( UNSTABLE_BRANCHES_RE = re.compile( '^(origin/)?(develop|pre-staging|release/.*)$') EXPERIMENTAL_BRANCHES_RE = re.compile( - '^(origin/)?(experimental|(feature|poc|bugfix)/.*)$') + '^(origin/)?(experimental|integration|(feature|poc|bugfix)/.*)$') def getopts(): usage = '%prog [options]' -- 2.39.5