From 136d11070debede48a9781769db766b324689c06 Mon Sep 17 00:00:00 2001 From: gongyong <185457686@qq.com> Date: Tue, 26 Dec 2023 16:07:45 +0800 Subject: [PATCH 01/10] update to use gitee and tsinghua Change-Id: Ie4a4f2375ecf07f4877a9b457f31d83ed059cfea --- 00-remotes.xml | 7 +++ 01-removes.xml | 9 ++++ 02-waydroid.xml | 33 +++++++++++++ 03-openfde.xml | 4 ++ default.xml | 114 ++++++++++++++++++++++++------------------- snippets/lineage.xml | 12 ++--- 6 files changed, 123 insertions(+), 56 deletions(-) create mode 100644 00-remotes.xml create mode 100644 01-removes.xml create mode 100644 02-waydroid.xml create mode 100755 03-openfde.xml diff --git a/00-remotes.xml b/00-remotes.xml new file mode 100644 index 0000000..f2d022c --- /dev/null +++ b/00-remotes.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/01-removes.xml b/01-removes.xml new file mode 100644 index 0000000..4474c4e --- /dev/null +++ b/01-removes.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/02-waydroid.xml b/02-waydroid.xml new file mode 100644 index 0000000..48aab68 --- /dev/null +++ b/02-waydroid.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/03-openfde.xml b/03-openfde.xml new file mode 100755 index 0000000..1e794be --- /dev/null +++ b/03-openfde.xml @@ -0,0 +1,4 @@ + + + + diff --git a/default.xml b/default.xml index e14703f..544d643 100644 --- a/default.xml +++ b/default.xml @@ -1,26 +1,28 @@ - + - + @@ -30,12 +32,12 @@ - + - + @@ -60,10 +62,11 @@ - + @@ -277,7 +280,7 @@ - + @@ -302,7 +305,8 @@ - + @@ -390,7 +394,7 @@ - + @@ -410,10 +414,10 @@ - + - + @@ -423,8 +427,8 @@ - - + + @@ -438,7 +442,7 @@ - + @@ -446,13 +450,13 @@ - + - + - + @@ -470,7 +474,7 @@ - + @@ -553,9 +557,9 @@ - + - + @@ -570,13 +574,13 @@ - + - + @@ -593,7 +597,7 @@ - + @@ -624,29 +628,33 @@ - + - + - + - + - + @@ -661,9 +669,11 @@ - + - + @@ -673,56 +683,56 @@ - + - + - + - + - + - + - - + + - - + + - - + + - - + + - + - + @@ -770,11 +780,15 @@ - + - + + + + + diff --git a/snippets/lineage.xml b/snippets/lineage.xml index f500f92..5c83383 100644 --- a/snippets/lineage.xml +++ b/snippets/lineage.xml @@ -12,9 +12,9 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -41,14 +41,14 @@ - + - + @@ -56,7 +56,7 @@ - + -- Gitee From 919a7824eeb8bf0b497aa7507105d602d438bd1a Mon Sep 17 00:00:00 2001 From: gongyong <185457686@qq.com> Date: Wed, 27 Dec 2023 02:04:25 +0000 Subject: [PATCH 02/10] add README. Signed-off-by: gongyong <185457686@qq.com> --- README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..2087010 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +repo init -u https://gitee.com/openfde/manifests -b 1.0.5 --git-lfs + +repo sync -j4 \ No newline at end of file -- Gitee From 1997588df3894d1a74f8588a8f925cabe4e472c5 Mon Sep 17 00:00:00 2001 From: gongyong <185457686@qq.com> Date: Wed, 27 Dec 2023 10:23:23 +0800 Subject: [PATCH 03/10] correct the tradefederation repo path Change-Id: I0af526fc5741f71714a2e7ea5fb5d31700116807 --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 544d643..ed51514 100644 --- a/default.xml +++ b/default.xml @@ -780,7 +780,7 @@ - + -- Gitee From 2d35fd4b97d57868cf5d041ef21dae9649bbc312 Mon Sep 17 00:00:00 2001 From: gongyong <185457686@qq.com> Date: Wed, 27 Dec 2023 13:59:41 +0800 Subject: [PATCH 04/10] fix the revision of Telecomm and Telephony Change-Id: I89fa2cbcfbe86b13f2e75083a68e29b0d657b834 --- default.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.xml b/default.xml index ed51514..53eaf31 100644 --- a/default.xml +++ b/default.xml @@ -619,8 +619,8 @@ - - + + -- Gitee From 025111a96a8e87b7fe0bc0981f8e6fb434f4bb2d Mon Sep 17 00:00:00 2001 From: gongyong <185457686@qq.com> Date: Wed, 27 Dec 2023 14:21:56 +0800 Subject: [PATCH 05/10] set 1.0.5 tags as the default for the gitee remote; set all gitee repos into fde group Change-Id: Ic225115d7e9eda53a73dcff9d9b178ba131c6124 --- 02-waydroid.xml | 8 ++--- 03-openfde.xml | 2 +- default.xml | 73 ++++++++++++++++++++++---------------------- snippets/lineage.xml | 8 ++--- 4 files changed, 46 insertions(+), 45 deletions(-) diff --git a/02-waydroid.xml b/02-waydroid.xml index 48aab68..e933549 100644 --- a/02-waydroid.xml +++ b/02-waydroid.xml @@ -3,8 +3,8 @@ - - + + @@ -14,7 +14,7 @@ - + @@ -25,7 +25,7 @@ - + diff --git a/03-openfde.xml b/03-openfde.xml index 1e794be..0201330 100755 --- a/03-openfde.xml +++ b/03-openfde.xml @@ -1,4 +1,4 @@ - + diff --git a/default.xml b/default.xml index 53eaf31..9da1795 100644 --- a/default.xml +++ b/default.xml @@ -5,7 +5,8 @@ fetch="https://mirrors.tuna.tsinghua.edu.cn/git/lineageOS/" review="review.lineageos.org" /> + fetch="https://gitee.com/openfde/" + revision="ref/tags/1.0.5" /> @@ -22,7 +23,7 @@ - + @@ -32,12 +33,12 @@ - + - + @@ -280,7 +281,7 @@ - + @@ -394,7 +395,7 @@ - + @@ -414,10 +415,10 @@ - + - + @@ -427,8 +428,8 @@ - - + + @@ -442,7 +443,7 @@ - + @@ -450,13 +451,13 @@ - + - + - + @@ -474,7 +475,7 @@ - + @@ -557,9 +558,9 @@ - + - + @@ -574,13 +575,13 @@ - + - + @@ -597,7 +598,7 @@ - + @@ -683,56 +684,56 @@ - + - + - + - + - + - + - - + + - - + + - - + + - - + + - + - + diff --git a/snippets/lineage.xml b/snippets/lineage.xml index 5c83383..3557d6e 100644 --- a/snippets/lineage.xml +++ b/snippets/lineage.xml @@ -31,7 +31,7 @@ - + @@ -41,14 +41,14 @@ - + - + @@ -56,7 +56,7 @@ - + -- Gitee From 39f5114814c6c05c78d57f424946ad9b2778b4c4 Mon Sep 17 00:00:00 2001 From: gongyong <185457686@qq.com> Date: Wed, 27 Dec 2023 06:24:06 +0000 Subject: [PATCH 06/10] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20RE?= =?UTF-8?q?ADME.mkdn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.mkdn | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 README.mkdn diff --git a/README.mkdn b/README.mkdn deleted file mode 100644 index 8028263..0000000 --- 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-18.1 --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/). -- Gitee From f456cbaba2fa421f2964ba13151b67d0004579eb Mon Sep 17 00:00:00 2001 From: gongyong <185457686@qq.com> Date: Wed, 27 Dec 2023 14:28:14 +0800 Subject: [PATCH 07/10] remove the specific revision for the fde group repos Change-Id: Icff393e99fd633577f2a1f6ea1033d1953d95c4d --- 02-waydroid.xml | 8 ++--- 03-openfde.xml | 2 +- default.xml | 70 ++++++++++++++++++++++---------------------- snippets/lineage.xml | 8 ++--- 4 files changed, 44 insertions(+), 44 deletions(-) diff --git a/02-waydroid.xml b/02-waydroid.xml index e933549..7c6c20a 100644 --- a/02-waydroid.xml +++ b/02-waydroid.xml @@ -3,8 +3,8 @@ - - + + @@ -14,7 +14,7 @@ - + @@ -25,7 +25,7 @@ - + diff --git a/03-openfde.xml b/03-openfde.xml index 0201330..27f4e44 100755 --- a/03-openfde.xml +++ b/03-openfde.xml @@ -1,4 +1,4 @@ - + diff --git a/default.xml b/default.xml index 9da1795..8df1e96 100644 --- a/default.xml +++ b/default.xml @@ -23,7 +23,7 @@ - + @@ -33,12 +33,12 @@ - + - + @@ -281,7 +281,7 @@ - + @@ -395,7 +395,7 @@ - + @@ -415,10 +415,10 @@ - + - + @@ -428,8 +428,8 @@ - - + + @@ -443,7 +443,7 @@ - + @@ -451,13 +451,13 @@ - + - + - + @@ -475,7 +475,7 @@ - + @@ -558,9 +558,9 @@ - + - + @@ -575,13 +575,13 @@ - + - + @@ -598,7 +598,7 @@ - + @@ -684,56 +684,56 @@ - + - + - + - + - + - + - - + + - - + + - - + + - - + + - + - + diff --git a/snippets/lineage.xml b/snippets/lineage.xml index 3557d6e..bc797fb 100644 --- a/snippets/lineage.xml +++ b/snippets/lineage.xml @@ -31,7 +31,7 @@ - + @@ -41,14 +41,14 @@ - + - + @@ -56,7 +56,7 @@ - + -- Gitee From 0ba341223e41b54c2f9ed7cbe5f089fa4add1b08 Mon Sep 17 00:00:00 2001 From: gongyong <185457686@qq.com> Date: Wed, 27 Dec 2023 06:32:14 +0000 Subject: [PATCH 08/10] update default.xml. Signed-off-by: gongyong <185457686@qq.com> --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 8df1e96..c1605db 100644 --- a/default.xml +++ b/default.xml @@ -6,7 +6,7 @@ review="review.lineageos.org" /> + revision="refs/tags/1.0.5" /> -- Gitee From ae9112ee50d308c52c04a3091c57f867e3e7b235 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 28 Dec 2023 14:56:24 +0800 Subject: [PATCH 09/10] add 'build-x100' feature Change-Id: I3819299be38b63d704376109ea79d2f9886c458b --- 03-openfde.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-openfde.xml b/03-openfde.xml index 27f4e44..5546dd3 100755 --- a/03-openfde.xml +++ b/03-openfde.xml @@ -1,4 +1,4 @@ - + -- Gitee From 72231b5fac4993e52433ff3d120384ce5b6e114b Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 8 Jan 2024 14:56:49 +0800 Subject: [PATCH 10/10] add network feature Change-Id: I53dc65be2fe1428d8d9bd0364e60367bda9a5616 --- 03-openfde.xml | 2 +- default.xml | 6 +++--- snippets/lineage.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/03-openfde.xml b/03-openfde.xml index 5546dd3..6936146 100755 --- a/03-openfde.xml +++ b/03-openfde.xml @@ -1,4 +1,4 @@ - + diff --git a/default.xml b/default.xml index c1605db..f40cd1e 100644 --- a/default.xml +++ b/default.xml @@ -429,7 +429,7 @@ - + @@ -451,7 +451,7 @@ - + @@ -598,7 +598,7 @@ - + diff --git a/snippets/lineage.xml b/snippets/lineage.xml index bc797fb..b770f7d 100644 --- a/snippets/lineage.xml +++ b/snippets/lineage.xml @@ -31,7 +31,7 @@ - + -- Gitee