summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-07 22:49:19 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-14 01:19:20 +0200
commit557504d96c9cf6c2379ed6cd7271cb0559de3efc (patch)
tree2183b5af1d93884965d8591fafc134b2501ecf95
parentac82445b25e3fd83d59413809c7a99e3d81939b5 (diff)
downloadmanifest-557504d96c9cf6c2379ed6cd7271cb0559de3efc.tar.gz
manifest-557504d96c9cf6c2379ed6cd7271cb0559de3efc.tar.bz2
manifest-557504d96c9cf6c2379ed6cd7271cb0559de3efc.zip
Replicant: Add nano
While nano is not strictly required, LineageOS already did and/or reused the work of porting nano to Android, and it seems to be maintained accross different LineageOS versions. Having nano would enable to edit configuration files directly on the device. Without that developers would either need to build and install new images all the time or deal with potential issues selinux when copying replacing files with adb push. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--replicant/repositories.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/replicant/repositories.xml b/replicant/repositories.xml
index e365f79..046b4f0 100644
--- a/replicant/repositories.xml
+++ b/replicant/repositories.xml
@@ -58,6 +58,11 @@
name="LineageOS/android_external_libncurses"
revision="lineage-18.1" remote="replicant-mirrors"/>
+ <!-- nano -->
+ <project path="external/nano"
+ name="LineageOS/android_external_nano"
+ revision="lineage-18.1" remote="replicant-mirrors"/>
+
<!-- Wget implementation -->
<project path="external/wget" name="replicant-next/external_wget"
remote="replicant"/>