[Replicant] [vendor_replicant-scripts] [PATCH v2 4/6] replicant_prepare_patch.py: README: fix example repository URL

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Mon Aug 7 17:15:21 UTC 2023


The user repositories were moved to contrib long time ago.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 patches/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/patches/README b/patches/README
index 5ccf0c4..7da120a 100644
--- a/patches/README
+++ b/patches/README
@@ -44,7 +44,7 @@ you want to contribute to, in your namespace on the Replicant git server.
 
 For example I use GNUtoo as remote for the GNUtoo namespace:
   $ git remote get-url GNUtoo
-  ssh://git@git.replicant.us/GNUtoo/vendor_replicant-scripts.git
+  ssh://git@git.replicant.us/contrib/GNUtoo/vendor_replicant-scripts.git
 
 Unfortunately, at this time it's not possible to configure the name of
 that namespace for each individual repositories, as the code assume that
@@ -79,7 +79,7 @@ starting from the current HEAD we can use this command:
   https://git.replicant.us/contrib/GNUtoo/vendor_replicant-scripts/commit/?id=5b6757fc6c6f852a4176bb7fc8f32e05c21f703f
 
   And here's how to get it in a git repository:
-  git clone https://git.replicant.us/GNUtoo/vendor_replicant-scripts
+  git clone https://git.replicant.us/contrib/GNUtoo/vendor_replicant-scripts
   cd vendor_replicant-scripts
   git show 5b6757fc6c6f852a4176bb7fc8f32e05c21f703f
 
-- 
2.41.0



More information about the Replicant mailing list