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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B7542%5D%20-%20fix%20loading%20modules%20with%0A%20%22-%22%20in%20their%20names%20%28mga%239242%29&In-Reply-To=%3CCAONrEtYZ9pPR5PYnmoeEg6f7q0N_NGeBnt0qvM2hYGYbA_U54g%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="023516.html">
<LINK REL="Next" HREF="023520.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B7542%5D%20-%20fix%20loading%20modules%20with%0A%20%22-%22%20in%20their%20names%20%28mga%239242%29&In-Reply-To=%3CCAONrEtYZ9pPR5PYnmoeEg6f7q0N_NGeBnt0qvM2hYGYbA_U54g%40mail.gmail.com%3E"
TITLE="[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)">thierry.vignaud at gmail.com
</A><BR>
<I>Thu Mar 14 19:47:36 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="023516.html">[Mageia-dev] Freeze push: timezone
</A></li>
<LI>Next message: <A HREF="023520.html">[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23517">[ date ]</a>
<a href="thread.html#23517">[ thread ]</a>
<a href="subject.html#23517">[ subject ]</a>
<a href="author.html#23517">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 13 March 2013 20:52, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote:
><i> Revision 7542 Author alien Date 2013-03-13 20:52:07 +0100 (Wed, 13 Mar 2013)
</I>><i>
</I>><i> Log Message
</I>><i>
</I>><i> - fix loading modules with "-" in their names (mga#9242)
</I>><i> - add an easy buildtarget for testing
</I>
A couple remarks:
- next time do a commit a time (first your change, then bumping version)
- please revert your dist-svn-test;
when one wants to test, either he commits in git-svn or he locally runs "make"
I hope you tested several modules with both case?
><i> Modified Paths
</I>><i>
</I>><i> drakx/trunk/mdk-stage1/Makefile
</I>><i> drakx/trunk/mdk-stage1/NEWS
</I>><i> drakx/trunk/mdk-stage1/modules.c
</I>><i>
</I>><i> Modified: drakx/trunk/mdk-stage1/Makefile
</I>><i> ===================================================================
</I>><i> --- drakx/trunk/mdk-stage1/Makefile 2013-03-12 19:12:12 UTC (rev 7541)
</I>><i> +++ drakx/trunk/mdk-stage1/Makefile 2013-03-13 19:52:07 UTC (rev 7542)
</I>><i> @@ -15,7 +15,7 @@
</I>><i> # along with this program; if not, write to the Free Software
</I>><i> # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
</I>><i>
</I>><i> -VERSION=1.74.1
</I>><i> +VERSION=1.75
</I>><i> PRODUCT=drakx-installer-binaries
</I>><i>
</I>><i> #
</I>><i> @@ -217,6 +217,14 @@
</I>><i> fi;
</I>><i> $(info $(PRODUCT)-$(VERSION).tar.xz is ready)
</I>><i>
</I>><i> +dist-svn-test:
</I>><i> + mkdir -p $(PRODUCT)-$(VERSION)
</I>><i> + svn export -q . $(PRODUCT)-$(VERSION)/mdk-stage1
</I>><i> + svn export -q ../kernel $(PRODUCT)-$(VERSION)/kernel
</I>><i> + cp ../Makefile.config $(PRODUCT)-$(VERSION)/
</I>><i> + tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION)
</I>><i> + rm -rf $(PRODUCT)-$(VERSION)
</I>><i> +
</I>><i> dist-svn:
</I>><i> mkdir -p $(PRODUCT)-$(VERSION)
</I>><i> svn export -q -rBASE . $(PRODUCT)-$(VERSION)/mdk-stage1
</I></PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="023516.html">[Mageia-dev] Freeze push: timezone
</A></li>
<LI>Next message: <A HREF="023520.html">[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23517">[ date ]</a>
<a href="thread.html#23517">[ thread ]</a>
<a href="subject.html#23517">[ subject ]</a>
<a href="author.html#23517">[ 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>
|