From 94eab539bf87f687972a6b55141e80e447f76852 Mon Sep 17 00:00:00 2001 From: althafvly Date: Fri, 10 Feb 2023 16:34:57 +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 a38d4a05..0c3c2a6f 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-20.0 --git-lfs +repo init -u https://gitlab.e.foundation/e/os/android.git -b v1-t --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 0a96cea2..7d4179dd 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..c9a4fc02 --- /dev/null +++ b/snippets/eos.xml @@ -0,0 +1,8 @@ + + + + + + + + -- GitLab From 235a02178b0619a42ee4301bb3dd53b2233c95c9 Mon Sep 17 00:00:00 2001 From: althafvly Date: Fri, 10 Feb 2023 16:50:08 +0530 Subject: [PATCH 2/3] manifest: Track initial repos from /e/ --- snippets/eos.xml | 79 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/snippets/eos.xml b/snippets/eos.xml index c9a4fc02..ba1e45d2 100644 --- a/snippets/eos.xml +++ b/snippets/eos.xml @@ -2,7 +2,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From 97132ab8045d8986c2a998e1a4b40931358a33bf Mon Sep 17 00:00:00 2001 From: althafvly Date: Fri, 10 Mar 2023 11:19:01 +0530 Subject: [PATCH 3/3] manifest: Track PicoTTS --- snippets/eos.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snippets/eos.xml b/snippets/eos.xml index ba1e45d2..7263cdca 100644 --- a/snippets/eos.xml +++ b/snippets/eos.xml @@ -79,6 +79,9 @@ + + + -- GitLab