[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:02 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=88ad60e
The following commit has been merged in the master branch:
commit 88ad60e2ec1f8c528d456af87ab5e9c5066d93de
Author: Robin Mills <robin at clanmills.com>
Date: Fri Sep 23 08:23:54 2016 +0000
#1109 MinGW/32 daily build. Clearingwarnings from overnight build http://exiv2.dyndns.org:8080/userContent/builds/Latest/test-svn-4546-date-2016-09-23+03-53-27.txt
---
contrib/buildserver/test_daily.sh | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/contrib/buildserver/test_daily.sh b/contrib/buildserver/test_daily.sh
index 2f089d7..e37b2ae 100755
--- a/contrib/buildserver/test_daily.sh
+++ b/contrib/buildserver/test_daily.sh
@@ -4,11 +4,11 @@ source $(find . -name buildserver.library 2>/dev/null)
echo -------------------------------
echo PLATFORM = $PLATFORM PWD = $PWD
-if [ "$PLATFORM" == "mingw" ]; then
- echo "Windows directory = " $(pwd -W)
+if [ $(uname -o) == Msys ]; then
+ echo "Windows directory (mingw) = " $(pwd -W)
fi
-if [ "$PLATFORM" == "cygwin" -o "$PLATFORM" == "msvc" ]; then
- echo "Windows directory = " $(cygpath -aw .)
+if [ $(uname -o) == Cygwin ]; then
+ echo "Windows directory (cygwin) = " $(cygpath -aw .)
fi
echo -------------------------------
@@ -21,7 +21,7 @@ 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/" \
- |xmllint --html --pretty 1 - 2>/dev/null | grep $PLATFORM \
+ |xmllint --html --format - 2>/dev/null | grep $PLATFORM \
|grep $date | grep -v -e view | cut -d'"' -f 2 | tail -1 )
if [ "$build" != "" ]; then
count=0;
@@ -31,8 +31,8 @@ while [ "$count" != "0" ]; do
fi
if [ "$count" == "1" ]; then
echo --------
- echo $curl "$JENKINS/$DAILY/" | xmllint --html --pretty 1
- $curl "$JENKINS/$DAILY/" | xmllint --html --pretty 1
+ echo $curl "$JENKINS/$DAILY/" | xmllint --html --format
+ $curl "$JENKINS/$DAILY/" | xmllint --html --format
echo --------
fi
done
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list