From 270254e86898fdd047c91b5e1342d8fe1d2f22c6 Mon Sep 17 00:00:00 2001 From: Yaroslav Malykh <37468176+fisuri@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:07:59 +0400 Subject: [PATCH 01/10] vayu-PixelOS-tiramisu-fisuri --- build_rom.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..e9fc9b6ffa9 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:PixelOS-AOSP/manifest.git -b thirteen -g default,-mips,-darwin,-notdefault +git clone https://github.com/fisuri/local_manifest.git --depth 1 -b aosp .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 aosp_vayu-userdebug +export BUILD_USERNAME=fisuri +export BUILD_HOSTNAME=linux export TZ=Asia/Dhaka #put before last build command -mka derp +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 4dbe050fc4d548210071fc46e02a12bf9a484a01 Mon Sep 17 00:00:00 2001 From: Yaroslav Malykh <37468176+fisuri@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:11:09 +0400 Subject: [PATCH 02/10] 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 e9fc9b6ffa9..d80111b8401 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:PixelOS-AOSP/manifest.git -b thirteen -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u https://github.com/PixelOS-AOSP/manifest.git -b thirteen -g default,-mips,-darwin,-notdefault git clone https://github.com/fisuri/local_manifest.git --depth 1 -b aosp .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 From 117cbc287d694b834bbe5b8f6a3229e6d9eb24ca Mon Sep 17 00:00:00 2001 From: Yaroslav Malykh <37468176+fisuri@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:16:52 +0400 Subject: [PATCH 03/10] Update build_rom.sh --- build_rom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_rom.sh b/build_rom.sh index d80111b8401..de461babb26 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 85721ffec769ae5750378966798f7d053a2508ae Mon Sep 17 00:00:00 2001 From: Yaroslav Malykh <37468176+fisuri@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:21:28 +0400 Subject: [PATCH 04/10] Update build_rom.sh --- build_rom.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index de461babb26..d80111b8401 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 7c87bc0db243c45cce1d994d1e0f2eb5276ce4a2 Mon Sep 17 00:00:00 2001 From: Yaroslav Malykh <37468176+fisuri@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:42:51 +0400 Subject: [PATCH 05/10] Update build_rom.sh --- build_rom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_rom.sh b/build_rom.sh index d80111b8401..de461babb26 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 61acf4641ccb53655ceef2b6f755eac9d72dc590 Mon Sep 17 00:00:00 2001 From: Yaroslav Malykh <37468176+fisuri@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:03:23 +0400 Subject: [PATCH 06/10] Update build_rom.sh --- build_rom.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index de461babb26..d80111b8401 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 0eb81a24fd77a9908d26a63d921f3041d872b629 Mon Sep 17 00:00:00 2001 From: Yaroslav Malykh <37468176+fisuri@users.noreply.github.com> Date: Thu, 12 Oct 2023 08:23:59 +0400 Subject: [PATCH 07/10] Update build_rom.sh --- build_rom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_rom.sh b/build_rom.sh index d80111b8401..de461babb26 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 b367590b158b0fc0a43bf2867458327a146a0947 Mon Sep 17 00:00:00 2001 From: Yaroslav Malykh <37468176+fisuri@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:38:52 +0400 Subject: [PATCH 08/10] Update kernel from pixelos-devices --- build_rom.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index de461babb26..d80111b8401 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 ec3c9e4484fa60053784344f23b8954c596cc0a1 Mon Sep 17 00:00:00 2001 From: Yaroslav Malykh <37468176+fisuri@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:57:42 +0400 Subject: [PATCH 09/10] add eos --- build_rom.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d80111b8401..4a46e05308a 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,11 +1,11 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/PixelOS-AOSP/manifest.git -b thirteen -g default,-mips,-darwin,-notdefault -git clone https://github.com/fisuri/local_manifest.git --depth 1 -b aosp .repo/local_manifests +repo init --depth=1 --no-repo-verify -u https://gitlab.e.foundation/e/os/android.git -b v1-t --git-lfs -g default,-mips,-darwin,-notdefault +git clone https://github.com/fisuri/local_manifest.git --depth 1 -b eos .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -lunch aosp_vayu-userdebug +lunch lineage_vayu-userdebug export BUILD_USERNAME=fisuri export BUILD_HOSTNAME=linux export TZ=Asia/Dhaka #put before last build command From e08c7c35548e5d71910166ea443356dadbe29b56 Mon Sep 17 00:00:00 2001 From: Yaroslav Malykh <37468176+fisuri@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:22:32 +0400 Subject: [PATCH 10/10] Update build_rom.sh --- build_rom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_rom.sh b/build_rom.sh index 4a46e05308a..c38012813f3 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 +