summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-11-29 15:20:34 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-11-29 16:49:23 +0100
commit7f04810774b963c11896bb261ac3ca460ec30869 (patch)
treeac12065a9843d53674330e98e08836f096a6f695
parent2bd8dc35d63a094c93913756b67b9c436a78e7a2 (diff)
downloadmanifest-7f04810774b963c11896bb261ac3ca460ec30869.tar.gz
manifest-7f04810774b963c11896bb261ac3ca460ec30869.tar.bz2
manifest-7f04810774b963c11896bb261ac3ca460ec30869.zip
replicant/repositories.xml: fix lines over 80 characters
We have 2 remaining lines with the repositories that are checked out in these directories: - prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9 - prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8 But it's not possible to fix them because their "names" values are too long and I don't know if it's possible to split the values across several lines. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--replicant/repositories.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/replicant/repositories.xml b/replicant/repositories.xml
index 9c34d5c..34ba16d 100644
--- a/replicant/repositories.xml
+++ b/replicant/repositories.xml
@@ -59,15 +59,18 @@
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/artwork" name="infrastructure/replicant_artwork"
+ <project path="vendor/replicant/artwork"
+ name="infrastructure/replicant_artwork"
remote="replicant" revision="main"/>
<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"
+ <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"
+ <project path="vendor/replicant/scripts"
+ name="replicant/vendor_replicant-scripts"
remote="replicant" revision="master"/>
<!--