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/attachments/20130322/9d51da93 | |
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/attachments/20130322/9d51da93')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20130322/9d51da93/attachment-0001.html | 41 | ||||
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20130322/9d51da93/attachment.html | 41 |
2 files changed, 82 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20130322/9d51da93/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20130322/9d51da93/attachment-0001.html new file mode 100644 index 000000000..18aad054c --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20130322/9d51da93/attachment-0001.html @@ -0,0 +1,41 @@ +<p dir="ltr"><br> +On 22 Mar 2013 22:21, "Glen Ogilvie" <<a href="mailto:nelg@linuxsolutions.co.nz">nelg@linuxsolutions.co.nz</a>> wrote:<br> +><br> +> On 23 March 2013 05:12, AL13N <<a href="mailto:alien@rmail.be">alien@rmail.be</a>> wrote:<br> +>><br> +>> Op vrijdag 22 maart 2013 07:38:56 schreef Frank Griffin:<br> +>> > On 03/22/2013 07:20 AM, Glen Ogilvie wrote:<br> +>> [...]<br> +>> > > 1. How does the src tar.xz file for drakx-installer-stage2 get<br> +>> > > created? I assume it comes from a<br> +>> > > build of svn://<a href="http://svn.mageia.org/svn/soft/drakx/trunk">svn.mageia.org/svn/soft/drakx/trunk</a><br> +>> > > <<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<br> +>> > > ends up as a tar.xz<br> +>> ><br> +>> > I'm maybe about two days ahead of you on this, but here's what I think<br> +>> > happens, FWIW. You do your checkout, and then in the mdk-stage1<br> +>> > subdirectory, do a "make dist-svn". This should produce the tar.xz in<br> +>> > the mdk-stage1 directory.<br> +>> [...]<br> +>><br> +>> "make dist" actually...<br> +>><br> +>> it will target make "dist-svn" or "make dist-git" depending on if you're using<br> +>> git-svn or not.<br> +>><br> +>> be advised that dist-svn uses the BASE and any uncommitted change will not be<br> +>> applied.<br> +>><br> +>> dist-git however, you can commit without pushing them and that will be used.<br> +>><br> +><br> +> I've had a good play around with make dist.<br> +> It seems to me, like running make dist in the perl-install directory, (svn://<a href="http://svn.mageia.org/svn/soft/drakx/trunk/">svn.mageia.org/svn/soft/drakx/trunk/</a> )<br> +> does not produce the same tar.xz file as found within drakx-installer-stage2 sources.<br> +> For example, the tar.gz produced by "make dist" does not contain the "kernel", "perl-install/install" directories, etc.<br> +> Also, inside the tar, the first directory is: "drakxtools-15.29", rather than "drakx-installer-stage2-15.29". It is also<br> +> only 2.4MB instead of about 4.3MB.<br> +><br> +> Any suggestions?</p> +<p dir="ltr">Yes, you need to go into install subdirectory (if I remember the name correctly)<br> +</p> diff --git a/zarb-ml/mageia-dev/attachments/20130322/9d51da93/attachment.html b/zarb-ml/mageia-dev/attachments/20130322/9d51da93/attachment.html new file mode 100644 index 000000000..18aad054c --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20130322/9d51da93/attachment.html @@ -0,0 +1,41 @@ +<p dir="ltr"><br> +On 22 Mar 2013 22:21, "Glen Ogilvie" <<a href="mailto:nelg@linuxsolutions.co.nz">nelg@linuxsolutions.co.nz</a>> wrote:<br> +><br> +> On 23 March 2013 05:12, AL13N <<a href="mailto:alien@rmail.be">alien@rmail.be</a>> wrote:<br> +>><br> +>> Op vrijdag 22 maart 2013 07:38:56 schreef Frank Griffin:<br> +>> > On 03/22/2013 07:20 AM, Glen Ogilvie wrote:<br> +>> [...]<br> +>> > > 1. How does the src tar.xz file for drakx-installer-stage2 get<br> +>> > > created? I assume it comes from a<br> +>> > > build of svn://<a href="http://svn.mageia.org/svn/soft/drakx/trunk">svn.mageia.org/svn/soft/drakx/trunk</a><br> +>> > > <<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<br> +>> > > ends up as a tar.xz<br> +>> ><br> +>> > I'm maybe about two days ahead of you on this, but here's what I think<br> +>> > happens, FWIW. You do your checkout, and then in the mdk-stage1<br> +>> > subdirectory, do a "make dist-svn". This should produce the tar.xz in<br> +>> > the mdk-stage1 directory.<br> +>> [...]<br> +>><br> +>> "make dist" actually...<br> +>><br> +>> it will target make "dist-svn" or "make dist-git" depending on if you're using<br> +>> git-svn or not.<br> +>><br> +>> be advised that dist-svn uses the BASE and any uncommitted change will not be<br> +>> applied.<br> +>><br> +>> dist-git however, you can commit without pushing them and that will be used.<br> +>><br> +><br> +> I've had a good play around with make dist.<br> +> It seems to me, like running make dist in the perl-install directory, (svn://<a href="http://svn.mageia.org/svn/soft/drakx/trunk/">svn.mageia.org/svn/soft/drakx/trunk/</a> )<br> +> does not produce the same tar.xz file as found within drakx-installer-stage2 sources.<br> +> For example, the tar.gz produced by "make dist" does not contain the "kernel", "perl-install/install" directories, etc.<br> +> Also, inside the tar, the first directory is: "drakxtools-15.29", rather than "drakx-installer-stage2-15.29". It is also<br> +> only 2.4MB instead of about 4.3MB.<br> +><br> +> Any suggestions?</p> +<p dir="ltr">Yes, you need to go into install subdirectory (if I remember the name correctly)<br> +</p> |