Don't hard fail when we couldn't find an entry point for an extension
authorChad Horohoe <chadh@wikimedia.org>
Mon, 28 Nov 2016 22:53:40 +0000 (14:53 -0800)
committerReedy <reedy@wikimedia.org>
Fri, 2 Dec 2016 00:31:11 +0000 (00:31 +0000)
commit76680021f80e5571a7c0ac64c3c78de5b84fa5fc
treebd1a944876cae99a0ed5e218310e6df91dc83835
parent6ff1a938e4f59647872987a491f8cb017636bc5f
Don't hard fail when we couldn't find an entry point for an extension

It doesn't make a ton of sense, it's just pointing out that we have
a weird extension for which we cannot detect a standard entry point
for. These (unfortunately) exist, but they're easily worked around
using --list-file

Removing the hard failure allows you to use the two options in
tandem... --extension-dir for the initial pass and then --list-file
for the weirdo outstanding ones

Change-Id: I3d9cf1d614dacaa91fb2092019ccf1d14d61ccab
maintenance/mergeMessageFileList.php