mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Update OpenTracks (Reproducible build) to v4.19.2 (6124)
This commit is contained in:
parent
5be0e98bec
commit
2fa7a9d9fe
1 changed files with 13 additions and 2 deletions
|
|
@ -83,9 +83,20 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- reproducible
|
- reproducible
|
||||||
|
|
||||||
|
- versionName: v4.19.2
|
||||||
|
versionCode: 6124
|
||||||
|
commit: 648c106f7fc045585d96847541fe5c147b7fb0c0
|
||||||
|
sudo:
|
||||||
|
- export CPUS_MAX=4
|
||||||
|
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||||
|
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||||
|
; done
|
||||||
|
gradle:
|
||||||
|
- reproducible
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 872c784563773b3d769ec34ceac4e38f1a2f15ef8ed44a61214c6d9d11c88a9b
|
AllowedAPKSigningKeys: 872c784563773b3d769ec34ceac4e38f1a2f15ef8ed44a61214c6d9d11c88a9b
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: v4.19.1
|
CurrentVersion: v4.19.2
|
||||||
CurrentVersionCode: 6120
|
CurrentVersionCode: 6124
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue