Update coverity build upload command

This commit is contained in:
Heikki Hannikainen 2016-08-13 15:57:19 +03:00
parent 4fd09d7cec
commit f41d60d129
1 changed files with 4 additions and 4 deletions

View File

@ -14,12 +14,12 @@ PASSWORD=`cat ~/.covpw`
echo "Uploading version $VERSION to Coverity..."
curl --form file=@aprsc.tgz --form project=aprsc \
--form password="$PASSWORD" \
curl --form token="$PASSWORD" \
--form email=hessu@hes.iki.fi \
--form file=@aprsc.tgz \
--form version="$VERSION" \
--form description="" \
http://scan5.coverity.com/cgi-bin/upload.py
--form description="" \
https://scan.coverity.com/builds?project=aprsc
rm -f aprsc.tgz