BBlack has uploaded a new change for review.
https://gerrit.wikimedia.org/r/233397
Change subject: update-ocsp: error output bugfix, no Popen.cmd
......................................................................
update-ocsp: error output bugfix, no Popen.cmd
Change-Id: Ia72562e529ca18bfa7c09c7edba38cae6b181d81
---
M modules/sslcert/files/update-ocsp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/97/233397/1
diff --git a/modules/sslcert/files/update-ocsp
b/modules/sslcert/files/update-ocsp
index 25d4f78..fc8786e 100644
--- a/modules/sslcert/files/update-ocsp
+++ b/modules/sslcert/files/update-ocsp
@@ -73,7 +73,7 @@
(p_out, p_err) = p.communicate()
if p.returncode != 0:
sys.stderr.write("Command %s failed with exit code %i, stderr:\n%s" %
- (p.cmd, p.returncode, p_err))
+ (p.args, p.returncode, p_err))
raise
return (p_out, p_err)
--
To view, visit https://gerrit.wikimedia.org/r/233397
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia72562e529ca18bfa7c09c7edba38cae6b181d81
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits