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


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

The following commit has been merged in the master branch:
commit 6ff2faead8260c3079c7d64c241438940b1af81a
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Apr 8 15:18:03 2016 +0000

    #1041 Fix to msvc/test_daily.sh
---
 contrib/buildserver/cmake_daily.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/buildserver/cmake_daily.sh b/contrib/buildserver/cmake_daily.sh
index b579c02..67a79e2 100755
--- a/contrib/buildserver/cmake_daily.sh
+++ b/contrib/buildserver/cmake_daily.sh
@@ -88,12 +88,12 @@ testBuild()
             (
                 PATH="$msvc:/cygdrive/c/Windows/System32:/cygdrive/c/Program Files/csvn/bin:/cygdrive/c/Program Files (x86)/WANdisco/Subversion/csvn/bin:/cygdrive/c/Program Files/7-zip:/cygdrive/c/Program Files (x86)/cmake/bin"
                 # cmd.exe /c "cd $build && vcvars $vs $arch && cmakeBuild --rebuild --exiv2=$exiv2 $*"
-                for ARCH in 32; do
-                    for VS in 2005 2008 2010; do
+                for ARCH in 64 32; do
+                	for VS in 2005 2008 2010 2012 2013 2015; do
                         echo -=-=-=-=-=-=-=-=-=-=-=-
                         echo cmd.exe /c "cd $build && vcvars $VS $ARCH && cmakeBuild --rebuild --exiv2=$exiv2 $*"
                         echo -=-=-=-=-=-=-=-=-=-=-=-
-                             cmd.exe /c "set && cd $build && vcvars $VS $ARCH && cmakeBuild --rebuild --exiv2=$exiv2 $*"
+                             cmd.exe /c "cd $build && vcvars $VS $ARCH && cmakeBuild --rebuild --exiv2=$exiv2 $*"
                     done
                 done
                 # cmd.exe /c "cd $build && cmakeBuildAll --rebuild --exiv2=$exiv2 $*"

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list