mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
keep latest
This commit is contained in:
parent
c4065f949e
commit
034d07e8b0
11 changed files with 0 additions and 293 deletions
|
|
@ -27,13 +27,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.0.0
|
||||
versionCode: 16
|
||||
commit: 9a0d3063db16916a04ff5a1abe8f0d65a283c2fd
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.0.6
|
||||
versionCode: 22
|
||||
commit: 30f57b9d7c7d9aa23ab9c67ccd1121fb62ee8261
|
||||
|
|
|
|||
|
|
@ -392,29 +392,6 @@ Builds:
|
|||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; gradle clean
|
||||
assembleFdroidRelease; done
|
||||
|
||||
- versionName: 2.5.27
|
||||
versionCode: 30527
|
||||
commit: 8db9665ff3a2dfa9df6e900943ce84cc891b18f7
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- export CPUS_MAX=16
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/(useCrashlytics)/,+3d' -e '/firebase/d' -e '/gms/d' ../build.gradle
|
||||
build.gradle
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk https://github.com/meshtastic/Meshtastic-Android/releases/download/$$VERSION$$/fdroidRelease-$$VERSION$$.apk
|
||||
- unzip -q upstream.apk -d apk
|
||||
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
||||
- rm -rf apk upstream.apk
|
||||
- for i in {1..10}; do unzip -q $$OUT$$ -d apk; sha256sum -c - <<< $hash &&
|
||||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; gradle clean
|
||||
assembleFdroidRelease; done
|
||||
|
||||
- versionName: 2.6.0
|
||||
versionCode: 30600
|
||||
commit: a603dcb91e2e873bb1c90cf59bfc8bb684cca8b5
|
||||
|
|
|
|||
|
|
@ -185,26 +185,6 @@ Builds:
|
|||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; gradle clean
|
||||
assembleRelease; done
|
||||
|
||||
- versionName: 2.3.0
|
||||
versionCode: 11
|
||||
commit: 6d6f95d7410d4e8b8490eee21ec899d51bc1413d
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=16
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- yes
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk https://github.com/maksimowiczm/FoodYou/releases/download/$$VERSION$$/food-you-$$VERSION$$.apk
|
||||
- unzip -q upstream.apk -d apk
|
||||
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
||||
- rm -rf apk upstream.apk
|
||||
- for i in {1..10}; do unzip -q $$OUT$$ -d apk; sha256sum -c - <<< $hash &&
|
||||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; gradle clean
|
||||
assembleRelease; done
|
||||
|
||||
- versionName: 2.3.1
|
||||
versionCode: 12
|
||||
commit: b201cadc7651f3b29d50d16246a533a03a5be20f
|
||||
|
|
|
|||
|
|
@ -15288,21 +15288,6 @@ Builds:
|
|||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
|
||||
- versionName: '20250516'
|
||||
versionCode: 20250516
|
||||
commit: 013b2a45726c7c88bc1cb4c594d38a963fdcfe62
|
||||
subdir: app
|
||||
gradle:
|
||||
- versionDev
|
||||
rm:
|
||||
- user_manual
|
||||
prebuild:
|
||||
- mkdir -p $HOME/.gradle
|
||||
- echo "org.gradle.jvmargs=-Xmx9g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError"
|
||||
> $HOME/.gradle/gradle.properties
|
||||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
|
||||
- versionName: '20250518'
|
||||
versionCode: 20250518
|
||||
commit: 75180cbf7345c487ddb0fcc1a78a78eda099cc23
|
||||
|
|
|
|||
|
|
@ -250,28 +250,6 @@ Builds:
|
|||
- node_modules
|
||||
- .swp
|
||||
|
||||
- versionName: 13.0.7
|
||||
versionCode: 1300070000
|
||||
commit: 0877a2e8cacf779b496547349cb8a56cfc4b527d
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -t trixie npm openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
init:
|
||||
- cd ../..
|
||||
- npm install --build-from-source
|
||||
- npm run build
|
||||
- npx cap sync
|
||||
gradle:
|
||||
- fdroid
|
||||
output: build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
|
||||
scandelete:
|
||||
- node_modules
|
||||
- .swp
|
||||
|
||||
- versionName: 13.0.10
|
||||
versionCode: 1300100000
|
||||
commit: 05d9e2c2de02e39dafff46d7c27ce9684147ef9c
|
||||
|
|
|
|||
|
|
@ -3082,24 +3082,6 @@ Builds:
|
|||
- make all
|
||||
ndk: 28.0.13004108
|
||||
|
||||
- versionName: 53.0.2
|
||||
versionCode: 204
|
||||
commit: dbad1f4969b3d6228d28bf0e01d2755113e4130e
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y automake cmake libre-dev libtool make pkg-config wget lbzip2
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e 's|/opt/Android|$$SDK$$|' -e 's|/usr/src/baresip-studio|..|'
|
||||
../libbaresip-android.video/Makefile
|
||||
build:
|
||||
- cd ../libbaresip-android.video
|
||||
- make download-sources
|
||||
- make all
|
||||
ndk: 28.0.13004108
|
||||
|
||||
- versionName: 53.0.3
|
||||
versionCode: 205
|
||||
commit: e898ec8f90bd8cf122676045eba4958cc1649d37
|
||||
|
|
|
|||
|
|
@ -13,36 +13,6 @@ RepoType: git
|
|||
Repo: https://github.com/wiiznokes/gitnote.git
|
||||
|
||||
Builds:
|
||||
- versionName: 25.05.4
|
||||
versionCode: 4
|
||||
commit: 8b2920fb2efb13f57cfcce704aa238e705110214
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install build-essential unzip cmake wget
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- app/src/main/jniLibs
|
||||
- app/libgit2-android/tests
|
||||
- app/libgit2-android/openssl/fuzz/corpora
|
||||
- app/libgit2-android/fuzzers
|
||||
- app/libgit2-android/openssl/cloudflare-quiche/quiche/deps/boringssl/src/fuzz
|
||||
- app/libgit2-android/openssl/cloudflare-quiche/fuzz
|
||||
scandelete:
|
||||
- app/libgit2-android
|
||||
build:
|
||||
- cd libgit2-android
|
||||
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=arm64-v8a BUILD_ALL=1
|
||||
./build.sh
|
||||
- ANDROID_NDK_ROOT=$ANDROID_NDK_HOME ANDROID_API=34 ANDROID_ABI=x86_64 BUILD_ALL=1
|
||||
CLEAN=1 ./build.sh
|
||||
ndk: r27c
|
||||
|
||||
- versionName: 25.05.5
|
||||
versionCode: 5
|
||||
commit: 1bd86884ac757047deb55fddfcc61012850eb0bc
|
||||
|
|
|
|||
|
|
@ -33,13 +33,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '0.3'
|
||||
versionCode: 6
|
||||
commit: 69cdfc08381625ddfa611aa7ed0480715de46451
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.3.1
|
||||
versionCode: 7
|
||||
commit: 065e3b2b5c9f55767e540dd2920e2595f099fe56
|
||||
|
|
|
|||
|
|
@ -18,138 +18,6 @@ RepoType: git
|
|||
Repo: https://codeberg.org/retiolus/natinfo_flutter.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.2.1
|
||||
versionCode: 14001
|
||||
commit: 247084a732451fd4b6f8c44b732f4e8201c7d39e
|
||||
sudo:
|
||||
- mkdir -p /mnt/2TB/Documents/gits/
|
||||
- chown vagrant /mnt/2TB/Documents/gits/
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-x86_64-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
ndk: 26.3.11579264
|
||||
|
||||
- versionName: 0.2.1
|
||||
versionCode: 14002
|
||||
commit: 247084a732451fd4b6f8c44b732f4e8201c7d39e
|
||||
sudo:
|
||||
- mkdir -p /mnt/2TB/Documents/gits/
|
||||
- chown vagrant /mnt/2TB/Documents/gits/
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-armeabi-v7a-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
ndk: 26.3.11579264
|
||||
|
||||
- versionName: 0.2.1
|
||||
versionCode: 14003
|
||||
commit: 247084a732451fd4b6f8c44b732f4e8201c7d39e
|
||||
sudo:
|
||||
- mkdir -p /mnt/2TB/Documents/gits/
|
||||
- chown vagrant /mnt/2TB/Documents/gits/
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-arm64-v8a-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
ndk: 26.3.11579264
|
||||
|
||||
- versionName: 0.3.0
|
||||
versionCode: 15001
|
||||
commit: b6835d0550638562dd2b5417a3de79b6ced35057
|
||||
|
|
|
|||
|
|
@ -715,13 +715,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '22.7'
|
||||
versionCode: 227
|
||||
commit: eccceac0ff203ed1c90939f453b743cc35e5de1a
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '22.9'
|
||||
versionCode: 229
|
||||
commit: ae88176983b5220da0380c11e41d27a723daaec4
|
||||
|
|
|
|||
|
|
@ -493,18 +493,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.4.14
|
||||
versionCode: 10414
|
||||
commit: aa3672d312d09b0ba80db22503a1956eee715d5a
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.4.15
|
||||
versionCode: 10415
|
||||
commit: c393190d146acd68b7dea73ed459bd5422c624b9
|
||||
|
|
|
|||
Loading…
Reference in a new issue