[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:03 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=4191c7b

The following commit has been merged in the master branch:
commit 4191c7bf96f4a25c2cee00fb8e0d0116f12ec77d
Author: Robin Mills <robin at clanmills.com>
Date:   Sat Dec 12 09:27:32 2015 +0000

    #1041 Detech PLATFORM as msvc using JOB_NAME
---
 jenkins_daily.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/jenkins_daily.sh b/jenkins_daily.sh
index 5136108..76c202f 100755
--- a/jenkins_daily.sh
+++ b/jenkins_daily.sh
@@ -14,6 +14,11 @@ result=0
 
 ##
 # which PLATFORM
+# JOB_NAME is defined when script is called by Jenkins
+# PLATFORM must be defined as msvc when called from ssh
+if [ ! -z "$JOB_NAME" ];then 
+    PLATFORM=$(echo $JOB_NAME | cut -d= -f 2)
+fi
 if [ "$PLATFORM" == "" ]; then 
     export PLATFORM=''
     if [ `uname` == Darwin  ]; then
@@ -56,10 +61,6 @@ mkdir -p  $dist
 echo "---- dist = $dist ------"
 echo "---- build = $build ------"
 
-echo ++++++++++++++++++++++++++++++++++
-export | sort
-echo ++++++++++++++++++++++++++++++++++
-
 ##
 # perform the build
 if [ "$PLATFORM" == "msvc" ]; then

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list