jenkins-bot has submitted this change and it was merged.
Change subject: Stop quoting host list for scap-1
......................................................................
Stop quoting host list for scap-1
The python code for scap-1 expects the hosts to be passed as multiple
arguments rather than the single argument that the shell script used.
Change-Id: Id141de16a2abec6713b17443fdd24aaea8b350d4
---
M scap/tasks.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Ori.livneh: Looks good to me, approved
jenkins-bot: Verified
diff --git a/scap/tasks.py b/scap/tasks.py
index a942ac7..4377adb 100644
--- a/scap/tasks.py
+++ b/scap/tasks.py
@@ -138,7 +138,7 @@
with log.Timer('update apaches', stats) as t:
utils.dsh(
- '/usr/local/bin/scap-1 "%s"' % ' '.join(scap_proxies),
+ '/usr/local/bin/scap-1 %s' % ' '.join(scap_proxies),
tmp.name, env)
t.mark('scap-1 to apaches')
--
To view, visit https://gerrit.wikimedia.org/r/114514
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id141de16a2abec6713b17443fdd24aaea8b350d4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/scap
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits