[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:33 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=6e3dacb
The following commit has been merged in the master branch:
commit 6e3dacbdfaa246f60cd2d37204844779f32f7316
Author: Robin Mills <robin at clanmills.com>
Date: Wed Jul 6 08:03:45 2016 +0000
contrib/buildserver/test_daily.sh sometimes fumbles 'curl $JENKINS/$DAILY/' on Linux (/usr/local/bin/curl http://exiv2.dyndns.org:8080/userContent/builds/Daily/)
---
contrib/buildserver/test_daily.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/contrib/buildserver/test_daily.sh b/contrib/buildserver/test_daily.sh
index 3aadbf2..751cfb2 100755
--- a/contrib/buildserver/test_daily.sh
+++ b/contrib/buildserver/test_daily.sh
@@ -1,7 +1,10 @@
#!/bin/bash
-source $(find . -name buildserver.library)
+source $(find . -name buildserver.library 2>/dev/null)
+echo -------------------------------
+echo PLATFORM = $PLATFORM
+echo -------------------------------
##
# figure out today's build
# http://exiv2.dyndns.org:8080/userContent/builds/Daily
@@ -11,7 +14,7 @@ build=$(/usr/local/bin/curl --silent $JENKINS/$DAILY/ \
|grep $date | grep -v -e view | cut -d'"' -f 2 | tail -1 )
echo date = $date
-echo url = $JENKINS/$DAILY
+echo url = $JENKINS/$DAILY/
echo build = $build
##
@@ -31,9 +34,6 @@ if [ ! -e dist ]; then echo '*** no dist directory ***' ; exit 1; fi
##
# enter the dist and test it
-echo -------------------------------
-echo PLATFORM = $PLATFORM
-echo -------------------------------
cd dist
grep_args="-e libexiv2 -e ^date -e ^bits -e ^version -e ^time"
case $PLATFORM in
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list