blob: 79b8701ea6589ad310a218ded32fc3f47d4ad1de (
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
95
96
97
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-webteam] [Bug 6035] mgaapplet-upgrade-helper --new_distribution_version=2 no upgrade or error
</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%206035%5D%20mgaapplet-upgrade-helper%0A%20--new_distribution_version%3D2%20no%20upgrade%20or%20error&In-Reply-To=%3C20120523090045.2AE5E44893%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="001950.html">
<LINK REL="Next" HREF="001952.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-webteam] [Bug 6035] mgaapplet-upgrade-helper --new_distribution_version=2 no upgrade or error</H1>
<B>Manuel Hiebel</B>
<A HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%206035%5D%20mgaapplet-upgrade-helper%0A%20--new_distribution_version%3D2%20no%20upgrade%20or%20error&In-Reply-To=%3C20120523090045.2AE5E44893%40alamut.mageia.org%3E"
TITLE="[Mageia-webteam] [Bug 6035] mgaapplet-upgrade-helper --new_distribution_version=2 no upgrade or error">bugzilla-daemon at mageia.org
</A><BR>
<I>Wed May 23 11:00:45 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="001950.html">[Mageia-webteam] [Bug 6035] mgaapplet-upgrade-helper --new_distribution_version=2 no upgrade or error
</A></li>
<LI>Next message: <A HREF="001952.html">[Mageia-webteam] [Bug 6035] check the option of mgaapplet-upgrade-helper before the launch
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1951">[ date ]</a>
<a href="thread.html#1951">[ thread ]</a>
<a href="subject.html#1951">[ subject ]</a>
<a href="author.html#1951">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://bugs.mageia.org/show_bug.cgi?id=6035">https://bugs.mageia.org/show_bug.cgi?id=6035</A>
--- Comment #4 from Manuel Hiebel <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">manuel at hiebel.eu</A>> 2012-05-23 11:00:45 CEST ---
My bad, it seems the option was changed since 2010.2 sorry :/
<A HREF="http://svnweb.mageia.org/soft/mgaonline/trunk/mgaapplet-upgrade-helper?revision=4158&view=markup">http://svnweb.mageia.org/soft/mgaonline/trunk/mgaapplet-upgrade-helper?revision=4158&view=markup</A>
48 $::rpmdrake_options{$1}[0] = $2;
49 } elsif ($opt =~ /--new_distro_version=(.*)/) {
50 $new_distro_version = $1;
with mgaapplet-upgrade-helper --new_distro_version=2 it works fine
/me change the wiki
--
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 on the CC list for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001950.html">[Mageia-webteam] [Bug 6035] mgaapplet-upgrade-helper --new_distribution_version=2 no upgrade or error
</A></li>
<LI>Next message: <A HREF="001952.html">[Mageia-webteam] [Bug 6035] check the option of mgaapplet-upgrade-helper before the launch
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1951">[ date ]</a>
<a href="thread.html#1951">[ thread ]</a>
<a href="subject.html#1951">[ subject ]</a>
<a href="author.html#1951">[ 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>
|