Merge branch 'no-rm' into 'master'
syncthing-android: Remove rm option to get non-dirty builds See merge request fdroid/fdroiddata!4921
This commit is contained in:
commit
e3eb677202
|
@ -780,11 +780,20 @@ Build:1.1.2.1,4167
|
||||||
apt install -y -t testing golang-go
|
apt install -y -t testing golang-go
|
||||||
gradle=yes
|
gradle=yes
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
||||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
||||||
|
scanignore=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||||
ndk=r15c
|
ndk=r15c
|
||||||
preassemble=buildNative
|
preassemble=buildNative
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
||||||
|
pristine, as the version/release information is taken from git.
|
||||||
|
The ignored directory
|
||||||
|
syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||||
|
contains pre-generated data for testing and is thus not involved in the build
|
||||||
|
process.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags ^[0-9.]*$
|
Update Check Mode:Tags ^[0-9.]*$
|
||||||
Current Version:1.1.2.1
|
Current Version:1.1.2.1
|
||||||
|
|
Loading…
Reference in a new issue