Keep only latest version (5)

This commit is contained in:
Licaon_Kter 2023-05-05 12:59:10 +03:00
parent ae00efa476
commit 824c803707
5 changed files with 2 additions and 139 deletions

View file

@ -12,7 +12,7 @@ Changelog: https://github.com/LeoColman/Petals/releases
AutoName: Petals
RepoType: git
Repo: https://github.com/LeoColman/Petals
Repo: https://github.com/LeoColman/Petals.git
Builds:
- versionName: v1.1.1
@ -203,18 +203,6 @@ Builds:
- fdroid
prebuild: sed -i -e '/sonatype/d' build.gradle.kts
- versionName: 3.11.3
versionCode: 31103
commit: e4ac565f99534e03636498559bb3283ba4135f5a
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- fdroid
prebuild: sed -i -e '/sonatype/d' build.gradle.kts
- versionName: 3.11.4
versionCode: 31104
commit: 2823dbb264e293bd520ecc5aec46c4d3a1deb0fa

View file

@ -11322,21 +11322,6 @@ Builds:
scandelete:
- app/src/androidTest/assets
- versionName: '20230504'
versionCode: 20230504
commit: 66427ade72ade464af96168bc357fa7e7eef91ca
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: '20230505'
versionCode: 20230505
commit: 617b8b94d98ec10c1332311c7b8060cf42f81829

View file

@ -10588,56 +10588,6 @@ Builds:
- .yarn/
ndk: r23b
- versionName: 3.156.2
versionCode: 3000931
commit: '@standardnotes/mobile@3.156.2'
subdir: packages/mobile/android/app
sudo:
- apt-get update
- apt-get install -y libsecret-1-dev build-essential
- curl -Lo node.tar.gz https://nodejs.org/download/release/v16.20.0/node-v16.20.0-linux-x64.tar.gz
- echo "7abc0e558fa3b3c4cc0fd3c7fa5dbe61500ba7213f5e87ed560c65a733c6a5c4 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g yarn
- sysctl fs.inotify.max_user_watches=524288 || true
init:
- cd ../../../..
- yarn config set -H enableImmutableInstalls false
- sed -i -e '/react-native-iap/d' packages/mobile/package.json
- npm_config_build_from_source=true yarn
- cd packages/mobile
- npm_config_build_from_source=true yarn
patch:
- remove-IAP.3.146.2.patch
- disable-gms-u2f-support.patch
gradle:
- prod
rm:
- packages/desktop
- packages/mobile/ios
prebuild:
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
build.gradle
- pushd ../../../..
- yarn run build:mobile
- popd
- pushd ../..
- yarn run android:bundle
- popd
scanignore:
- packages/mobile/node_modules/jsc-android
- packages/mobile/node_modules/react-native
- packages/mobile/node_modules/detox/android/build.gradle
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
scandelete:
- node_modules/
- packages/mobile/node_modules
- .yarn/
ndk: r23b
- versionName: 3.157.1
versionCode: 3000935
commit: '@standardnotes/mobile@3.157.1'

View file

@ -13,7 +13,7 @@ IssueTracker: https://roadmap.ente.io
AutoName: ente
RepoType: git
Repo: https://github.com/ente-io/photos-app
Repo: https://github.com/ente-io/photos-app.git
Builds:
- versionName: 0.5.16
@ -680,55 +680,6 @@ Builds:
- thirdparty/flutter/bin/flutter build apk --flavor fdroid -t lib/main.dart
ndk: r21
- versionName: 0.7.46
versionCode: 446
commit: 1013c701f41c0a6fca0a8811008e3f4243d73a61
submodules: true
sudo:
- apt-get update
- apt-get install -y automake libtool make
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
srclibs:
- libsodium@ee009287afd480b60a9a4d75b19afdc0f705e9d9
- transistor-background-fetch@fb883de16ff3fbaaaa5ce84d829911c8a5894d2
rm:
- ios
- thirdparty/extended_image/example
- android/app/src/main/jniLibs/*/*libtensor*.so
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- thirdparty/flutter/bin/flutter config --no-analytics
- thirdparty/flutter/bin/flutter pub get
scanignore:
- .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
- thirdparty/flutter/packages/flutter_tools/gradle/flutter.gradle
- thirdparty/flutter/bin/cache
scandelete:
- thirdparty/flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- pushd $$libsodium$$
- ./autogen.sh -s
- ./dist-build/android-armv7-a.sh
- ./dist-build/android-armv8-a.sh
- ./dist-build/android-x86.sh
- ./dist-build/android-x86_64.sh
- popd
- cp $$libsodium$$/libsodium-android-armv7-a/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/flutter_sodium-0.2.0/android/src/main/jniLibs/armeabi-v7a/
- cp $$libsodium$$/libsodium-android-westmere/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/flutter_sodium-0.2.0/android/src/main/jniLibs/x86_64/
- cp $$libsodium$$/libsodium-android-armv8-a+crypto/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/flutter_sodium-0.2.0/android/src/main/jniLibs/arm64-v8a/
- cp $$libsodium$$/libsodium-android-i686/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/flutter_sodium-0.2.0/android/src/main/jniLibs/x86/
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
- gradle assembleRelease
- gradle publishToMavenLocal
- popd
- mv $$transistor-background-fetch$$/android/tsbackgroundfetch/build/outputs/aar/tsbackgroundfetch-release.aar
$PUB_CACHE/hosted/pub.dev/background_fetch-1.1.5/android/libs/com/transistorsoft/tsbackgroundfetch/0.5.7/tsbackgroundfetch-0.5.7.aar
- thirdparty/flutter/bin/flutter packages pub run flutter_launcher_icons:main
- thirdparty/flutter/bin/flutter build apk --flavor fdroid -t lib/main.dart
ndk: r21
- versionName: 0.7.48
versionCode: 448
commit: 1bab4021945929314e08482fd01a8cd80aeddb93

View file

@ -164,17 +164,6 @@ Builds:
gradle:
- yes
- versionName: 2.0.0
versionCode: 55
commit: 9c4e688ddae71cc1364acb139ef85d30a802f1f9
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
- versionName: 2.0.1
versionCode: 56
commit: fc55e64972e9e75f0683dfcc0cbac5ff721d2afb