1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-17 03:40:11 +02:00

Update documentation to cover COMMIT, VERSION and VERCODE vars

This commit is contained in:
Boris Kraut 2015-05-10 15:29:41 +02:00
parent e916e5df4e
commit f3339daeee

View File

@ -829,7 +829,9 @@ As for 'prebuild', but runs on the source code BEFORE any other processing
takes place. takes place.
You can use $$SDK$$, $$NDK$$ and $$MVN3$$ to substitute the paths to the You can use $$SDK$$, $$NDK$$ and $$MVN3$$ to substitute the paths to the
android SDK and NDK directories, and maven 3 executable respectively. android SDK and NDK directories, and maven 3 executable respectively. The
following per-build variables are available likewise: $$VERSION$$,
$$VERCODE$$ and $$COMMIT$$.
@item oldsdkloc=yes @item oldsdkloc=yes
The sdk location in the repo is in an old format, or the build.xml is The sdk location in the repo is in an old format, or the build.xml is
@ -943,7 +945,9 @@ the @code{srclib} directory for details of this.
You can use $$SDK$$, $$NDK$$ and $$MVN3$$ to substitute the paths to the You can use $$SDK$$, $$NDK$$ and $$MVN3$$ to substitute the paths to the
android SDK and NDK directories, and Maven 3 executable respectively e.g. android SDK and NDK directories, and Maven 3 executable respectively e.g.
for when you need to run @code{android update project} explicitly. for when you need to run @code{android update project} explicitly. The
following per-build variables are available likewise: $$VERSION$$, $$VERCODE$$
and $$COMMIT$$.
@item scanignore=<path1>[,<path2>,...] @item scanignore=<path1>[,<path2>,...]
Enables one or more files/paths to be excluded from the scan process. Enables one or more files/paths to be excluded from the scan process.
@ -967,7 +971,9 @@ mvn or gradle will be executed to clean the build environment right before
build= (or the final build) is run. build= (or the final build) is run.
You can use $$SDK$$, $$NDK$$ and $$MVN3$$ to substitute the paths to the You can use $$SDK$$, $$NDK$$ and $$MVN3$$ to substitute the paths to the
android SDK and NDK directories, and Maven 3 executable respectively. android SDK and NDK directories, and maven 3 executable respectively. The
following per-build variables are available likewise: $$VERSION$$,
$$VERCODE$$ and $$COMMIT$$.
@item buildjni=[yes|no|<dir list>] @item buildjni=[yes|no|<dir list>]
Enables building of native code via the ndk-build script before doing Enables building of native code via the ndk-build script before doing