blob: 0921820c9edf87fd1c2958567f722ea4ee299d75 (
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
|
<!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>
|