From 832084767489cf194a548e622ceadd3221b335fd Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Sun, 21 May 2023 18:17:36 +0530 Subject: [PATCH 01/15] Initial Spark --- build_rom.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..0ec8b896e08 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,13 +1,15 @@ # sync rom -repo init --depth=1 --no-repo-verify -u git://github.com/DerpFest-11/manifest.git -b 11 -g default,-mips,-darwin,-notdefault -git clone https://github.com/pocox3pro/Local-Manifests.git --depth 1 -b master .repo/local_manifests +repo init --depth=1 --no-repo-verify -u git://github.com/Spark-Rom/manifest.git -b pyro -g default,-mips,-darwin,-notdefault +git clone https://github.com/Legendleo90/local_manifest.git -b spark .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -lunch derp_vayu-user -export TZ=Asia/Dhaka #put before last build command -mka derp +lunch spark_beryllium-user +export BUILD_USERNAME=Akshat +export BUILD_HOSTNAME=leopubglover +export TZ=Asia/Kolkata #put before last build command +mka bacon # upload rom (if you don't need to upload multiple files, then you don't need to edit next line) rclone copy out/target/product/$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1)/*.zip cirrus:$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1) -P From acb72dbed54bed03b2b8225894d9ab0011d0d71e Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Mon, 22 May 2023 05:14:16 +0530 Subject: [PATCH 02/15] Initial Spark --- build_rom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_rom.sh b/build_rom.sh index 0ec8b896e08..b6e62f27835 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -13,3 +13,4 @@ mka bacon # upload rom (if you don't need to upload multiple files, then you don't need to edit next line) rclone copy out/target/product/$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1)/*.zip cirrus:$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1) -P + From b396c852f173d28fe3ab7657a8b0b24bc1418cbd Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Mon, 22 May 2023 10:36:54 +0530 Subject: [PATCH 03/15] fix duplicate errors --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index b6e62f27835..9951c9cd517 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,5 +1,5 @@ # sync rom -repo init --depth=1 --no-repo-verify -u git://github.com/Spark-Rom/manifest.git -b pyro -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u https://github.com/Spark-Rom/manifest.git -b pyro -g default,-mips,-darwin,-notdefault git clone https://github.com/Legendleo90/local_manifest.git -b spark .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 From f38de77b06f76fb4606586ccc2a743a37f89269a Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Mon, 22 May 2023 14:10:04 +0530 Subject: [PATCH 04/15] fix sync --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index 9951c9cd517..d61a89110bd 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -3,7 +3,7 @@ repo init --depth=1 --no-repo-verify -u https://github.com/Spark-Rom/manifest.gi git clone https://github.com/Legendleo90/local_manifest.git -b spark .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 -# build rom +# build rom# source build/envsetup.sh lunch spark_beryllium-user export BUILD_USERNAME=Akshat From 571b8810349fdb16d54c81bc233c5fe6a29f3f84 Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Mon, 22 May 2023 19:36:49 +0530 Subject: [PATCH 05/15] build userdebug --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index d61a89110bd..bdd6fe4e9f2 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -5,7 +5,7 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom# source build/envsetup.sh -lunch spark_beryllium-user +lunch spark_beryllium-userdebug export BUILD_USERNAME=Akshat export BUILD_HOSTNAME=leopubglover export TZ=Asia/Kolkata #put before last build command From 56d1d43eedc4764bac8b6e68b026e86f266128d1 Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Tue, 23 May 2023 07:08:09 +0530 Subject: [PATCH 06/15] sepolicy error? --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index bdd6fe4e9f2..d3890fedd4a 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -3,7 +3,7 @@ repo init --depth=1 --no-repo-verify -u https://github.com/Spark-Rom/manifest.gi git clone https://github.com/Legendleo90/local_manifest.git -b spark .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 -# build rom# +# build rom source build/envsetup.sh lunch spark_beryllium-userdebug export BUILD_USERNAME=Akshat From 9f3ccb57d33fb5d7de90ff4982e3ce72493e568a Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Tue, 23 May 2023 08:23:09 +0530 Subject: [PATCH 07/15] user build --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index d3890fedd4a..9951c9cd517 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -5,7 +5,7 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh -lunch spark_beryllium-userdebug +lunch spark_beryllium-user export BUILD_USERNAME=Akshat export BUILD_HOSTNAME=leopubglover export TZ=Asia/Kolkata #put before last build command From 905a1b3f0ca5141a8bcbf7605454777b5afb6706 Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Sat, 2 Sep 2023 21:09:56 +0530 Subject: [PATCH 08/15] Spark update --- build_rom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index 9951c9cd517..2387cfb1978 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,6 +1,6 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/Spark-Rom/manifest.git -b pyro -g default,-mips,-darwin,-notdefault -git clone https://github.com/Legendleo90/local_manifest.git -b spark .repo/local_manifests +repo init --depth=1 --no-repo-verify -u https://github.com/Spark-Rom/manifest.git -b pyro-next -g default,-mips,-darwin,-notdefault +git clone https://github.com/Legendleo90/local_manifests.git -b spark .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom From c5693a2319c6468eb90fa4874ae343345f0ba7be Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Sun, 3 Sep 2023 08:51:41 +0530 Subject: [PATCH 09/15] Fix random reboots --- build_rom.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index 2387cfb1978..3b64a376793 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -13,4 +13,3 @@ mka bacon # upload rom (if you don't need to upload multiple files, then you don't need to edit next line) rclone copy out/target/product/$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1)/*.zip cirrus:$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1) -P - From 023fda153293c6a4bf5d0c73fc7ef1ab733ed502 Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Wed, 6 Sep 2023 16:09:33 +0530 Subject: [PATCH 10/15] Fix random reboots #3 From 6a81096d6388fa59d7d1dc8c6c24aa35b3a27ef5 Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Sun, 10 Sep 2023 10:18:18 +0530 Subject: [PATCH 11/15] Initial sep patch --- build_rom.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index 3b64a376793..aa39ddd18a8 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,15 +1,15 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/Spark-Rom/manifest.git -b pyro-next -g default,-mips,-darwin,-notdefault -git clone https://github.com/Legendleo90/local_manifests.git -b spark .repo/local_manifests +repo init --depth=1 --no-repo-verify -u https://github.com/DerpFest-AOSP/manifest.git -b 13 -g default,-mips,-darwin,-notdefault +git clone https://github.com/Legendleo90/local_manifests.git -b derp .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -lunch spark_beryllium-user +lunch derp_beryllium-user export BUILD_USERNAME=Akshat export BUILD_HOSTNAME=leopubglover export TZ=Asia/Kolkata #put before last build command -mka bacon +mka derp # upload rom (if you don't need to upload multiple files, then you don't need to edit next line) rclone copy out/target/product/$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1)/*.zip cirrus:$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1) -P From 7b65cc8387fdad0db072be1b7f760c2647335177 Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Sun, 10 Sep 2023 14:12:32 +0530 Subject: [PATCH 12/15] Add hardware From c8edf1490d0c5b94c9ea084c76b3b4e080e984a7 Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Mon, 13 Nov 2023 08:39:46 +0530 Subject: [PATCH 13/15] Derp --- build_rom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index aa39ddd18a8..fd21ff1a3ce 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,5 +1,5 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/DerpFest-AOSP/manifest.git -b 13 -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u https://github.com/DerpFest-AOSP/manifest.git -b 14 -g default,-mips,-darwin,-notdefault git clone https://github.com/Legendleo90/local_manifests.git -b derp .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 @@ -7,7 +7,7 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync source build/envsetup.sh lunch derp_beryllium-user export BUILD_USERNAME=Akshat -export BUILD_HOSTNAME=leopubglover +export BUILD_HOSTNAME=Legendleo90 export TZ=Asia/Kolkata #put before last build command mka derp From 8a40768b12e84688dd3662b29898d62f1aa8dd86 Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Mon, 13 Nov 2023 13:01:29 +0530 Subject: [PATCH 14/15] Retrigger From 57d6c0226d96257e47c1af100b030f6b01bfaab2 Mon Sep 17 00:00:00 2001 From: Julival Bittencourt <53379692+bittencourtjulival@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:02:24 -0300 Subject: [PATCH 15/15] initi polaris derp build_rom.sh --- build_rom.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index fd21ff1a3ce..c571b091306 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,13 +1,13 @@ # sync rom repo init --depth=1 --no-repo-verify -u https://github.com/DerpFest-AOSP/manifest.git -b 14 -g default,-mips,-darwin,-notdefault -git clone https://github.com/Legendleo90/local_manifests.git -b derp .repo/local_manifests +git clone https://github.com/bittencourtjulival/local_manifests.git -b derp .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh lunch derp_beryllium-user -export BUILD_USERNAME=Akshat -export BUILD_HOSTNAME=Legendleo90 +export BUILD_USERNAME=Julival +export BUILD_HOSTNAME=bittencourtjulival export TZ=Asia/Kolkata #put before last build command mka derp