[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=6418905
The following commit has been merged in the master branch:
commit 641890509c8df17207937462c480b627dfd73e56
Author: Robin Mills <robin at clanmills.com>
Date: Tue Dec 15 05:41:28 2015 +0000
#1109 and #1041 Use xmllint -html to parse output from webserver.
---
contrib/buildserver/test_daily.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/buildserver/test_daily.sh b/contrib/buildserver/test_daily.sh
index 8f66810..964c161 100755
--- a/contrib/buildserver/test_daily.sh
+++ b/contrib/buildserver/test_daily.sh
@@ -30,9 +30,9 @@ fi
# figure out today's build
# http://exiv2.dyndns.org:8080/userContent/builds/Daily
date=$(date '+%Y-%m-%d')
-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
+build=$(/usr/local/bin/curl --silent $JENKINS/$DAILY/ \
+ |xmllint --html --pretty 1 - 2>/dev/null | grep $PLATFORM \
+ |grep $date | grep -v -e view | cut -d'"' -f 2 )
echo date = $date
echo url = $JENKINS/$DAILY
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list