diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-11-26 16:11:21 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-11-26 16:11:21 +0000 |
commit | 28c432ef8620c9ead4a1a1fec335d64dcc506e50 (patch) | |
tree | 81e3d1cdd9931564bf11781e1b632f435839db8f | |
parent | 821be0228b491c5966362a88057ce4239841b1e4 (diff) | |
download | mgarepo-28c432ef8620c9ead4a1a1fec335d64dcc506e50.tar mgarepo-28c432ef8620c9ead4a1a1fec335d64dcc506e50.tar.gz mgarepo-28c432ef8620c9ead4a1a1fec335d64dcc506e50.tar.bz2 mgarepo-28c432ef8620c9ead4a1a1fec335d64dcc506e50.tar.xz mgarepo-28c432ef8620c9ead4a1a1fec335d64dcc506e50.zip |
update URLs for new wiki
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | MgaRepo/svn.py | 2 | ||||
-rw-r--r-- | mgarepo.8 | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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 " @@ -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://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). |