Skip to content

Commit 969fa09

Browse files
committed
Update Coverity submission command
The old scan5.coverity.com submission URL stopped working on July. Update the URL and form fields based on the current instructions.
1 parent 9bd5e37 commit 969fa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ f3.addStep(Git(repourl=anonrepo, mode="clobber"))
175175
f3.addStep(Configure(command="(cd src && util/reconf && ./configure --with-ldap)"))
176176
f3.addStep(Compile(command="(cd src && cov-build --dir cov-int make)"))
177177
f3.addStep(ShellCommand(command=["tar", "-C", "src", "-zcf", "kerberos.tgz", "cov-int"], description="tar", haltOnFailure=True))
178-
f3.addStep(ShellCommand(command="curl --insecure --include --form [email protected] --form project=kerberos --form password=$(cat $HOME/coverity-password) --form [email protected] https://scan5.coverity.com/cgi-bin/upload.py", description="uploading", descriptionDone="upload"))
178+
f3.addStep(ShellCommand(command="curl --include --form [email protected] --form token=$(cat $HOME/coverity-password) --form [email protected] --form version=master --form description=krb5 https://scan.coverity.com/builds?project=kerberos", description="uploading", descriptionDone="upload"))
179179

180180
# The slave for the Coverity scan must have the cov-analysis binaries
181181
# installed in the slave's path and must have the build password in

0 commit comments

Comments
 (0)