Last modified: 2014-02-04 06:32:45 UTC
This change broke getMWVersion https://gerrit.wikimedia.org/r/#/c/109061/ by leaving a print in the original getMWVersion php script and putting one in the new thing it wraps, getMWVersion.php This breaks all dumps in the abstractdumps phase because they use this script to find the plugin location. I assume you want the print to only be in the wrapped script; if so, here is https://gerrit.wikimedia.org/r/110672 for a fix.
That changeset is merged, is this bug now closeable?
Reedy merged and deployed this, and dumps are now working. CLosing.