From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2013-March/023517.html | 118 ++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 zarb-ml/mageia-dev/2013-March/023517.html (limited to 'zarb-ml/mageia-dev/2013-March/023517.html') diff --git a/zarb-ml/mageia-dev/2013-March/023517.html b/zarb-ml/mageia-dev/2013-March/023517.html new file mode 100644 index 000000000..ee233a079 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-March/023517.html @@ -0,0 +1,118 @@ + + + + [Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242) + + + + + + + + + +

[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Thu Mar 14 19:47:36 CET 2013 +

+
+ +
On 13 March 2013 20:52,  <root at mageia.org> wrote:
+> Revision 7542 Author alien Date 2013-03-13 20:52:07 +0100 (Wed, 13 Mar 2013)
+>
+> Log Message
+>
+> - fix loading modules with "-" in their names (mga#9242)
+> - add an easy buildtarget for testing
+
+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?
+
+> Modified Paths
+>
+> drakx/trunk/mdk-stage1/Makefile
+> drakx/trunk/mdk-stage1/NEWS
+> drakx/trunk/mdk-stage1/modules.c
+>
+> Modified: drakx/trunk/mdk-stage1/Makefile
+> ===================================================================
+> --- drakx/trunk/mdk-stage1/Makefile 2013-03-12 19:12:12 UTC (rev 7541)
+> +++ drakx/trunk/mdk-stage1/Makefile 2013-03-13 19:52:07 UTC (rev 7542)
+> @@ -15,7 +15,7 @@
+>   # along with this program; if not, write to the Free Software
+>   # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+>
+> -VERSION=1.74.1
+> +VERSION=1.75
+>  PRODUCT=drakx-installer-binaries
+>
+>   #
+> @@ -217,6 +217,14 @@
+>      fi;
+>   $(info $(PRODUCT)-$(VERSION).tar.xz is ready)
+>
+> +dist-svn-test:
+> + mkdir -p $(PRODUCT)-$(VERSION)
+> + svn export -q . $(PRODUCT)-$(VERSION)/mdk-stage1
+> + svn export -q ../kernel $(PRODUCT)-$(VERSION)/kernel
+> + cp ../Makefile.config $(PRODUCT)-$(VERSION)/
+> + tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION)
+> + rm -rf $(PRODUCT)-$(VERSION)
+> +
+>  dist-svn:
+>   mkdir -p $(PRODUCT)-$(VERSION)
+>   svn export -q -rBASE . $(PRODUCT)-$(VERSION)/mdk-stage1
+
+ + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1