[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=acbbcea

The following commit has been merged in the master branch:
commit acbbceafd2a0fcde641965acd130688bd347214e
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Thu Jun 6 09:14:06 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 bc45939..23d40b8 100755
--- a/contrib/coverity.sh
+++ b/contrib/coverity.sh
@@ -5,7 +5,9 @@
 # Redistribution and use is allowed according to the terms of the BSD license.
 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
 #
-# Copy this script on root folder where are source code
+# before to run this script you must set these sheel variable :
+# $EXIVCoverityToken with token of Exiv2 project given by Coverity SCAN
+# $EXIVCoverityEmail with email adress to send SCAN result.
 #
 # See this url to see how to prepare your computer with Coverity SCAN tool:
 # http://scan.coverity.com/self-build/
@@ -41,7 +43,7 @@ curl -v \
      --form file=@myproject.tgz \
      --form project=Exiv2 \
      --form token=$EXIVCoverityToken \
-     --form email=caulier.gilles at gmail.com \
+     --form email=$EXIVCoverityEmail \
      --form version=svn-trunk \
      --form description="$desc" \
      http://scan5.coverity.com/cgi-bin/upload.py

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list