From 274ab73c448c4c0a7c74ef39d67def70a95dcf58 Mon Sep 17 00:00:00 2001 From: Itu <131593996+WAR-DEPT@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:46:21 +0530 Subject: [PATCH 1/4] Update build_rom.sh --- build_rom.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..380593152a6 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,13 +1,13 @@ # 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 https://github.com/LineageOS/android.git -b lineage-20.0 --git-lfs -g default,-mips,-darwin,-notdefault +git clone https://github.com/WAR-DEPT/local_manifest.git --depth 1 -b main .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 +lunch lineage_miatoll-userdebug export TZ=Asia/Dhaka #put before last build command -mka derp +m 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 c17ac9e4849275e50d1e80d0e48a5ef42c685c9f Mon Sep 17 00:00:00 2001 From: WAR-DEPT <131593996+WAR-DEPT@users.noreply.github.com> Date: Sat, 23 Sep 2023 13:44:03 +0530 Subject: [PATCH 2/4] Update build_rom.sh --- build_rom.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_rom.sh b/build_rom.sh index 380593152a6..5cd350dde0c 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -6,6 +6,8 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh lunch lineage_miatoll-userdebug +export BUILD_USERNAME=itu +export BUILD_HOSTNAME=itu|가혹한 export TZ=Asia/Dhaka #put before last build command m bacon From ea7e86be9bcca82c40e12d78f874c4bdee055aaa Mon Sep 17 00:00:00 2001 From: WAR-DEPT <131593996+WAR-DEPT@users.noreply.github.com> Date: Sat, 23 Sep 2023 13:44:14 +0530 Subject: [PATCH 3/4] Update build_rom.sh --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index 5cd350dde0c..4103357cb3b 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -7,7 +7,7 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync source build/envsetup.sh lunch lineage_miatoll-userdebug export BUILD_USERNAME=itu -export BUILD_HOSTNAME=itu|가혹한 +export BUILD_HOSTNAME=itu-가혹한 export TZ=Asia/Dhaka #put before last build command m bacon From 5a496242d9c83529a25c60f75b67bb7cdb9efbbe Mon Sep 17 00:00:00 2001 From: WAR-DEPT <131593996+WAR-DEPT@users.noreply.github.com> Date: Sat, 23 Sep 2023 20:20:32 +0530 Subject: [PATCH 4/4] Update build_rom.sh --- build_rom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index 4103357cb3b..c51d1055da9 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -6,8 +6,8 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh lunch lineage_miatoll-userdebug -export BUILD_USERNAME=itu -export BUILD_HOSTNAME=itu-가혹한 +export BUILD_USERNAME=itu-가혹한 +export BUILD_HOSTNAME=linux export TZ=Asia/Dhaka #put before last build command m bacon