From 0d3fae4f9c49e75eb209ac47c372c5f498b96d96 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 15 Oct 2022 17:16:15 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20Cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 8 -------- export_env.sh | 7 ++++--- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ceb704e..7aaafb1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,11 +55,3 @@ repos: args: - '--strict' additional_dependencies: [ types-requests ] - - - -# sets up .pre-commit-ci.yaml to ensure pre-commit dependencies stay up to date -ci: - autoupdate_schedule: weekly - skip: [ ] - submodules: false diff --git a/export_env.sh b/export_env.sh index 653679c..b7005af 100644 --- a/export_env.sh +++ b/export_env.sh @@ -4,8 +4,9 @@ set -o errexit set -o pipefail set -o nounset -export PATCH_APPS=youtube,twitter,reddit,youtube_music,spotify +export PATCH_APPS=youtube,twitter,reddit,youtube_music export BUILD_EXTENDED=True export EXCLUDE_PATCH_YOUTUBE=custom-branding,enable-debugging -export EXCLUDE_PATCH_YOUTUBE_EXTENDED=custom-branding-red,custom-branding-blue,amoled -export EXCLUDE_PATCH_YOUTUBE_MUSIC_EXTENDED=custom-branding-music +export EXCLUDE_PATCH_YOUTUBE_EXTENDED=custom-branding-red,custom-branding-blue,materialyou,custom-branding-decipher3114,custom-branding-name,custom-package-name,always-autorepeat +export EXCLUDE_PATCH_YOUTUBE_MUSIC_EXTENDED=custom-branding-music,custom-branding-music-decipher3114,custom-package-name-music,custom-branding-music-red +export BUILD_OG_BRANDING_YOUTUBE=True