mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 13:46:52 +00:00
Update OpenTracks (Reproducible build) to v4.21.0 (6233)
This commit is contained in:
parent
edef380cdb
commit
474c0e30ab
1 changed files with 13 additions and 2 deletions
|
|
@ -149,9 +149,20 @@ Builds:
|
|||
gradle:
|
||||
- reproducible
|
||||
|
||||
- versionName: v4.21.0
|
||||
versionCode: 6233
|
||||
commit: 3c52a5b38a3bad6ae8990b5170217165fc2dec03
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v4.20.0
|
||||
CurrentVersionCode: 6217
|
||||
CurrentVersion: v4.21.0
|
||||
CurrentVersionCode: 6233
|
||||
|
|
|
|||
Loading…
Reference in a new issue