Skip to content

Commit e12973a

Browse files
committed
Turn off cert checking for coverity
1 parent 459810d commit e12973a

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 --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"))
174+
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"))
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)