summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-December/010215.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-December/010215.html')
-rw-r--r--zarb-ml/mageia-dev/2011-December/010215.html182
1 files changed, 182 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-December/010215.html b/zarb-ml/mageia-dev/2011-December/010215.html
new file mode 100644
index 000000000..de94d8694
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-December/010215.html
@@ -0,0 +1,182 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] RFC: Opening Backports (once again...)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFC%3A%20Opening%20Backports%20%28once%20again...%29&In-Reply-To=%3C4EDD53BF.5000806%40mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="010213.html">
+ <LINK REL="Next" HREF="010219.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] RFC: Opening Backports (once again...)</H1>
+ <B>Anssi Hannula</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFC%3A%20Opening%20Backports%20%28once%20again...%29&In-Reply-To=%3C4EDD53BF.5000806%40mageia.org%3E"
+ TITLE="[Mageia-dev] RFC: Opening Backports (once again...)">anssi at mageia.org
+ </A><BR>
+ <I>Tue Dec 6 00:29:03 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="010213.html">[Mageia-dev] RFC: Opening Backports (once again...)
+</A></li>
+ <LI>Next message: <A HREF="010219.html">[Mageia-dev] RFC: Opening Backports (once again...)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#10215">[ date ]</a>
+ <a href="thread.html#10215">[ thread ]</a>
+ <a href="subject.html#10215">[ subject ]</a>
+ <a href="author.html#10215">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 06.12.2011 00:56, Thomas Backlund wrote:
+&gt;<i>
+</I>&gt;<i> Now,
+</I>&gt;<i>
+</I>&gt;<i> here comes the question about backports once again.
+</I>&gt;<i>
+</I>&gt;<i> We are now 6+ months into Mageia 1, and we are nowhere closer to opening
+</I>&gt;<i> backports that we were at Mageia 1 release time.
+</I>&gt;<i>
+</I>&gt;<i> Because of that there are 3rdparty repos popping up everywhere...,
+</I>&gt;<i> something we hoped to avoid atleast partly when starting this project.
+</I>&gt;<i>
+</I>&gt;<i> And at current rate we will probably release Mageia &quot;infinity&quot;
+</I>&gt;<i> before backports is opened.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> It has been delayed because of needed infrastructure changes,
+</I>&gt;<i> something no-one have had time to do so far...
+</I>&gt;<i>
+</I>&gt;<i> I know there is &quot;only some coding missing&quot; and &quot;someone should
+</I>&gt;<i> do it&quot;, buth truthfully there are only a few that knows the
+</I>&gt;<i> code used in the buildsystem enough to actually make it happend,
+</I>&gt;<i> and they are already othervise busy or overloaded...
+</I>&gt;<i> (this is no rant against them, as all here are using their
+</I>&gt;<i> personal free time to help out)
+</I>
+The biggest problem for me is that it is really difficult to test any
+changes, one'd need a mockup of the whole buildsystem... and I don't
+want to propose any patches blind :)
+
+&gt;<i> And to be honest I dont see that changing anytime soon...
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> So here is a suggestion to get some value to our endusers:
+</I>&gt;<i>
+</I>&gt;<i> we add a backports branch on svn
+</I>&gt;<i>
+</I>&gt;<i> So packages for backports would use:
+</I>&gt;<i>
+</I>&gt;<i> svn.mageia.org/packages/backports/1/&lt;package&gt;/{current,pristine,releases}
+</I>&gt;<i>
+</I>&gt;<i> and allow that to be used for backports.
+</I>&gt;<i>
+</I>&gt;<i> Using a separate branch is also a cleaner way of providing
+</I>&gt;<i> backports, and makes it easy to separate changes needed only
+</I>&gt;<i> for Cauldron (or backports).
+</I>
+Hm, how does this help with enabling backports (i.e. compared to simply
+using cauldron repo)?
+
+Anyway, would the above branch work like this:
+
+e.g. lets imagine I want to, in order:
+1. provide foobar 1.1 to backports.
+2. cauldron foobar upgraded to 1.2, some patches added, some removed,
+ and other changes
+3. provide foobar 1.2 to backports
+4. 1.3 to cauldron and backports
+
+To backport foobar 1.1, I guess I'd simply do
+ svn copy svn+<A HREF="ssh://svn.mageia.org/svn/packages/cauldron/foobar">ssh://svn.mageia.org/svn/packages/cauldron/foobar</A> \
+ svn+<A HREF="ssh://svn.mageia.org/svn/packages/backports/1/foobar">ssh://svn.mageia.org/svn/packages/backports/1/foobar</A>
+and then the submit command.
+
+When time comes to provide foobar 1.2 to backports, the options are:
+Option 1:
+ svn del svn+<A HREF="ssh://svn.mageia.org/svn/packages/backports/1/foobar">ssh://svn.mageia.org/svn/packages/backports/1/foobar</A>
+ svn copy svn+<A HREF="ssh://svn.mageia.org/svn/packages/cauldron/foobar">ssh://svn.mageia.org/svn/packages/cauldron/foobar</A> \
+ svn+<A HREF="ssh://svn.mageia.org/svn/packages/backports/1/foobar">ssh://svn.mageia.org/svn/packages/backports/1/foobar</A>
+ and submit. Changelog is the same as in cauldron.
+
+Option 2:
+ svn checkout \
+ svn+<A HREF="ssh://svn.mageia.org/svn/packages/backports/1/foobar/current">ssh://svn.mageia.org/svn/packages/backports/1/foobar/current</A> \
+ foobar
+ cd foobar &amp;&amp; svn merge -r prevrev:HEAD \
+ svn+<A HREF="ssh://svn.mageia.org/svn/packages/cauldron/foobar/current">ssh://svn.mageia.org/svn/packages/cauldron/foobar/current</A>
+ svn commit
+ # copy all the log entries from the cauldron interval to the log msg
+ and submit.
+ Note: results in broken changelogs unless one does manual
+ markreleases, but changelogs are already broken both in mga1 updates
+ and in cauldron (youri issue [1]). This is more notable here, though,
+ as backports happen generally more often multiple times than updates.
+
+Repeat with 1.3.
+
+Correct?
+
+[1] <A HREF="https://bugs.mageia.org/show_bug.cgi?id=2633">https://bugs.mageia.org/show_bug.cgi?id=2633</A>
+
+--
+Anssi Hannula
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="010213.html">[Mageia-dev] RFC: Opening Backports (once again...)
+</A></li>
+ <LI>Next message: <A HREF="010219.html">[Mageia-dev] RFC: Opening Backports (once again...)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#10215">[ date ]</a>
+ <a href="thread.html#10215">[ thread ]</a>
+ <a href="subject.html#10215">[ subject ]</a>
+ <a href="author.html#10215">[ 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>