From 70c638243ee7cdc3095f8560a43ac2cb53f67730 Mon Sep 17 00:00:00 2001 From: gooseprjkt <162053558+gooseprjkt@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:36:07 +0300 Subject: [PATCH 1/3] 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..042dcdf478e 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 git://github.com/omnirom/android.git -b android-14.0 -g default,-mips,-darwin,-notdefault +git clone https://github.com/gooseprjkt/local_manifest.git --depth 1 -b master .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 omni_chime-userdebug export TZ=Asia/Dhaka #put before last build command -mka derp +m -j8 # 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 e9153d4dadc2330bd3fbfe295ddc77f88ce92c85 Mon Sep 17 00:00:00 2001 From: gooseprjkt <162053558+gooseprjkt@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:48:49 +0300 Subject: [PATCH 2/3] OmniROM 14.0 (chime) --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index 042dcdf478e..45dd3ead210 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,4 +1,4 @@ -# sync rom +# sync rom (PR) repo init --depth=1 --no-repo-verify -u git://github.com/omnirom/android.git -b android-14.0 -g default,-mips,-darwin,-notdefault git clone https://github.com/gooseprjkt/local_manifest.git --depth 1 -b master .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 From 5ef18b1e3c0cc01231881b0bd9de234a9ffebd7f Mon Sep 17 00:00:00 2001 From: gooseprjkt <162053558+gooseprjkt@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:13:50 +0300 Subject: [PATCH 3/3] 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 45dd3ead210..0c7baef7e66 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,4 +1,4 @@ -# sync rom (PR) +# sync rom (PR repo init --depth=1 --no-repo-verify -u git://github.com/omnirom/android.git -b android-14.0 -g default,-mips,-darwin,-notdefault git clone https://github.com/gooseprjkt/local_manifest.git --depth 1 -b master .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8