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


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

The following commit has been merged in the master branch:
commit df7b3a19ebdf3603fd866387bcfac7ee8a3ef132
Author: Robin Mills <robin at clanmills.com>
Date:   Mon Dec 14 22:30:34 2015 +0000

    #1109 and #1041  Only use /usr/local/bin/curl because I've built and installed 7.45.0 there.
---
 contrib/buildserver/test_daily.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/buildserver/test_daily.sh b/contrib/buildserver/test_daily.sh
index 1ea012c..8f66810 100755
--- a/contrib/buildserver/test_daily.sh
+++ b/contrib/buildserver/test_daily.sh
@@ -30,7 +30,7 @@ fi
 # figure out today's build
 # http://exiv2.dyndns.org:8080/userContent/builds/Daily
 date=$(date '+%Y-%m-%d')
-build=$(curl --silent $JENKINS/$DAILY/                 \
+build=$(/usr/local/bin/curl --silent $JENKINS/$DAILY/  \
        |xmllint --pretty 1 - | grep $PLATFORM          \
        |grep $date | grep -v -e view | cut -d'"' -f 2  ) 2>/dev/null
 
@@ -43,7 +43,7 @@ echo build = $build
 if [ -e /tmp/jenkins ]; then rm -rf /tmp/jenkins ; fi
 mkdir /tmp/jenkins
 cd /tmp/jenkins
-curl -O --silent $JENKINS/$DAILY/$build
+/usr/local/bin/curl -O --silent $JENKINS/$DAILY/$build
 ls -alt $build
 if [ ! -e $build ]; then echo '*** $build has not been downloaded ***' ; exit 1; fi
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list