From 2fe0bebaeae3fc6925f8849c2a165aa140d1bd72 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 20 Jan 2011 14:52:49 +0000 Subject: update URL about ssh configuration (reported by erwan) --- MgaRepo/svn.py | 2 +- mgarepo.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MgaRepo/svn.py b/MgaRepo/svn.py index b0ed193..7302612 100644 --- a/MgaRepo/svn.py +++ b/MgaRepo/svn.py @@ -40,7 +40,7 @@ class SVN: if "Permission denied" in e.args[0]: msg = ("It seems ssh-agent or ForwardAgent are not setup " "or your username is wrong. See " - "http://wiki.mandriva.com/en/Development/Docs/Contributor_Tricks#SSH_configuration" + "http://www.mageia.org/wiki/doku.php?id=svn-faq" " for more information.") elif "authorization failed" in e.args[0]: msg = ("Note that mgarepo does not support any HTTP " diff --git a/mgarepo.8 b/mgarepo.8 index 562b473..d9c25c0 100644 --- a/mgarepo.8 +++ b/mgarepo.8 @@ -16,7 +16,7 @@ Detailed help on commands is available running \fBmgarepo \-\-help\fP. .nf For more information related how to setup ssh-agent, see: -http://wiki.mandriva.com/en/Development/Docs/Contributor_Tricks#SSH_configuration +http://www.mageia.org/wiki/doku.php?id=svn-faq .fi Users that don't have an ssh account in the default repository URL can set the option \fBmirror\fP pointing to a non-authenticated, read-only repository (such as http://svn.mageia.org/svn/packages). -- cgit v1.2.1