[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=6566c09
The following commit has been merged in the master branch:
commit 6566c09f76e4067df96396aee9510fbab9ee7c90
Author: Robin Mills <robin at clanmills.com>
Date: Fri Apr 8 13:08:13 2016 +0000
#1041 Debugging cmake_daily.sh
---
contrib/buildserver/cmake_daily.sh | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/contrib/buildserver/cmake_daily.sh b/contrib/buildserver/cmake_daily.sh
index a171bf8..07d4a42 100755
--- a/contrib/buildserver/cmake_daily.sh
+++ b/contrib/buildserver/cmake_daily.sh
@@ -88,9 +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 64 32; do
- for VS in 2005 2008 2010 2012 2013 2015; do
- cmd.exe /c "cd $build && vcvars $VS $ARCH && cmakeBuild --rebuild --exiv2=$exiv2$*"
+ for ARCH in 32; do
+ for VS in 2005 2008 2010; do
+ echo -=-=-=-=-=-=-=-=-=-=-=-
+ echo cmd.exe /c "cd $build && vcvars $VS $ARCH && cmakeBuild --rebuild --exiv2=$exiv2 $*"
+ echo -=-=-=-=-=-=-=-=-=-=-=-
+ 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