[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:01 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=50bf548
The following commit has been merged in the master branch:
commit 50bf5481ade14f12ece6be0032c26b81d668cd13
Author: Robin Mills <robin at clanmills.com>
Date: Wed Dec 9 18:20:28 2015 +0000
#1041. Yet another effort to get the test suite to run.
---
jenkins_daily.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/jenkins_daily.sh b/jenkins_daily.sh
index 36db774..6dd867c 100755
--- a/jenkins_daily.sh
+++ b/jenkins_daily.sh
@@ -21,13 +21,13 @@ vs=2013
# determine location of the build and source directories
exiv2=$(cygpath -aw .)
build=$(cygpath -aw .\build)
- dist=$(cygpath -au .\build\dist)
+ dist=$(cygpath -au .\build\dist\$vs\$arch\$mode\$config\bin)
msvc=$(cygpath -aw ./contrib/cmake/msvc)
##
# create a clean directory for an out-of-source build
-rm -rf $build
-mkdir -p $build
+rm -rf $dist
+mkdir -p $dist
##
# get windows cmd.exe to perform the build
@@ -41,7 +41,7 @@ mkdir -p $build
##
# test the build
-export EXIV2_BINDIR=$dist/$vs/$arch/$mode/$config/bin
+export EXIV2_BINDIR=$dist
pushd test
for test in addmoddel.sh \
bugfixes-test.sh \
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list