blob: 56d295c705551dcc894f10d789b8847138b40cce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-webteam] [Bug 1386] add distrib links to first page
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%201386%5D%20add%20distrib%20links%20to%20first%20page&In-Reply-To=%3C20130108105116.1E2DA472A8%40alamut.mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="002285.html">
<LINK REL="Next" HREF="002287.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-webteam] [Bug 1386] add distrib links to first page</H1>
<B>Romain d'Alverny</B>
<A HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%201386%5D%20add%20distrib%20links%20to%20first%20page&In-Reply-To=%3C20130108105116.1E2DA472A8%40alamut.mageia.org%3E"
TITLE="[Mageia-webteam] [Bug 1386] add distrib links to first page">bugzilla-daemon at mageia.org
</A><BR>
<I>Tue Jan 8 11:51:16 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="002285.html">[Mageia-webteam] [Bug 1386] add distrib links to first page
</A></li>
<LI>Next message: <A HREF="002287.html">[Mageia-webteam] [Bug 1386] add distrib links to first page
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2286">[ date ]</a>
<a href="thread.html#2286">[ thread ]</a>
<a href="subject.html#2286">[ subject ]</a>
<a href="author.html#2286">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://bugs.mageia.org/show_bug.cgi?id=1386">https://bugs.mageia.org/show_bug.cgi?id=1386</A>
--- Comment #15 from Romain d'Alverny <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">rdalverny at gmail.com</A>> 2013-01-08 12:51:15 CET ---
Ok, then, wouldn't an integrated CLI tool even be better for that, with a
scenario like this?
$ get-mageia-mirror --help
get-mageia-mirror [-c <country>] [-v <version>] [-a <arch>] [-p
<protocol>] [--system]
$ get-mageia-mirror -c FR --system
[system version = 2]
[system arch = x86_64]
[country = FR]
fetching mirrors list...
[1] distrib-coffee.ipsl.jussieu.fr
[2] ...
Select your preferred mirror [1]: 1
[1] rsync
[2] http
[3] ftp
Select your preferred protocol [ftp]: 2
<A HREF="http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/2/x86_64">http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/2/x86_64</A>
(not that changing the Web interface is not possible, but - there's likely no
maintainer/developer behind it at the moment)
--
Configure bugmail: <A HREF="https://bugs.mageia.org/userprefs.cgi?tab=email">https://bugs.mageia.org/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the assignee for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="002285.html">[Mageia-webteam] [Bug 1386] add distrib links to first page
</A></li>
<LI>Next message: <A HREF="002287.html">[Mageia-webteam] [Bug 1386] add distrib links to first page
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2286">[ date ]</a>
<a href="thread.html#2286">[ thread ]</a>
<a href="subject.html#2286">[ subject ]</a>
<a href="author.html#2286">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">More information about the Mageia-webteam
mailing list</a><br>
</body></html>
|