blob: a532c3fb2fd2a2bb792f2d8ef615223fde01b069 (
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] provide bugfix
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20provide%20bugfix&In-Reply-To=%3C4FCA4035.4050606%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="016073.html">
<LINK REL="Next" HREF="016075.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] provide bugfix</H1>
<B>Jani Välimaa</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20provide%20bugfix&In-Reply-To=%3C4FCA4035.4050606%40gmail.com%3E"
TITLE="[Mageia-dev] provide bugfix">jani.valimaa at gmail.com
</A><BR>
<I>Sat Jun 2 18:32:53 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="016073.html">[Mageia-dev] provide bugfix
</A></li>
<LI>Next message: <A HREF="016075.html">[Mageia-dev] provide bugfix
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#16074">[ date ]</a>
<a href="thread.html#16074">[ thread ]</a>
<a href="subject.html#16074">[ subject ]</a>
<a href="author.html#16074">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 02.06.2012 19:26, Florent Monnier wrote:
><i> Le samedi 02 juin 2012 15:53:16, vous avez écrit :
</I>>><i> Le samedi 02 juin 2012 15:18:07, Sander Lepik a écrit :
</I>>>><i> 02.06.2012 15:57, Florent Monnier kirjutas:
</I>>>>><i> What is the equivalent with mgarepo ?
</I>>>><i>
</I>>>><i> I think you should read the full policy first:
</I>>>><i> <A HREF="https://wiki.mageia.org/en/Updates_policy">https://wiki.mageia.org/en/Updates_policy</A>
</I>><i>
</I>><i> Well, I've tryied to follow the process, and I found the commands on this
</I>><i> other page:
</I>><i> <A HREF="https://wiki.mageia.org/en/Mgarepo#I_want_to_submit_a_package_in_updates_testing_for_a_stable_release">https://wiki.mageia.org/en/Mgarepo#I_want_to_submit_a_package_in_updates_testing_for_a_stable_release</A>
</I>><i>
</I>><i> So here is what I've done, please tell me if that's correct or not:
</I>><i>
</I>
.. snip ..
><i>
</I>><i> $ mgarepo submit 2/lua --define section=core/updates_testing -t 253431
</I>><i> Fetching revision...
</I>><i> URL: svn+<A HREF="ssh://svn.mageia.org/svn/packages/updates/2/lua">ssh://svn.mageia.org/svn/packages/updates/2/lua</A>
</I>><i> Commit: 253431 | blue_prawn | fixed building the dynamic library liblua.so:
</I>><i> the .o file...
</I>><i> error: command failed: ssh pkgsubmit.mageia.org /usr/local/bin/submit_package
</I>><i> -t 253431 --define sid=a62f5725-69ee-40ee-beb4-4e062402cf30 --define
</I>><i> section=core/updates_testing -r 253431
</I>><i> svn+<A HREF="ssh://svn.mageia.org/svn/packages/updates/2/lua">ssh://svn.mageia.org/svn/packages/updates/2/lua</A>
</I>><i> error: target not found
</I>><i>
</I>
You command is wrong. Replace '-t 253431' with '-t 2'. -t means target,
which is 2 in your case.
(-r is for revision, but it's not needed as mgarepo checks the latest
available revision and uses it).
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="016073.html">[Mageia-dev] provide bugfix
</A></li>
<LI>Next message: <A HREF="016075.html">[Mageia-dev] provide bugfix
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#16074">[ date ]</a>
<a href="thread.html#16074">[ thread ]</a>
<a href="subject.html#16074">[ subject ]</a>
<a href="author.html#16074">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|