Filippo Giunchedi has submitted this change and it was merged. Change subject: install-server: include lsiutil in reprepro ......................................................................
install-server: include lsiutil in reprepro also compact grep-dctrl expression Bug: T85529 Change-Id: I2e891a971d94f973d4b3b0b7b51e28b0388f6be2 --- M modules/install-server/files/reprepro/updates 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Filippo Giunchedi: Verified; Looks good to me, approved diff --git a/modules/install-server/files/reprepro/updates b/modules/install-server/files/reprepro/updates index 577416a..1286c43 100644 --- a/modules/install-server/files/reprepro/updates +++ b/modules/install-server/files/reprepro/updates @@ -26,7 +26,7 @@ Suite: precise Architectures: amd64 source VerifyRelease: 6005210E23B3D3B4 -ListShellHook: grep-dctrl -X -S megacli -o -X -P arcconf || [ $? -eq 1 ] +ListShellHook: grep-dctrl -e -S '^megacli|arcconf|lsiutil$' || [ $? -eq 1 ] Name: cassandra Method: http://www.apache.org/dist/cassandra/debian -- To view, visit https://gerrit.wikimedia.org/r/182194 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2e891a971d94f973d4b3b0b7b51e28b0388f6be2 Gerrit-PatchSet: 5 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
