Skip to content

Commit 459810d

Browse files
committed
Use HTTPS for Coverity
Upload the Coverity build data using HTTPS, now that it's supported. Also add "--include" to get the HTTP headers, to help with future automated upload failure detection.
1 parent 622a35e commit 459810d

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
@@ -171,7 +171,7 @@ f3.addStep(Git(repourl=anonrepo, mode="clobber"))
171171
f3.addStep(Configure(command="(cd src && util/reconf && ./configure --with-ldap)"))
172172
f3.addStep(Compile(command="(cd src && cov-build --dir cov-int make)"))
173173
f3.addStep(ShellCommand(command=["tar", "-C", "src", "-zcf", "kerberos.tgz", "cov-int"], description="tar", haltOnFailure=True))
174-
f3.addStep(ShellCommand(command="curl --form [email protected] --form project=kerberos --form password=$(cat $HOME/coverity-password) --form [email protected] http://scan5.coverity.com/cgi-bin/upload.py", description="uploading", descriptionDone="upload"))
174+
f3.addStep(ShellCommand(command="curl --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"))
175175

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

0 commit comments

Comments
 (0)