[MPlayer-cvslog] r37619 - trunk/TOOLS/coverity.sh
reimar
subversion at mplayerhq.hu
Sun Feb 7 22:38:45 CET 2016
Author: reimar
Date: Sun Feb 7 22:38:45 2016
New Revision: 37619
Log:
Update coverity upload command.
Modified:
trunk/TOOLS/coverity.sh
Modified: trunk/TOOLS/coverity.sh
==============================================================================
--- trunk/TOOLS/coverity.sh Sun Feb 7 20:41:54 2016 (r37618)
+++ trunk/TOOLS/coverity.sh Sun Feb 7 22:38:45 2016 (r37619)
@@ -5,5 +5,5 @@ svn up
./configure $MPLAYER_COV_OPTS && make -j5 ffmpeglibs || exit 1
"$MPLAYER_COV_PATH"/bin/cov-build --dir cov-int make -j5 || exit 1
tar -czf MPlayer.tgz cov-int
-curl --form file=@MPlayer.tgz --form project=MPlayer --form password="$MPLAYER_COV_PWD" --form email="$MPLAYER_COV_EMAIL" --form version=2.5 --form description="automated run" http://scan5.coverity.com/cgi-bin/upload.py
+curl --form file=@MPlayer.tgz --form token="$MPLAYER_COV_PWD" --form email="$MPLAYER_COV_EMAIL" --form version=2.5 --form description="automated run" https://scan.coverity.com/builds?project=MPlayer
More information about the MPlayer-cvslog
mailing list