[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:47:21 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9be1653
The following commit has been merged in the master branch:
commit 9be1653ce7c53f6dbec04aa939cc42f531ee8cc8
Author: Robin Mills <robin at clanmills.com>
Date: Wed Mar 1 19:42:36 2017 +0000
Debugging dailyTest.sh. Rollback 4711 & 4710. Issue caused by rmillsmm changing IP address (connected to wrong WiFi)
---
contrib/buildserver/dailyTest.sh | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/contrib/buildserver/dailyTest.sh b/contrib/buildserver/dailyTest.sh
index d51b612..6b98318 100755
--- a/contrib/buildserver/dailyTest.sh
+++ b/contrib/buildserver/dailyTest.sh
@@ -12,16 +12,12 @@ if [ "$(osName)" == "cygwin" ]; then
fi
echo -------------------------------
-# 2017-03-01 Linux and Cygwin have taken a dislike to http://exiv2.dyndns.org:8080
-JENKINS=http://rmillsmm:8080
-
##
# figure out today's build
# http://exiv2.dyndns.org:8080/userContent/builds/Daily
date=$(date '+%Y-%m-%d')
count=4
-# curl='/usr/local/bin/curl --silent --connect-timeout 30 --max-time 40'
- curl='/usr/local/bin/curl'
+curl='/usr/local/bin/curl --silent --connect-timeout 30 --max-time 40'
while [ "$count" != "0" ]; do
if [ "$count" != "0" ]; then echo "*** count = $count ***" ; fi
build=$($curl "$JENKINS/$DAILY/" \
@@ -33,7 +29,6 @@ while [ "$count" != "0" ]; do
if [ "$count" != "0" ]; then
count=$(expr $count - 1)
fi
-
if [ "$count" == "1" ]; then
echo --------
echo $curl "$JENKINS/$DAILY/" | xmllint --html --format
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list