[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:19 UTC 2017


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

The following commit has been merged in the master branch:
commit 1a1ff6c993468a739e1656356ade4e61880010b2
Author: Robin Mills <robin at clanmills.com>
Date:   Sat Aug 30 22:47:20 2014 +0000

    jenkins development: retry.  Don't know why cygwin failed last time
---
 jenkins_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins_build.sh b/jenkins_build.sh
index e80427c..1a8593e 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -44,7 +44,7 @@ thepath () {
 if [ "$1" == "status" ]; then
 	shift
 	build=$(basename $PWD)
-	declare -A expects=( [linux]=900 [macosx]=1300 [cygwin]=1000 [mingw]=100 [msvc]=1200 )
+	declare -A expects=( [linux]=900 [macosx]=900 [cygwin]=1000 [mingw]=100 [msvc]=1200 )
 	for b in linux macosx cygwin mingw msvc ; do
 		echo $build/$b
 		curl --silent $JENKINS/job/Exiv2-$build/label=$b/lastBuild/consoleText | tee $tmp | grep -E -e SVN_[A-Z]+= -e JOB_NAME -e BUILD_ID -e Finished $@ ;

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list