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


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

The following commit has been merged in the master branch:
commit 7ab254efe6dad5a52a049f02dcbc1749011adb75
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Dec 10 09:12:56 2015 +0000

    #1041  Correction to r4090
---
 jenkins_daily.sh | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/jenkins_daily.sh b/jenkins_daily.sh
index b8d3f5b..d03659a 100755
--- a/jenkins_daily.sh
+++ b/jenkins_daily.sh
@@ -55,8 +55,8 @@ if [ ! -e $dist/exiv2.exe ]; then
     fi
 fi
 
-if [ -e $dist/exiv2.exe ]; then
-  pushd  test
+if [ -e $EXIV2_BINDIR/exiv2.exe ]; then
+    pushd  test
     for test in addmoddel.sh \
         bugfixes-test.sh     \
         exifdata-test.sh     \
@@ -76,16 +76,16 @@ if [ -e $dist/exiv2.exe ]; then
     do
       echo '++' $test '++' ; ./$test
     done
-  popd
+    popd
 
-  $EXIV2_BINDIR/exiv2 -vV
-  ls -alt $EXIV2_BINDIR
-  $EXIV2_BINDIR/exiv2 -vV -g date -g time -g version
-  ls -alt $EXIV2_BINDIR/exiv2.exe
+    $EXIV2_BINDIR/exiv2 -vV
+    ls -alt $EXIV2_BINDIR
+    $EXIV2_BINDIR/exiv2 -vV -g date -g time -g version
+    ls -alt $EXIV2_BINDIR/exiv2.exe
 else
-  echo ""
-  echo "**** no build created ****"
-  echo ""
+    echo ""
+    echo "**** no build created ****"
+    echo ""
 fi
 
 exit $result

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list