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


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

The following commit has been merged in the master branch:
commit bb4017e2a2a29dd24575f7e2ca97aefd7020283e
Author: Robin Mills <robin at clanmills.com>
Date:   Sat Dec 19 22:21:00 2015 +0000

    #1109 and #1041 Update to jenkins_build.sh  surprise: msvc build did not execute.  The "what kind of build is this?" code has been in service for about 1 year.
---
 contrib/buildserver/jenkins_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/buildserver/jenkins_build.sh b/contrib/buildserver/jenkins_build.sh
index 249872b..16499e3 100755
--- a/contrib/buildserver/jenkins_build.sh
+++ b/contrib/buildserver/jenkins_build.sh
@@ -101,8 +101,8 @@ build=NONE
 if [ $PLATFORM == "linux"  -a "$target" == "linux"  -a "$linux"  == "true"  ]; then build=UNIX ; fi
 if [ $PLATFORM == "macosx" -a "$target" == "macosx" -a "$macosx" == "true"  ]; then build=UNIX ; fi
 if [ $PLATFORM == "cygwin" -a "$target" == "cygwin" -a "$cygwin" == "true"  ]; then build=CYGW ; fi
-if [ $PLATFORM == "cygwin" -a "$target" == "mingw"  -a "$mingw"  == "true"  ]; then build=MING ; fi
-if [ $PLATFORM == "cygwin" -a "$target" == "msvc"   -a "$msvc"   == "true"  ]; then build=MSVC ; fi
+if [                          "$target" == "mingw"  -a "$mingw"  == "true"  ]; then build=MING ; fi
+if [                          "$target" == "msvc"   -a "$msvc"   == "true"  ]; then build=MSVC ; fi
 if [ $PLATFORM == "mingw"  -a "$target" == "mingw"                          ]; then build=MING ; fi
 
 echo "3 target = $target platform = $PLATFORM build = $build"

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list