mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Documentation for the patch system
This commit is contained in:
parent
00eadbfff0
commit
f3c2b344c4
2 changed files with 10 additions and 0 deletions
4
README
4
README
|
@ -196,6 +196,10 @@ configuration to the build. These are:
|
|||
fixapos=yes Like fixtrans, but deals with an even older issue relating
|
||||
to 'unescaped apostrophes' in translation strings.
|
||||
maven=yes Build with maven instead of ant
|
||||
patch=x Apply patch(es). 'x' names one (or more - comma-seperated)
|
||||
files within a directory below the metadata, with the same
|
||||
name as the metadata file but without the extension. Each of
|
||||
these patches is applied to the code in turn.
|
||||
|
||||
Another example, using extra parameters:
|
||||
|
||||
|
|
|
@ -429,6 +429,12 @@ Like fixtrans, but deals with an even older issue relating to
|
|||
@item maven=yes
|
||||
Build with maven instead of ant
|
||||
|
||||
@item patch=x
|
||||
Apply patch(es). 'x' names one (or more - comma-seperated)
|
||||
files within a directory below the metadata, with the same
|
||||
name as the metadata file but without the extension. Each of
|
||||
these patches is applied to the code in turn.
|
||||
|
||||
@end table
|
||||
|
||||
Another example, using extra parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue