From b3025316a4570c0bccff091fdd453747a034097c Mon Sep 17 00:00:00 2001 From: relan Date: Sun, 19 Jan 2020 11:48:04 +0300 Subject: [PATCH] Mattermost Beta: disable AUM Maintainer wanted. Also remove failing builds. --- metadata/com.mattermost.rnbeta.yml | 222 +---------------------------- 1 file changed, 1 insertion(+), 221 deletions(-) diff --git a/metadata/com.mattermost.rnbeta.yml b/metadata/com.mattermost.rnbeta.yml index 8ebcfc5546..1803e04e46 100644 --- a/metadata/com.mattermost.rnbeta.yml +++ b/metadata/com.mattermost.rnbeta.yml @@ -350,226 +350,6 @@ Builds: scandelete: - node_modules - - versionName: 1.25.1 - versionCode: 247 - commit: v1.25.1 - subdir: android/app - sudo: - - sysctl fs.inotify.max_user_watches=524288 - - sysctl -p - - apt-get update || apt-get update - - apt-get install -y --no-install-recommends -t stretch-backports npm - init: - - sed -i -e '/react-native-youtube/d' ../../package.json build.gradle ../settings.gradle - ../../app/components/post_body_additional_content/post_body_additional_content.js - - make -C ../.. pre-run - gradle: - - yes - rm: - - node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/gcm/ - - node_modules/xdate/build/compiler.jar - - node_modules/react-native-video/android-exoplayer/build/ - - node_modules/socketcluster/ - - node_modules/shaka-player/third_party/closure/compiler.jar - - node_modules/.bin/socketcluster - prebuild: - - "sed -i -e '/play-services-gcm/,+2d' -e 's/bundleCommand: \"ram-bundle\",/bundleCommand:\ - \ \"ram-bundle\", nodeExecutableAndArgs: [\"node\", \"--max-old-space-size=12000\"\ - ],/' build.gradle" - - sed -i -e '/ReactNativeYouTube/d' src/main/java/com/mattermost/rnbeta/MainApplication.java - - sed -i -e '/com.google.android.gms.iid.InstanceID.getInstance/d' ../../node_modules/react-native-device-info/android/src/main/java/com/learnium/RNDeviceInfo/RNDeviceModule.java - - sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/firebase/d' ../../node_modules/react-native-notifications/android/build.gradle - build.gradle - - sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/FcmInstance/d' - -e '/FirebaseApp/'d ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java - ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java - - sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle - - truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel - scanignore: - - android/build.gradle - - node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - scandelete: - - node_modules - - - versionName: 1.26.0 - versionCode: 253 - commit: v1.26.0 - subdir: android/app - sudo: - - sysctl fs.inotify.max_user_watches=524288 - - sysctl -p - - apt-get update || apt-get update - - apt-get install -y --no-install-recommends -t stretch-backports npm - init: - - sed -i -e '/react-native-youtube/d' ../../package.json build.gradle ../settings.gradle - ../../app/components/post_body_additional_content/post_body_additional_content.js - - make -C ../.. pre-run - gradle: - - yes - rm: - - node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/gcm/ - - node_modules/xdate/build/compiler.jar - - node_modules/react-native-video/android-exoplayer/build/ - - node_modules/socketcluster/ - - node_modules/shaka-player/third_party/closure/compiler.jar - - node_modules/.bin/socketcluster - prebuild: - - "sed -i -e '/play-services-gcm/,+2d' -e 's/bundleCommand: \"ram-bundle\",/bundleCommand:\ - \ \"ram-bundle\", nodeExecutableAndArgs: [\"node\", \"--max-old-space-size=12000\"\ - ],/' build.gradle" - - sed -i -e '/ReactNativeYouTube/d' src/main/java/com/mattermost/rnbeta/MainApplication.java - - sed -i -e '/com.google.android.gms.iid.InstanceID.getInstance/d' ../../node_modules/react-native-device-info/android/src/main/java/com/learnium/RNDeviceInfo/RNDeviceModule.java - - sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/firebase/d' ../../node_modules/react-native-notifications/android/build.gradle - build.gradle - - sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/FcmInstance/d' - -e '/FirebaseApp/'d ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java - ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java - - sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle - - truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel - scanignore: - - android/build.gradle - - node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - scandelete: - - node_modules - - - versionName: 1.26.1 - versionCode: 256 - commit: v1.26.1 - subdir: android/app - sudo: - - sysctl fs.inotify.max_user_watches=524288 - - sysctl -p - - apt-get update || apt-get update - - apt-get install -y --no-install-recommends -t stretch-backports npm - init: - - sed -i -e '/react-native-youtube/d' ../../package.json build.gradle ../settings.gradle - ../../app/components/post_body_additional_content/post_body_additional_content.js - - make -C ../.. pre-run - gradle: - - yes - rm: - - node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/gcm/ - - node_modules/xdate/build/compiler.jar - - node_modules/react-native-video/android-exoplayer/build/ - - node_modules/socketcluster/ - - node_modules/shaka-player/third_party/closure/compiler.jar - - node_modules/.bin/socketcluster - prebuild: - - "sed -i -e '/play-services-gcm/,+2d' -e 's/bundleCommand: \"ram-bundle\",/bundleCommand:\ - \ \"ram-bundle\", nodeExecutableAndArgs: [\"node\", \"--max-old-space-size=12000\"\ - ],/' build.gradle" - - sed -i -e '/ReactNativeYouTube/d' src/main/java/com/mattermost/rnbeta/MainApplication.java - - sed -i -e '/com.google.android.gms.iid.InstanceID.getInstance/d' ../../node_modules/react-native-device-info/android/src/main/java/com/learnium/RNDeviceInfo/RNDeviceModule.java - - sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/firebase/d' ../../node_modules/react-native-notifications/android/build.gradle - build.gradle - - sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/FcmInstance/d' - -e '/FirebaseApp/'d ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java - ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java - - sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle - - truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel - scanignore: - - android/build.gradle - - node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - scandelete: - - node_modules - - - versionName: 1.26.2 - versionCode: 258 - commit: v1.26.2 - subdir: android/app - sudo: - - sysctl fs.inotify.max_user_watches=524288 - - sysctl -p - - apt-get update || apt-get update - - apt-get install -y --no-install-recommends -t stretch-backports npm - init: - - sed -i -e '/react-native-youtube/d' ../../package.json build.gradle ../settings.gradle - ../../app/components/post_body_additional_content/post_body_additional_content.js - - make -C ../.. pre-run - gradle: - - yes - rm: - - node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/gcm/ - - node_modules/xdate/build/compiler.jar - - node_modules/react-native-video/android-exoplayer/build/ - - node_modules/socketcluster/ - - node_modules/shaka-player/third_party/closure/compiler.jar - - node_modules/.bin/socketcluster - prebuild: - - "sed -i -e '/play-services-gcm/,+2d' -e 's/bundleCommand: \"ram-bundle\",/bundleCommand:\ - \ \"ram-bundle\", nodeExecutableAndArgs: [\"node\", \"--max-old-space-size=12000\"\ - ],/' build.gradle" - - sed -i -e '/ReactNativeYouTube/d' src/main/java/com/mattermost/rnbeta/MainApplication.java - - sed -i -e '/com.google.android.gms.iid.InstanceID.getInstance/d' ../../node_modules/react-native-device-info/android/src/main/java/com/learnium/RNDeviceInfo/RNDeviceModule.java - - sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/firebase/d' ../../node_modules/react-native-notifications/android/build.gradle - build.gradle - - sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/FcmInstance/d' - -e '/FirebaseApp/'d ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java - ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java - - sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle - - truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel - scanignore: - - android/build.gradle - - node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - scandelete: - - node_modules - - - versionName: 1.27.0 - versionCode: 259 - commit: v1.27.0 - subdir: android/app - sudo: - - sysctl fs.inotify.max_user_watches=524288 - - sysctl -p - - apt-get update || apt-get update - - apt-get install -y --no-install-recommends -t stretch-backports npm - init: - - sed -i -e '/react-native-youtube/d' ../../package.json build.gradle ../settings.gradle - ../../app/components/post_body_additional_content/post_body_additional_content.js - - make -C ../.. pre-run - gradle: - - yes - rm: - - node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/gcm/ - - node_modules/xdate/build/compiler.jar - - node_modules/react-native-video/android-exoplayer/build/ - - node_modules/socketcluster/ - - node_modules/shaka-player/third_party/closure/compiler.jar - - node_modules/.bin/socketcluster - prebuild: - - "sed -i -e '/play-services-gcm/,+2d' -e 's/bundleCommand: \"ram-bundle\",/bundleCommand:\ - \ \"ram-bundle\", nodeExecutableAndArgs: [\"node\", \"--max-old-space-size=12000\"\ - ],/' build.gradle" - - sed -i -e '/ReactNativeYouTube/d' src/main/java/com/mattermost/rnbeta/MainApplication.java - - sed -i -e '/com.google.android.gms.iid.InstanceID.getInstance/d' ../../node_modules/react-native-device-info/android/src/main/java/com/learnium/RNDeviceInfo/RNDeviceModule.java - - sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle - - sed -i -e '/firebase/d' ../../node_modules/react-native-notifications/android/build.gradle - build.gradle - - sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/FcmInstance/d' - -e '/FirebaseApp/'d ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java - ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java - - sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle - - truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel - scanignore: - - android/build.gradle - - node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-image-picker/android/build.gradle - - node_modules/react-native-webview/android/build.gradle - scandelete: - - node_modules - MaintainerNotes: |- sed is used to: * Remove push notifications (see [https://github.com/wix/react-native-notifications/issues/207 this issue]) @@ -578,7 +358,7 @@ MaintainerNotes: |- scanignore is used to allow the "node_modules/react-native/android" local Maven repository. -AutoUpdateMode: Version v%v +AutoUpdateMode: None UpdateCheckMode: Tags CurrentVersion: 1.27.0 CurrentVersionCode: 259