[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=222ed1e
The following commit has been merged in the master branch:
commit 222ed1e894593dec6b61f70dae6334da18a00171
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Fri Jun 7 19:51:29 2013 +0000
polish
---
contrib/coverity.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/contrib/coverity.sh b/contrib/coverity.sh
index cefcd09..430d734 100755
--- a/contrib/coverity.sh
+++ b/contrib/coverity.sh
@@ -37,16 +37,16 @@ echo "-----------------------------"
echo "Coverity Scan tarball 'myproject.tgz' uploading in progress..."
nslookup scan5.coverity.com
+SECONDS=0
-curl -v \
- --progress-bar \
- --form file=@myproject.tgz \
- --form project=Exiv2 \
+curl --form project=Exiv2 \
--form token=$EXIVCoverityToken \
--form email=$EXIVCoverityEmail \
+ --form file=@myproject.tgz \
--form version=svn-trunk \
--form description="$desc" \
http://scan5.coverity.com/cgi-bin/upload.py
echo "Done. Coverity Scan tarball 'myproject.tgz' is uploaded and ready for analyse."
+echo "That took approximately $SECONDS seconds to upload."
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list