summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-11-16 00:14:16 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-11-16 01:05:30 +0100
commit2f053b751c79ec816116ce520118cc1902cd1ee0 (patch)
treee193ad846651ee0a7de6bc89d39eb7c012c9926a
parentf6a553a976f797d310e613e29d54b7c6570b810a (diff)
downloadmanifest-2f053b751c79ec816116ce520118cc1902cd1ee0.tar.gz
manifest-2f053b751c79ec816116ce520118cc1902cd1ee0.tar.bz2
manifest-2f053b751c79ec816116ce520118cc1902cd1ee0.zip
Move vendor/replicant/ into vendor/replicant/build
The repository in vendor/replicant currently only has build related configuration and rules. In addition we have already too many vendor/replicant-* repositories, so it would make sense to move them in vendor/replicant/<repository> instead. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--replicant/repositories.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/replicant/repositories.xml b/replicant/repositories.xml
index d421057..50eab7d 100644
--- a/replicant/repositories.xml
+++ b/replicant/repositories.xml
@@ -61,8 +61,10 @@
revision="refs/tags/android-10.0.0_r37" />
<project path="vendor/f-droid" name="replicant-next/vendor_f-droid"
remote="replicant" revision="master" />
- <project path="vendor/replicant" name="replicant-next/vendor_lineage"
- remote="replicant" />
+ <project path="vendor/replicant/build" name="replicant-next/vendor_lineage"
+ remote="replicant">
+ <linkfile src="build.sh" dest="vendor/replicant/build.sh" />
+ </project>
<project path="vendor/replicant-release-scripts" name="replicant/vendor_replicant-release-scripts"
remote="replicant" revision="master"/>
<project path="vendor/replicant-scripts" name="replicant/vendor_replicant-scripts"