From 2db14670ed3a4b8e61d0f85c489c898d2ce0f548 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 3 Apr 2025 13:25:09 +0530 Subject: [PATCH 1/3] manifest: Initialize /e/ manifest --- README.mkdn | 24 +++++++++--------------- default.xml | 11 ++++++++++- snippets/eos.xml | 8 ++++++++ 3 files changed, 27 insertions(+), 16 deletions(-) create mode 100644 snippets/eos.xml diff --git a/README.mkdn b/README.mkdn index 387260b1..33241a3f 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,36 +1,30 @@ -LineageOS +/e/OS =========== Getting started --------------- -To get started with Android/LineageOS, you'll need to get familiar with [Source Control Tools](https://source.android.com/setup/develop). +To get started with /e/OS, you'll need to get familiar with [Source Control Tools](https://source.android.com/setup/develop). -To initialize your local repository using the LineageOS trees, use a command like this: +To initialize your local repository using the /e/OS trees, use a command like this: ``` -repo init -u https://github.com/LineageOS/android.git -b lineage-22.2 --git-lfs +repo init -u https://gitlab.e.foundation/e/os/android.git -b a15 --git-lfs ``` Then to sync up: ``` repo sync ``` -Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device. +Please see the [/e/ documentation](https://doc.e.foundation/how-tos/#build-e-for-a-device) for building instructions, by device. Submitting patches ------------------ -Patches are always welcome! Please submit your patches via LineageOS Gerrit! +Patches are always welcome! Please submit your patches by opening a Merge Request on the project repository you want to contribute! -Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html). -To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/). - - -Buildbot +Continuous Integration -------- -All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable. - -You can view the current build statuses at [LineageOS Buildkite](https://buildkite.com/lineageos). +All supported devices are built as new versions are committed to ensuring that the source trees remain buildable. -Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/). +Builds produced can be downloaded from the [official website](https://doc.e.foundation/devices/). diff --git a/default.xml b/default.xml index ec817b31..21620148 100644 --- a/default.xml +++ b/default.xml @@ -2,7 +2,7 @@ + + + + + diff --git a/snippets/eos.xml b/snippets/eos.xml new file mode 100644 index 00000000..933e4338 --- /dev/null +++ b/snippets/eos.xml @@ -0,0 +1,8 @@ + + + + + + + + -- GitLab From b2e42f2b46d54fad870e1e197c4623d128163663 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 3 Apr 2025 13:26:03 +0530 Subject: [PATCH 2/3] android: Track our forks --- snippets/eos.xml | 101 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/snippets/eos.xml b/snippets/eos.xml index 933e4338..bbd7d78c 100644 --- a/snippets/eos.xml +++ b/snippets/eos.xml @@ -2,7 +2,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From d64e7c902c0490ecc4ff2c1a2d6af6cd862e4672 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Mon, 12 May 2025 14:06:51 +0530 Subject: [PATCH 3/3] Use our own fork of music app --- snippets/eos.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/eos.xml b/snippets/eos.xml index bbd7d78c..7819a896 100644 --- a/snippets/eos.xml +++ b/snippets/eos.xml @@ -28,6 +28,7 @@ + @@ -78,6 +79,7 @@ + -- GitLab