aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-11-26 16:11:21 +0000
committerNicolas Vigier <boklm@mageia.org>2011-11-26 16:11:21 +0000
commit28c432ef8620c9ead4a1a1fec335d64dcc506e50 (patch)
tree81e3d1cdd9931564bf11781e1b632f435839db8f
parent821be0228b491c5966362a88057ce4239841b1e4 (diff)
downloadmgarepo-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--CHANGES3
-rw-r--r--MgaRepo/svn.py2
-rw-r--r--mgarepo.82
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 <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).