https://bugzilla.wikimedia.org/show_bug.cgi?id=71379
Jackmcbarn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal Component|Installer |General/Unknown Summary|mediawiki-1.23.4.patch |Upgrade patches include |tries to patch non-existent |changes to files under |UploadBaseTest.php |tests/ even though the | |tarball does not include | |these files Severity|major |normal --- Comment #2 from Jackmcbarn <[email protected]> --- The problem is that you installed 1.23.3 from a tarball, but the patch is based on an installation from Git. Files for testing purposes aren't included in the tarball, but the patch tried to change one of them, which is why it couldn't find it. Your upgrade was successful even though you skipped that file. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
