mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-15 11:40:30 +03:00
Added the ability to flag an unbuildable release
This commit is contained in:
parent
a83b66ce87
commit
84ba9b19be
3 changed files with 20 additions and 2 deletions
6
README
6
README
|
|
@ -120,6 +120,12 @@ The above specifies to build version 0.12, which has a version code of 3.
|
|||
The third parameter specifies the tag, commit or revision number from
|
||||
which to build it in the source repository.
|
||||
|
||||
If the commit version starts with a !, that version is not built. Instead,
|
||||
everything after the ! is used as a reason why it can't be built. The
|
||||
purpose of this feature is to allow non-buildable releases (e.g. the source
|
||||
is not published) to be flagged, so the scripts don't generate repeated
|
||||
messages about them. (And also to record the information for review later).
|
||||
|
||||
In addition to the three, always required, parameters described above,
|
||||
further parameters can be added (in name=value format) to apply further
|
||||
configuration to the build. These are:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue