[SCM] pkg-kde-jenkins packaging branch, master, updated. 2b3a7af147c50274fbd109d636bc692083044649

Maximiliano Curia maxy at moszumanska.debian.org
Tue Nov 1 15:49:23 UTC 2016


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

The following commit has been merged in the master branch:
commit 141e9344018fe3c3d1017d2fdb545e43dc1cb853
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Aug 26 10:27:55 2016 +0200

    prepare_trigger: missing case change
---
 scripts/prepare_trigger.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/prepare_trigger.sh b/scripts/prepare_trigger.sh
index e08d6ca..b05b7b8 100755
--- a/scripts/prepare_trigger.sh
+++ b/scripts/prepare_trigger.sh
@@ -67,8 +67,8 @@ check_upstream_vcs() {
     # ignore the "unstable" (*.*.70 + as well as the rc, alpha and beta tags) releases
     RELEASE_TAG=$(git tag --sort='version:refname' -l "$(expand_tag "$VERSIONS")" | \
         sed -n -r '
-    /^'"${upstream_tag}"'$/,$ {
-        /^'"${upstream_tag}"'$/d
+    /^'"${UPSTREAM_TAG}"'$/,$ {
+        /^'"${UPSTREAM_TAG}"'$/d
         /([789][0-9]+|(rc|alpha|beta)[0-9]*)$/d
         p
     }' | tail -1)
@@ -79,7 +79,7 @@ check_upstream_vcs() {
         exit 2
     fi
 
-    if git diff --quiet "${upstream_tag}" "${RELEASE_TAG}"; then
+    if git diff --quiet "${UPSTREAM_TAG}" "${RELEASE_TAG}"; then
         # No changes between releases
         exit 3
     fi

-- 
pkg-kde-jenkins packaging



More information about the pkg-kde-commits mailing list