Update OpenTracks (Reproducible build) to v4.22.0 (6284)

This commit is contained in:
checkupdates bot 2025-08-25 05:28:12 +00:00 committed by linsui
parent 518a6758dc
commit 765d00acaa

View file

@ -171,9 +171,24 @@ Builds:
gradle:
- reproducible
- versionName: v4.22.0
versionCode: 6284
commit: 3c23a9f5400c7b5b914a221469d76cc019a18296
sudo:
- echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y openjdk-21-jdk-headless
- update-java-alternatives -a
- 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.21.1
CurrentVersionCode: 6237
CurrentVersion: v4.22.0
CurrentVersionCode: 6284