diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110415/003995.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110415/003995.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110415/003995.html b/zarb-ml/mageia-dev/20110415/003995.html new file mode 100644 index 000000000..0921820c9 --- /dev/null +++ b/zarb-ml/mageia-dev/20110415/003995.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [882] - adapt to mageia + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B882%5D%20-%20adapt%20to%20mageia&In-Reply-To=%3C1302866152.31623.49.camel%40akroma.ephaone.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003994.html"> + <LINK REL="Next" HREF="003996.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [882] - adapt to mageia</H1> + <B>Michael Scherer</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B882%5D%20-%20adapt%20to%20mageia&In-Reply-To=%3C1302866152.31623.49.camel%40akroma.ephaone.org%3E" + TITLE="[Mageia-dev] [882] - adapt to mageia">misc at zarb.org + </A><BR> + <I>Fri Apr 15 13:15:52 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003994.html">[Mageia-dev] [882] - adapt to mageia +</A></li> + <LI>Next message: <A HREF="003996.html">[Mageia-dev] Meeting for secteam start +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3995">[ date ]</a> + <a href="thread.html#3995">[ thread ]</a> + <a href="subject.html#3995">[ subject ]</a> + <a href="author.html#3995">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le vendredi 15 avril 2011 à 13:09 +0200, Thierry Vignaud a écrit : +><i> On 15 April 2011 11:53, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote: +</I> +><i> > Modified: build_system/iurt/trunk/approve.sh +</I>><i> > =================================================================== +</I>><i> > --- build_system/iurt/trunk/approve.sh 2011-04-15 09:51:56 UTC (rev 881) +</I>><i> > +++ build_system/iurt/trunk/approve.sh 2011-04-15 09:53:12 UTC (rev 882) +</I>><i> > @@ -1,12 +1,13 @@ +</I>><i> > #!/bin/bash -e +</I>><i> > +</I>><i> > # Do not use trailing slashes here +</I>><i> > -UPLOADSDIR=/home/mandrake/uploads +</I>><i> > +#TODO use a configuration file for that +</I>><i> > +UPLOADSDIR=/var/lib/schedbot/uploads +</I>><i> > SRCBASEDIR=$UPLOADSDIR/queue +</I>><i> > DESTBASEDIR=$UPLOADSDIR/approved +</I>><i> > REJECTEDDIR=$UPLOADSDIR/rejected +</I>><i> > LATERBASEDIR=$UPLOADSDIR/later +</I>><i> > -DISTRO=cooker +</I>><i> > +DISTRO=cauldron +</I>><i> +</I>><i> btw, it would be good if distro name wasn't hardcoded everywhere but +</I>><i> set once in some central config file to be sourced... +</I> +Yup. But : +1) where ? +2) for what semantic ? + +In this case, that's the name of some directory that correspond to file +to approve and will correspond to the name of the freezed release. + +So I guess that's pretty specific for our use case. + +-- +Michael Scherer + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003994.html">[Mageia-dev] [882] - adapt to mageia +</A></li> + <LI>Next message: <A HREF="003996.html">[Mageia-dev] Meeting for secteam start +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3995">[ date ]</a> + <a href="thread.html#3995">[ thread ]</a> + <a href="subject.html#3995">[ subject ]</a> + <a href="author.html#3995">[ 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> |