From c379bfc9fb251cd31d9098649703a18bc3c22846 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 3 Apr 2025 13:25:09 +0530 Subject: [PATCH 1/2] manifest: Initialize /e/ manifest --- README.md | 30 ++++++++++++++++++++++++++++++ README.mkdn | 36 ------------------------------------ default.xml | 3 ++- snippets/eos.xml | 17 +++++++++++++++++ 4 files changed, 49 insertions(+), 37 deletions(-) create mode 100644 README.md delete mode 100644 README.mkdn create mode 100644 snippets/eos.xml diff --git a/README.md b/README.md new file mode 100644 index 00000000..df7a8574 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +/e/OS +=========== + +Getting started +--------------- + +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 /e/OS trees, use a command like this: +``` +repo init -u https://gitlab.e.foundation/e/os/android.git -b a16 --git-lfs +``` +Then to sync up: +``` +repo sync +``` +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 by opening a Merge Request on the project repository you want to contribute! + + +Continuous Integration +-------- + +All supported devices are built as new versions are committed to ensuring that the source trees remain buildable. + +Builds produced can be downloaded from the [official website](https://doc.e.foundation/devices/). diff --git a/README.mkdn b/README.mkdn deleted file mode 100644 index aa420694..00000000 --- a/README.mkdn +++ /dev/null @@ -1,36 +0,0 @@ -LineageOS -=========== - -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 initialize your local repository using the LineageOS trees, use a command like this: -``` -repo init -u https://github.com/LineageOS/android.git -b lineage-23.0 --git-lfs -``` -Then to sync up: -``` -repo sync -``` -Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device. - - -Submitting patches ------------------- -Patches are always welcome! Please submit your patches via LineageOS Gerrit! - -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 --------- - -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). - -Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/). diff --git a/default.xml b/default.xml index d2b53f55..d431c3dd 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..02283b7d --- /dev/null +++ b/snippets/eos.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + -- GitLab From 03d62e8314a18b9b2cf1d7f715057b43805c5e1b Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Mon, 22 Sep 2025 20:08:56 +0530 Subject: [PATCH 2/2] Track our forks --- snippets/eos.xml | 108 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) diff --git a/snippets/eos.xml b/snippets/eos.xml index 02283b7d..7103a98c 100644 --- a/snippets/eos.xml +++ b/snippets/eos.xml @@ -11,7 +11,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab