From 28c432ef8620c9ead4a1a1fec335d64dcc506e50 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 26 Nov 2011 16:11:21 +0000 Subject: update URLs for new wiki --- CHANGES | 3 +++ MgaRepo/svn.py | 2 +- mgarepo.8 | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 67a7d03..0b955a9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + +- update URLs for new wiki + * 1.10.2 - fix svn info with subversion 1.7.1 (#3346) - create-srpm: add new package in youri database diff --git a/MgaRepo/svn.py b/MgaRepo/svn.py index a3424ad..da3eee7 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://www.mageia.org/wiki/doku.php?id=svn-faq" + "https://wiki.mageia.org/en/Packagers_ssh" " 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 bd823e4..e304866 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://www.mageia.org/wiki/doku.php?id=svn-faq +https://wiki.mageia.org/en/Packagers_ssh .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