Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/319924
Change subject: add fake word lists for fancycaptcha in beta ...................................................................... add fake word lists for fancycaptcha in beta For I55394941748d27 word lists for fancy captcha have been added to private repo. This is the equivalent with fake content so that beta does not run into errors when using the puppet manifests. Change-Id: I92866db465305e43c3dfe7e50f955d80b6188610 --- A modules/secret/secrets/fancycaptcha/badwords A modules/secret/secrets/fancycaptcha/words 2 files changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/private refs/changes/24/319924/1 diff --git a/modules/secret/secrets/fancycaptcha/badwords b/modules/secret/secrets/fancycaptcha/badwords new file mode 100644 index 0000000..fb8216b --- /dev/null +++ b/modules/secret/secrets/fancycaptcha/badwords @@ -0,0 +1,4 @@ +cloud +webscale +mongodb +eiximenis diff --git a/modules/secret/secrets/fancycaptcha/words b/modules/secret/secrets/fancycaptcha/words new file mode 100644 index 0000000..c9f51e9 --- /dev/null +++ b/modules/secret/secrets/fancycaptcha/words @@ -0,0 +1,3 @@ +fnord +lord +zord -- To view, visit https://gerrit.wikimedia.org/r/319924 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I92866db465305e43c3dfe7e50f955d80b6188610 Gerrit-PatchSet: 1 Gerrit-Project: labs/private Gerrit-Branch: master Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
