blob: 1b8a369df91dc04855f075e2c1432f125cf659b3 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] Copying packages from release to updates_testing
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Copying%20packages%20from%20release%20to%20updates_testing&In-Reply-To=%3C4E910E21.2080508%40laposte.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="004005.html">
<LINK REL="Next" HREF="004008.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] Copying packages from release to updates_testing</H1>
<B>andre999</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Copying%20packages%20from%20release%20to%20updates_testing&In-Reply-To=%3C4E910E21.2080508%40laposte.net%3E"
TITLE="[Mageia-sysadm] Copying packages from release to updates_testing">andre999mga at laposte.net
</A><BR>
<I>Sun Oct 9 04:59:45 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="004005.html">[Mageia-sysadm] Copying packages from release to updates_testing
</A></li>
<LI>Next message: <A HREF="004008.html">[Mageia-sysadm] Copying packages from release to updates_testing
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4006">[ date ]</a>
<a href="thread.html#4006">[ thread ]</a>
<a href="subject.html#4006">[ subject ]</a>
<a href="author.html#4006">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>David W. Hodgins a écrit :
><i> On Tue, 06 Sep 2011 14:05:02 -0400, Michael Scherer <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">misc at zarb.org</A>>
</I>><i> wrote:
</I>><i>
</I>>><i> Packagers should list them, we will manage to copy when needed.
</I>><i>
</I>><i> Going to be getting a new type of copy request shortly.
</I>><i>
</I>><i> As demonstrated by <A HREF="https://bugs.mageia.org/show_bug.cgi?id=2977">https://bugs.mageia.org/show_bug.cgi?id=2977</A>
</I>><i> where updating mencoder from the Core Release version to the
</I>><i> Tainted Release version is failing, as the libtwolame package
</I>><i> is not available to the Tainted Release repository.
</I>><i>
</I>><i> Arrgh. Please ignore the message for now. I'm still trying
</I>><i> to figure out exactly what is going on with this one.
</I>
What we need is the build system to do something like :
Updates to tainted to search for requires in
1) first tainted/updates
2) then tainted/release
3) then core/updates and release, nonfree/updates and release
Similarly, for updates to nonfree it would be
1) first nonfree/updates
2) then nonfree/release
3) then core/updates and release
And updates to core
1) first core/updates
2) then core/release
So in other words, we need a table to tell the build system where to look.
With at least a 2-stage search, for efficiency.
(which is apparently already more or less planned.)
The above doesn't take into account i586/x86_64, or backports.
--
André
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004005.html">[Mageia-sysadm] Copying packages from release to updates_testing
</A></li>
<LI>Next message: <A HREF="004008.html">[Mageia-sysadm] Copying packages from release to updates_testing
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4006">[ date ]</a>
<a href="thread.html#4006">[ thread ]</a>
<a href="subject.html#4006">[ subject ]</a>
<a href="author.html#4006">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|