
lewiscawte at googlemail
Jun 21, 2012, 7:44 AM
Post #2 of 2
(176 views)
Permalink
|
On 21/06/2012 15:31, David Gerard wrote: > There is a patch file to go from 1.19.0 to 1.19.1. What is the Linux > command line to apply this patch cleanly to a live installation of > 1.19.0? Is there one? > > > - d. > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l [at] lists > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l The command is "patch -p1 < patch.diff" while cd'd into your directory iirc... well, atleast thats what I grabbed from my custom bash script :/ -- Lewis Cawte _______________________________________________ MediaWiki-l mailing list MediaWiki-l [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
|