diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/20110415/003994.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/20110415/003994.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110415/003994.html | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110415/003994.html b/zarb-ml/mageia-dev/20110415/003994.html new file mode 100644 index 000000000..f47614d82 --- /dev/null +++ b/zarb-ml/mageia-dev/20110415/003994.html @@ -0,0 +1,86 @@ +<!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=%3CBANLkTi%3Divw25nsk%2BS9bBGUD%2B78TvcR22pg%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="004000.html"> + <LINK REL="Next" HREF="003995.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [882] - adapt to mageia</H1> + <B>Thierry Vignaud</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=%3CBANLkTi%3Divw25nsk%2BS9bBGUD%2B78TvcR22pg%40mail.gmail.com%3E" + TITLE="[Mageia-dev] [882] - adapt to mageia">thierry.vignaud at gmail.com + </A><BR> + <I>Fri Apr 15 13:09:27 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="004000.html">[Mageia-dev] [RPM] cauldron core/release bluefish-2.0.3-1.mga1 +</A></li> + <LI>Next message: <A HREF="003995.html">[Mageia-dev] [882] - adapt to mageia +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3994">[ date ]</a> + <a href="thread.html#3994">[ thread ]</a> + <a href="subject.html#3994">[ subject ]</a> + <a href="author.html#3994">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 15 April 2011 11:53, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote: +><i> Revision 882 Author misc Date 2011-04-15 11:53:12 +0200 (Fri, 15 Apr 2011) +</I>><i> +</I>><i> Log Message +</I>><i> +</I>><i> - adapt to mageia +</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> +btw, it would be good if distro name wasn't hardcoded everywhere but +set once in some central config file to be sourced... +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="004000.html">[Mageia-dev] [RPM] cauldron core/release bluefish-2.0.3-1.mga1 +</A></li> + <LI>Next message: <A HREF="003995.html">[Mageia-dev] [882] - adapt to mageia +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3994">[ date ]</a> + <a href="thread.html#3994">[ thread ]</a> + <a href="subject.html#3994">[ subject ]</a> + <a href="author.html#3994">[ 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> |