mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update OpenTracks (Reproducible build) to v4.17.7 (6028)
This commit is contained in:
parent
fb3a799ba6
commit
13e7bd6c66
1 changed files with 13 additions and 2 deletions
|
|
@ -28,9 +28,20 @@ Builds:
|
|||
gradle:
|
||||
- reproducible
|
||||
|
||||
- versionName: v4.17.7
|
||||
versionCode: 6028
|
||||
commit: ae237bdddc4a880bbaccf998d400ac11f19d7df9
|
||||
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.17.5
|
||||
CurrentVersionCode: 5989
|
||||
CurrentVersion: v4.17.7
|
||||
CurrentVersionCode: 6028
|
||||
|
|
|
|||
Loading…
Reference in a new issue