[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:02 UTC 2017


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

The following commit has been merged in the master branch:
commit bea56d0f2b75a70a8c58367b1e00dd7dc5c63a2f
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Dec 11 18:31:37 2015 +0000

    #1041  Minor changes to jenkins_daily.sh for Kubuntu and Mac
---
 jenkins_daily.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/jenkins_daily.sh b/jenkins_daily.sh
index 8b408ce..7d2264d 100755
--- a/jenkins_daily.sh
+++ b/jenkins_daily.sh
@@ -22,6 +22,7 @@ if [ "$PLATFORM" == "msvc" ]; then
      exe=.exe
      bin=''
 else
+	PATH="/usr/local/bin:$PATH"
     exiv2=$PWD
     build=$PWD/build
     dist=$PWD/build/dist/$PLATFORM
@@ -79,7 +80,7 @@ if [ -e $dist/$bin/exiv2$exe ]; then
         xmpparser-test.sh    \
         conversions.sh
     do
-      echo '++' $test '++' ; ./$test
+        echo '++' $test '++' ; ./$test
     done
     popd
 
@@ -135,6 +136,9 @@ if [ -e $dist/$bin/exiv2$exe ]; then
         if [ "$dom" == "1"   ]; then cp $b $monly; fi
 
         echo '***' build = $b '***'
+    else
+    	echo '***' jenkins publish directory does not exist ${jpubl} '***"
+    	result=2
     fi
 else
     echo ""

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list