mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
about disabling recipes and purging apks in the manual
This commit is contained in:
parent
ad56f014e1
commit
ec9cf565ab
1 changed files with 6 additions and 1 deletions
|
@ -691,6 +691,9 @@ 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
|
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
|
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).
|
messages about them. (And also to record the information for review later).
|
||||||
|
If an apk has already been built, ! causes it to be deleted once
|
||||||
|
@code{fdroid update} is run; this is the procedure if ever a version has to
|
||||||
|
be replaced.
|
||||||
|
|
||||||
In addition to the three, always required, parameters described above,
|
In addition to the three, always required, parameters described above,
|
||||||
further parameters can be added (in name=value format) to apply further
|
further parameters can be added (in name=value format) to apply further
|
||||||
|
@ -925,7 +928,9 @@ include it.
|
||||||
If this field is present, the application does not get put into the public
|
If this field is present, the application does not get put into the public
|
||||||
index. This allows metadata to be retained while an application is temporarily
|
index. This allows metadata to be retained while an application is temporarily
|
||||||
disabled from being published. The value should be a description of why the
|
disabled from being published. The value should be a description of why the
|
||||||
application is disabled.
|
application is disabled. No apks or source code archives are deleted: to purge
|
||||||
|
an apk see the Build Version section or delete manually for developer builds.
|
||||||
|
For this reason, the field is deployed when an app has outlived it's usefulness.
|
||||||
|
|
||||||
@node Requires Root
|
@node Requires Root
|
||||||
@section Requires Root
|
@section Requires Root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue