Update OpenTracks (Reproducible build) to v4.22.2 (6294)

This commit is contained in:
checkupdates bot 2025-09-26 05:32:26 +00:00 committed by Licaon_Kter
parent aca2faaa2b
commit 9374f73279

View file

@ -201,9 +201,24 @@ Builds:
gradle:
- reproducible
- versionName: v4.22.2
versionCode: 6294
commit: 34c5a3ab9771d06ff5f5fc084973a43b04ee8585
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.22.1
CurrentVersionCode: 6291
CurrentVersion: v4.22.2
CurrentVersionCode: 6294