aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-20 14:52:49 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-20 14:52:49 +0000
commit2fe0bebaeae3fc6925f8849c2a165aa140d1bd72 (patch)
tree1dd6dc657b8edaa86b1988dd50707ec627fb79b3
parentbab8d23450f8aa0e68cf30dd202499e54b0101d9 (diff)
downloadmgarepo-2fe0bebaeae3fc6925f8849c2a165aa140d1bd72.tar
mgarepo-2fe0bebaeae3fc6925f8849c2a165aa140d1bd72.tar.gz
mgarepo-2fe0bebaeae3fc6925f8849c2a165aa140d1bd72.tar.bz2
mgarepo-2fe0bebaeae3fc6925f8849c2a165aa140d1bd72.tar.xz
mgarepo-2fe0bebaeae3fc6925f8849c2a165aa140d1bd72.zip
update URL about ssh configuration (reported by erwan)
-rw-r--r--MgaRepo/svn.py2
-rw-r--r--mgarepo.82
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 <command> \-\-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).