[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:43:43 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=1af7f7a
The following commit has been merged in the master branch:
commit 1af7f7ad7d492510e8fee6b4d2dcdbf236ec8fc8
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Sun Jun 9 20:24:49 2013 +0000
polish
---
contrib/coverity.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/contrib/coverity.sh b/contrib/coverity.sh
index 430d734..62c029d 100755
--- a/contrib/coverity.sh
+++ b/contrib/coverity.sh
@@ -5,10 +5,12 @@
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
#
-# before to run this script you must set these sheel variable :
+# Before to run this script you must set these shell variable :
# $EXIVCoverityToken with token of Exiv2 project given by Coverity SCAN
# $EXIVCoverityEmail with email adress to send SCAN result.
#
+# Coverity Scan bin dir must be appended to PATH variable.
+#
# See this url to see how to prepare your computer with Coverity SCAN tool:
# http://scan.coverity.com/projects/297/upload_form
@@ -22,7 +24,7 @@ fi
./bootstrap.linux
# Get active svn branch path to create SCAN import description string
-svn info | grep "URL" | sed -e "s/URL/BRANCH/g" > ./build/svn_branch.txt
+svn info | grep "URL" | sed '/svn/{s/.*\(svn.*\)//};' > ./build/svn_branch.txt
desc=$(<build/svn_branch.txt)
cd ./build
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list