[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:05 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=c15fc94
The following commit has been merged in the master branch:
commit c15fc94311052bf74b62b0020a768826f2d6b591
Author: Robin Mills <robin at clanmills.com>
Date: Tue Dec 15 05:50:34 2015 +0000
#1109 and #1041 Process the last build when there's more than 1.
---
contrib/buildserver/test_daily.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/buildserver/test_daily.sh b/contrib/buildserver/test_daily.sh
index 964c161..2ac755d 100755
--- a/contrib/buildserver/test_daily.sh
+++ b/contrib/buildserver/test_daily.sh
@@ -32,7 +32,7 @@ fi
date=$(date '+%Y-%m-%d')
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 )
+ |grep $date | grep -v -e view | cut -d'"' -f 2 | tail -1 )
echo date = $date
echo url = $JENKINS/$DAILY
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list