[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:34 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9d23520
The following commit has been merged in the master branch:
commit 9d2352060058a472dd7d6460a981ebf8054a6c4e
Author: Robin Mills <robin at clanmills.com>
Date: Tue Jul 19 00:04:30 2016 +0000
debugging contrib/buildserver/test_daily.sh. Fixing typos.
---
contrib/buildserver/test_daily.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/buildserver/test_daily.sh b/contrib/buildserver/test_daily.sh
index e4bf071..3cd566a 100755
--- a/contrib/buildserver/test_daily.sh
+++ b/contrib/buildserver/test_daily.sh
@@ -11,7 +11,8 @@ echo -------------------------------
date=$(date '+%Y-%m-%d')
count=4
curl='/usr/local/bin/curl --silent --connect-timeout 30 --max-time 40'
-while [ count != 0 ]; do
+while [ "$count" != "0" ]; do
+ if [ "$count" != "4" ]; then echo "*** count = $count ***" ; fi
build=$($curl $JENKINS/$DAILY/ \
|xmllint --html --pretty 1 - 2>/dev/null | grep $PLATFORM \
|grep $date | grep -v -e view | cut -d'"' -f 2 | tail -1 )
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list