mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update OpenTracks (Reproducible build) to v4.22.2 (6294)
This commit is contained in:
parent
aca2faaa2b
commit
9374f73279
1 changed files with 17 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue