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/2013-March/023722.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/2013-March/023722.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-March/023722.html | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-March/023722.html b/zarb-ml/mageia-dev/2013-March/023722.html new file mode 100644 index 000000000..0700bc7e0 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-March/023722.html @@ -0,0 +1,115 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20drakxtools%20%26%20drakx-installer-stage2%20%28mga%239428%29&In-Reply-To=%3CCAGmz6yij9ZEU2wcpQgpjTLDe46OxvqjGivDB0YoAMW-WLKEE7A%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="023714.html"> + <LINK REL="Next" HREF="023726.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428)</H1> + <B>Glen Ogilvie</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20drakxtools%20%26%20drakx-installer-stage2%20%28mga%239428%29&In-Reply-To=%3CCAGmz6yij9ZEU2wcpQgpjTLDe46OxvqjGivDB0YoAMW-WLKEE7A%40mail.gmail.com%3E" + TITLE="[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428)">nelg at linuxsolutions.co.nz + </A><BR> + <I>Fri Mar 22 23:20:48 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="023714.html">[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428) +</A></li> + <LI>Next message: <A HREF="023726.html">[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23722">[ date ]</a> + <a href="thread.html#23722">[ thread ]</a> + <a href="subject.html#23722">[ subject ]</a> + <a href="author.html#23722">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 23 March 2013 05:12, AL13N <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">alien at rmail.be</A>> wrote: + +><i> Op vrijdag 22 maart 2013 07:38:56 schreef Frank Griffin: +</I>><i> > On 03/22/2013 07:20 AM, Glen Ogilvie wrote: +</I>><i> [...] +</I>><i> > > 1. How does the src tar.xz file for drakx-installer-stage2 get +</I>><i> > > created? I assume it comes from a +</I>><i> > > build of <A HREF="svn://svn.mageia.org/svn/soft/drakx/trunk">svn://svn.mageia.org/svn/soft/drakx/trunk</A> +</I>><i> > > <<A HREF="http://svn.mageia.org/svn/soft/drakx/trunk">http://svn.mageia.org/svn/soft/drakx/trunk</A>>, but can't find how it +</I>><i> > > ends up as a tar.xz +</I>><i> > +</I>><i> > I'm maybe about two days ahead of you on this, but here's what I think +</I>><i> > happens, FWIW. You do your checkout, and then in the mdk-stage1 +</I>><i> > subdirectory, do a "make dist-svn". This should produce the tar.xz in +</I>><i> > the mdk-stage1 directory. +</I>><i> [...] +</I>><i> +</I>><i> "make dist" actually... +</I>><i> +</I>><i> it will target make "dist-svn" or "make dist-git" depending on if you're +</I>><i> using +</I>><i> git-svn or not. +</I>><i> +</I>><i> be advised that dist-svn uses the BASE and any uncommitted change will not +</I>><i> be +</I>><i> applied. +</I>><i> +</I>><i> dist-git however, you can commit without pushing them and that will be +</I>><i> used. +</I>><i> +</I>><i> +</I>I've had a good play around with make dist. +It seems to me, like running make dist in the perl-install directory, +(<A HREF="svn://svn.mageia.org/svn/soft/drakx/trunk/">svn://svn.mageia.org/svn/soft/drakx/trunk/</A> ) +does not produce the same tar.xz file as found within +drakx-installer-stage2 sources. +For example, the tar.gz produced by "make dist" does not contain the +"kernel", "perl-install/install" directories, etc. +Also, inside the tar, the first directory is: "drakxtools-15.29", rather +than "drakx-installer-stage2-15.29". It is also +only 2.4MB instead of about 4.3MB. + +Any suggestions? + +Regards +Glen +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-dev/attachments/20130323/24a54bf4/attachment.html> +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="023714.html">[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428) +</A></li> + <LI>Next message: <A HREF="023726.html">[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23722">[ date ]</a> + <a href="thread.html#23722">[ thread ]</a> + <a href="subject.html#23722">[ subject ]</a> + <a href="author.html#23722">[ 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> |