[SCM] pkg-kde-jenkins packaging branch, master, updated. 819a4e2608dab41a072f09e953292b59196bd946

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:10:50 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-jenkins.git;a=commitdiff;h=5dfca42

The following commit has been merged in the master branch:
commit 5dfca42c632f9116c44d381f75ed34184da6df48
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri May 6 16:08:37 2016 +0200

    Missing fallthrough operator
---
 scripts/prepare_build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index cecd4be..bda7078 100755
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -99,9 +99,11 @@ prepare_branches () {
     case "$LOCAL_BRANCH" in
         master)
             REFS+=("refs/remotes/debian/experimental")
+            ;&
         experimental)
             REFS+=("refs/remotes/local/experimental"
                    "refs/remotes/debian/unstable")
+            ;&
         unstable)
             REFS+=("refs/remotes/local/unstable")
             ;;

-- 
pkg-kde-jenkins packaging



More information about the pkg-kde-commits mailing list