[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=bf3b957
The following commit has been merged in the master branch:
commit bf3b9577ece879fc7099998512de8521fb332931
Author: Robin Mills <robin at clanmills.com>
Date: Mon Jul 18 07:12:13 2016 +0000
debugging contrib/buildserver/test_daily.sh. This script occasionally does not download the bundle on Linux.
---
contrib/buildserver/test_daily.sh | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/contrib/buildserver/test_daily.sh b/contrib/buildserver/test_daily.sh
index 751cfb2..1794b29 100755
--- a/contrib/buildserver/test_daily.sh
+++ b/contrib/buildserver/test_daily.sh
@@ -19,18 +19,22 @@ echo build = $build
##
# collect build from server
-if [ -e /tmp/jenkins ]; then rm -rf /tmp/jenkins ; fi
-mkdir /tmp/jenkins
-cd /tmp/jenkins
-/usr/local/bin/curl -O --silent $JENKINS/$DAILY/$build
+if [ -e /tmp/jenkins ]; then
+ rm -rf /tmp/jenkins
+fi
+mkdir /tmp/jenkins
+cd /tmp/jenkins
+echo /usr/local/bin/curl -O $JENKINS/$DAILY/$build
+ /usr/local/bin/curl -O $JENKINS/$DAILY/$build
ls -alt $build
-if [ ! -e $build ]; then echo '*** $build has not been downloaded ***' ; exit 1; fi
+if [ ! -e $build ]; then echo '*** $build has not been downloaded ***' ; exit 0; fi
##
# expand the bundle
if [ -e dist ]; then rm -rf dist ;fi
tar xzf $build
-if [ ! -e dist ]; then echo '*** no dist directory ***' ; exit 1; fi
+if [ ! -e dist ]; then echo '*** no dist directory ***' ; exit 0; fi
+
##
# enter the dist and test it
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list