From 60f6ba1f18a490dc0fcfed1ad6d271e6f250cb26 Mon Sep 17 00:00:00 2001 From: Romain Hunault Date: Wed, 15 May 2019 15:53:34 +0000 Subject: [PATCH 1/4] android: Setup CI to update from upstream --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67a20ad8..f01e7779 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,3 @@ include: - project: 'e/templates' ref: master file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml' - -- GitLab From 1cb47e608b88a5374ab15ae236b8c9b0f51153ad Mon Sep 17 00:00:00 2001 From: althafvly Date: Fri, 10 Feb 2023 16:34:57 +0530 Subject: [PATCH 2/4] manifest: Initialize /e/ manifest Change-Id: I76860c1bc6a8e3ba42895fb84e7993357884f7f3 --- README.mkdn | 24 +++++++++--------------- default.xml | 12 +++++++++++- snippets/eos.xml | 8 ++++++++ 3 files changed, 28 insertions(+), 16 deletions(-) create mode 100644 snippets/eos.xml diff --git a/README.mkdn b/README.mkdn index fc1498f2..323f1154 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-21.0 --git-lfs +repo init -u https://gitlab.e.foundation/e/os/android.git -b v1-u --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 7afbd479..42744b6a 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 d7bc513143f2f22e24772d68a410b3c57985129c Mon Sep 17 00:00:00 2001 From: althafvly Date: Thu, 27 Jun 2024 18:51:22 +0530 Subject: [PATCH 3/4] android: Track our forks --- snippets/eos.xml | 107 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 106 insertions(+), 1 deletion(-) diff --git a/snippets/eos.xml b/snippets/eos.xml index c9a4fc02..9597da4c 100644 --- a/snippets/eos.xml +++ b/snippets/eos.xml @@ -2,7 +2,112 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From cacaadbac6937ed6f1282b183d429d776a7568aa Mon Sep 17 00:00:00 2001 From: althafvly Date: Thu, 27 Jun 2024 18:51:36 +0530 Subject: [PATCH 4/4] android: Remove unused forks --- snippets/eos.xml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/snippets/eos.xml b/snippets/eos.xml index 9597da4c..55d4b18a 100644 --- a/snippets/eos.xml +++ b/snippets/eos.xml @@ -6,11 +6,8 @@ - - - @@ -22,7 +19,6 @@ - @@ -30,18 +26,16 @@ - - - + - - + + @@ -56,11 +50,8 @@ - - - @@ -72,7 +63,6 @@ - @@ -80,18 +70,15 @@ - - - - + -- GitLab