mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Better Vercode Operation example
This commit is contained in:
parent
3e789bd6b5
commit
02f314b7bd
1 changed files with 4 additions and 3 deletions
|
@ -1185,9 +1185,10 @@ Check Mode}. @code{%c} will be replaced by the actual vercode, and the whole
|
||||||
string will be passed to python's @code{eval} function.
|
string will be passed to python's @code{eval} function.
|
||||||
|
|
||||||
Especially useful with apps that we want to compile for different ABIs, but
|
Especially useful with apps that we want to compile for different ABIs, but
|
||||||
whose vercodes don't always have trailing zeros. With @code{Vercode Operation}
|
whose vercodes don't always have trailing zeros. For example, with
|
||||||
set at something like @code{%c*10 + 4}, we will be able to track updates and
|
@code{Vercode Operation} set at something like @code{%c*10 + 4}, we will be
|
||||||
build three different versions of every upstream version.
|
able to track updates and build up to four different versions of every
|
||||||
|
upstream version.
|
||||||
|
|
||||||
@node Archive Policy
|
@node Archive Policy
|
||||||
@section Archive Policy
|
@section Archive Policy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue