[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:04 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e20b6ca
The following commit has been merged in the master branch:
commit e20b6ca826ba955133d5633586964ac0158f343b
Author: Robin Mills <robin at clanmills.com>
Date: Mon Dec 14 11:49:15 2015 +0000
#1109 and #1041 Detab script
---
jenkins_daily.sh | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/jenkins_daily.sh b/jenkins_daily.sh
index 0903ab4..25982fe 100755
--- a/jenkins_daily.sh
+++ b/jenkins_daily.sh
@@ -45,7 +45,7 @@ if [ "$PLATFORM" == "msvc" ]; then
exe=.exe
bin=''
else
- PATH="/usr/local/bin:$PATH"
+ PATH="/usr/local/bin:$PATH"
exiv2=$PWD
build=$PWD/build
dist=$PWD/build/dist/$PLATFORM
@@ -91,9 +91,9 @@ if [ -e $dist/$bin/exiv2$exe ]; then
export EXIV2_BINDIR=$dist/$bin
# set LD_LIBRARY_PATH (and DYLD_LIBRARY_PATH for macosx)
# to be sure we run the tests with the newly built library
- export DYLD_LIBRARY_PATH=$dist/lib
- export LD_LIBRARY_PATH=$dist/lib
- (
+ export DYLD_LIBRARY_PATH=$dist/lib
+ export LD_LIBRARY_PATH=$dist/lib
+ (
for test in addmoddel.sh \
bugfixes-test.sh \
exifdata-test.sh \
@@ -126,7 +126,7 @@ if [ -e $dist/$bin/exiv2$exe ]; then
# store the build for users to collect
mmHD=""
if [ "$PLATFORM" == "linux" ]; then
- mmHD=/media/psf/Host
+ mmHD=/media/psf/Host
fi
if [ "$PLATFORM" == "msvc" -o "$PLATFORM" == "cygwin" ]; then
mmHD="//psf/Host/"
@@ -175,8 +175,8 @@ if [ -e $dist/$bin/exiv2$exe ]; then
echo '***' build = $b '***'
else
- echo '***' jenkins builds directory does not exist ${jpubl} '***'
- result=2
+ echo '***' jenkins builds directory does not exist ${jpubl} '***'
+ result=2
fi
else
echo ''
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list