[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:44:27 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=28e135e
The following commit has been merged in the master branch:
commit 28e135e6328b5ad3897ff442f48d0c3cab812766
Author: Robin Mills <robin at clanmills.com>
Date: Sun Dec 7 09:31:27 2014 +0000
Fix syntax errror in jenkins_build.sh
---
jenkins_build.sh | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/jenkins_build.sh b/jenkins_build.sh
index 7256021..5b1402c 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -104,13 +104,13 @@ fi
##
# set up some defaults (used when running this script from the terminal)
echo "1 target = $target platform = $PLATFORM WORKSPACE = $WORKSPACE"
-if [ $PLATFORM == "macosx" -a -z "$macosx" ]; then export macosx=true ; export target=macosx ; fi
-if [ $PLATFORM == "linux" -a -z "$linux" ]; then export linux=true ; export target=linux ; fi
-if [ -z "$cygwin" -a ! -z $CYGWIN ]; then export cygwin=$CYGWIN ; fi
-if [ -z "$tests" ]; then export tests=true ; fi
-if [ -z "$WORKSPACE" ]; then export WORKSPACE="$0/$PLATFORM" ; fi
+if [ $PLATFORM == "macosx" -a -z "$macosx" ]; then export macosx=true ; export target=macosx ; fi
+if [ $PLATFORM == "linux" -a -z "$linux" ]; then export linux=true ; export target=linux ; fi
+if [ -z "$cygwin" -a ! -z "$CYGWIN" ]; then export cygwin=$CYGWIN ; fi
+if [ -z "$tests" ]; then export tests=true ; fi
+if [ -z "$WORKSPACE" ]; then export WORKSPACE="$0/$PLATFORM" ; fi
-if [ -z "$target" ]; then export target=$(basename $(echo $WORKSPACE | sed -E -e 's#\#/#g')) ; fi
+if [ -z "$target" ]; then export target=$(basename $(echo $WORKSPACE | sed -E -e 's#\#/#g')) ; fi
echo "2 target = $target platform = $PLATFORM WORKSPACE = $WORKSPACE"
export PATH=$PATH:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/bin:/usr/lib/pkgconfig:/opt/local/bin:$PWD/usr/bin:/opt/local/bin:/opt/local/sbin:/opt/pkgconfig:bin
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list