[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=8a0add1
The following commit has been merged in the master branch:
commit 8a0add1dc848ba70f00c7c563d594555f361b820
Author: Robin Mills <robin at clanmills.com>
Date: Wed Mar 1 17:47:05 2017 +0000
Debugging dailyTests.sh Parallel's 12 cannot connect the browser from a VM to exiv2.dyndns.org:8080
---
contrib/buildserver/dailyTest.sh | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/contrib/buildserver/dailyTest.sh b/contrib/buildserver/dailyTest.sh
index fc110af..d51b612 100755
--- a/contrib/buildserver/dailyTest.sh
+++ b/contrib/buildserver/dailyTest.sh
@@ -12,12 +12,16 @@ 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 --silent --connect-timeout 30 --max-time 40'
+ curl='/usr/local/bin/curl'
while [ "$count" != "0" ]; do
if [ "$count" != "0" ]; then echo "*** count = $count ***" ; fi
build=$($curl "$JENKINS/$DAILY/" \
@@ -30,11 +34,6 @@ while [ "$count" != "0" ]; do
count=$(expr $count - 1)
fi
- # 2017-03-01 Linux and Cygwin have taken a dislike to http://exiv2.dyndns.org:8080
- if [ "$count" == "2" ]; then
- JENKINS=http://rmillsmm:8080
- fi;
-
if [ "$count" == "1" ]; then
echo --------
echo $curl "$JENKINS/$DAILY/" | xmllint --html --format
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list