[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:35 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=c93c6e9

The following commit has been merged in the master branch:
commit c93c6e925e0ec092227f2bb68334cbe67c18515b
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Jul 20 20:24:34 2016 +0000

    debugging contrib/buildserver/test_daily.sh.  More typos.  This is very tedious.
---
 contrib/buildserver/test_daily.sh | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/contrib/buildserver/test_daily.sh b/contrib/buildserver/test_daily.sh
index 3cd566a..9678f3b 100755
--- a/contrib/buildserver/test_daily.sh
+++ b/contrib/buildserver/test_daily.sh
@@ -9,14 +9,14 @@ echo -------------------------------
 # figure out today's build
 # http://exiv2.dyndns.org:8080/userContent/builds/Daily
 date=$(date '+%Y-%m-%d')
-count=4
+count=0
 curl='/usr/local/bin/curl --silent --connect-timeout 30 --max-time 40'
 while [ "$count" != "0" ]; do
-  if  [ "$count" != "4" ]; then echo "*** count = $count ***" ; fi
-  build=$($curl $JENKINS/$DAILY/             \
+  if  [ "$count" != "0" ]; 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   )
-  if [ build != "" ]; then
+  if [ "$build" != "" ]; then
   	count=0;
   fi
   if [ "$count" != "0" ]; then
@@ -24,15 +24,15 @@ 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 --pretty 1
+          $curl "$JENKINS/$DAILY/" | xmllint --html --pretty 1
      echo --------
   fi
 done
 
-echo date  = $date
-echo url   = $JENKINS/$DAILY/
-echo build = $build
+echo date  =  $date
+echo url   = "$JENKINS/$DAILY/"
+echo build =  $build
 
 ##
 # collect build from server
@@ -41,8 +41,8 @@ if [  -e /tmp/jenkins ]; then
 fi
 mkdir    /tmp/jenkins
 cd       /tmp/jenkins
-echo /usr/local/bin/curl -O --connect-timeout 30 $JENKINS/$DAILY/$build
-     /usr/local/bin/curl -O --connect-timeout 30 $JENKINS/$DAILY/$build
+echo $curl -O "$JENKINS/$DAILY/$build"
+     $curl -O "$JENKINS/$DAILY/$build"
 ls -alt $build
 if [ ! -e $build ]; then echo '*** $build has not been downloaded ***' ; exit 0; fi
 
@@ -52,7 +52,6 @@ if [ -e dist ]; then rm -rf dist ;fi
 tar xzf $build
 if [ ! -e dist ]; then echo '*** no dist directory ***' ; exit 0; fi
 
-
 ##
 # enter the dist and test it
 cd dist

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list