Akosiaris has uploaded a new change for review. https://gerrit.wikimedia.org/r/66397
Change subject: Adding packages sqoop, hbase, hive, pig to apt ...................................................................... Adding packages sqoop, hbase, hive, pig to apt Needed by analytics team for the hadoop installation. Minor change in approach by using an extended anchored regular expression instead of exact matches to make it more readable Change-Id: I063b3c6c237f198e4eb0dc90350a291a2975ed95 --- M files/misc/reprepro/updates 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/97/66397/1 diff --git a/files/misc/reprepro/updates b/files/misc/reprepro/updates index 65e23cf..a2fb9c7 100644 --- a/files/misc/reprepro/updates +++ b/files/misc/reprepro/updates @@ -25,4 +25,4 @@ Suite: precise-cdh4 Architectures: amd64 source VerifyRelease: 327574EE02A818DD -ListShellHook: grep-dctrl -X -S zookeeper -o -X -S hadoop -o -X -S bigtop-jsvc -o -X -S bigtop-utils || [ $? -eq 1 ] +ListShellHook: grep-dctrl -e -S '^zookeeper$|^hadoop$|^bigtop-jsvc$|^bigtop-utils$|^sqoop$|^hbase$|^pig$|^hive$' || [ $? -eq 1 ] -- To view, visit https://gerrit.wikimedia.org/r/66397 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I063b3c6c237f198e4eb0dc90350a291a2975ed95 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Akosiaris <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
