diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-September/003976.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-September/003976.html | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-September/003976.html b/zarb-ml/mageia-sysadm/2011-September/003976.html new file mode 100644 index 000000000..77c6f519a --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-September/003976.html @@ -0,0 +1,118 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] Opening backports (was Re: Using SQL database for youri) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Opening%20backports%20%28was%20Re%3A%20Using%20SQL%20database%20for%0A%09youri%29&In-Reply-To=%3C201109291024.56374.stormi%40laposte.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003967.html"> + <LINK REL="Next" HREF="003973.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] Opening backports (was Re: Using SQL database for youri)</H1> + <B>Samuel Verschelde</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Opening%20backports%20%28was%20Re%3A%20Using%20SQL%20database%20for%0A%09youri%29&In-Reply-To=%3C201109291024.56374.stormi%40laposte.net%3E" + TITLE="[Mageia-sysadm] Opening backports (was Re: Using SQL database for youri)">stormi at laposte.net + </A><BR> + <I>Thu Sep 29 10:24:56 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003967.html">[Mageia-sysadm] Using SQL database for youri +</A></li> + <LI>Next message: <A HREF="003973.html">[Mageia-sysadm] Sysadmin wiki +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3976">[ date ]</a> + <a href="thread.html#3976">[ thread ]</a> + <a href="subject.html#3976">[ subject ]</a> + <a href="author.html#3976">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>(Forwarding to mageia-dev too as I mention a potential policy change as a +solution to speed up backports opening) + +(Summary from the sysadmin discussion: current settings don't allow per media +pre-submit checks, only per release. Boklm proposes a rewrite using a +database, which would be more flexible, but is, according to him, likely to +take several weeks. Another (very quick to do, unless I'm mistaken) solution +would be to always allow to submit from cauldron to updates_testing or +backports_testing, but it means that we would lose the current checking that +updates come from the 1/updates branch) + +Le mercredi 21 septembre 2011 16:46:53, nicolas vigier a écrit : +><i> On Wed, 21 Sep 2011, Pascal Terjan wrote: +</I>><i> > On Wed, Sep 21, 2011 at 15:29, nicolas vigier <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">boklm at mars-attacks.org</A>> +</I>wrote: +><i> > > We also have a problem with markrelease commits always done on the +</I>><i> > > cauldron directory, even for mageia 1 updates. Youri always run +</I>><i> > > markrelease on the cauldron directory because it doesn't know the URL +</I>><i> > > that was used for the submit, this URL is only known by create-srpm +</I>><i> > > which only uses it to generate the src.rpm, before sending the src.rpm +</I>><i> > > to youri. +</I>><i> > +</I>><i> > How did it work for mandriva? +</I>><i> > I don't remember having such problem while backports came from cooker +</I>><i> > and updates from the branch +</I>><i> +</I>><i> According to this : +</I>><i> <A HREF="http://svn.mandriva.com/viewvc/config/cluster/etc/repsys.conf?revision=1095">http://svn.mandriva.com/viewvc/config/cluster/etc/repsys.conf?revision=1095</A> +</I>><i> &view=markup they have this in repsys.conf : +</I>><i> [submit 2010.0] +</I>><i> allowed = svn+<A HREF="ssh://svn.mandriva.com/svn/packages/updates/2010.0">ssh://svn.mandriva.com/svn/packages/updates/2010.0</A> +</I>><i> svn+<A HREF="ssh://svn.mandriva.com/svn/packages/cooker">ssh://svn.mandriva.com/svn/packages/cooker</A> +</I>><i> svn+<A HREF="ssh://svn.mandriva.com/svn/packages/branches/cooker">ssh://svn.mandriva.com/svn/packages/branches/cooker</A> target = +</I>><i> /export/home/repsys +</I>><i> rpm-macros = global 2010.0 +</I>><i> +</I>><i> We can do the same. But this would allow someone to submit from cauldron +</I>><i> to 1/updates_testing. +</I>><i> +</I> +Given that the "full" solution is likely to take weeks with current sysadmin +resources and workload (no rant here, just a statement), I favor this +mandriva-like solution so that we don't wait any longer. I don't think there +will be major problems and I can make the QA team check each update candidate +in updates_testing to make sure it was submitted from the 1/updates branch and +not cauldron. + +Another quick solution would be to change the policy and have packagers submit +to backports from the 1/backports branch, like I (and several others) first +proposed during the policy discussion. This would require only a little change +to the configuration of the BS, unless I'm mistaken. AFAIK this solution was +first discarded as a means to "simplify", but it appears that with current +implementation it's harder to apply the "submit from cauldron" solution. The +drawback would be extra steps for packagers before submitting, but we can +workaround that easily with our extraordinary scripting powers, from client +side, and maybe even patches to mgarepo :) + +Could we go for one of those solutions (first one temporarily, or second one +definitively) ? + +Best regards + +Samuel Verschelde +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003967.html">[Mageia-sysadm] Using SQL database for youri +</A></li> + <LI>Next message: <A HREF="003973.html">[Mageia-sysadm] Sysadmin wiki +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3976">[ date ]</a> + <a href="thread.html#3976">[ thread ]</a> + <a href="subject.html#3976">[ subject ]</a> + <a href="author.html#3976">[ 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> |