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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
|
<!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%09%22-%22%20in%20their%20names%20%28mga%239242%29&In-Reply-To=%3C2501327.2kFbAhbzC8%40localhost%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="023517.html">
<LINK REL="Next" HREF="023521.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)</H1>
<B>AL13N</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%09%22-%22%20in%20their%20names%20%28mga%239242%29&In-Reply-To=%3C2501327.2kFbAhbzC8%40localhost%3E"
TITLE="[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)">alien at rmail.be
</A><BR>
<I>Thu Mar 14 20:29:23 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="023517.html">[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)
</A></li>
<LI>Next message: <A HREF="023521.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#23520">[ date ]</a>
<a href="thread.html#23520">[ thread ]</a>
<a href="subject.html#23520">[ subject ]</a>
<a href="author.html#23520">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Op donderdag 14 maart 2013 19:47:36 schreef Thierry Vignaud:
><i> On 13 March 2013 20:52, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote:
</I>><i> > Revision 7542 Author alien Date 2013-03-13 20:52:07 +0100 (Wed, 13 Mar
</I>><i> > 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>><i>
</I>><i> A couple remarks:
</I>><i> - next time do a commit a time (first your change, then bumping version)
</I>
ah, ok, is there a reason for this (to have separate a change and then a
version bump)?
now that you mention this, i think i've seen you say this to thomas before...
it would've been nice to have had some documentation regarding these things...
><i> - please revert your dist-svn-test;
</I>><i> when one wants to test, either he commits in git-svn or he locally runs
</I>><i> "make"
</I>
well, it would've been nicer if you have said so before (or documented it
someplace), i spent more than 4 hours figuring out why my changes had no
effect... but sure, i'll revert it.
><i> I hope you tested several modules with both case?
</I>
yes, i tried with several. and since the xen-netfront modules aren't
autodetected for some reason (i'm trying to look into it), i had the
opportunity to test alot with various modules. (also, i note that virtmanager
telling to use e1000 or other model, it still uses the netfront one instead..)
><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> >
</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> >
</I>><i> > PRODUCT=drakx-installer-binaries
</I>><i> >
</I>><i> > #
</I>><i> >
</I>><i> > @@ -217,6 +217,14 @@
</I>><i> >
</I>><i> > fi;
</I>><i> >
</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> >
</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="023517.html">[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)
</A></li>
<LI>Next message: <A HREF="023521.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#23520">[ date ]</a>
<a href="thread.html#23520">[ thread ]</a>
<a href="subject.html#23520">[ subject ]</a>
<a href="author.html#23520">[ 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>
|