On 23 March 2013 05:12, AL13N <alien@rmail.be> wrote:
Op vrijdag 22 maart 2013 07:38:56 schreef Frank Griffin:
> On 03/22/2013 07:20 AM, Glen Ogilvie wrote:
[...]
> > 1. How does the src tar.xz file for drakx-installer-stage2 get
> > created?   I assume it comes from a
> > build of svn://svn.mageia.org/svn/soft/drakx/trunk
> > <http://svn.mageia.org/svn/soft/drakx/trunk>, but can't find how it
> > ends up as a tar.xz
>
> I'm maybe about two days ahead of you on this, but here's what I think
> happens, FWIW.  You do your checkout, and then in the mdk-stage1
> subdirectory, do a "make dist-svn".  This should produce the tar.xz in
> the mdk-stage1 directory.
[...]

"make dist" actually...

it will target make "dist-svn" or "make dist-git" depending on if you're using
git-svn or not.

be advised that dist-svn uses the BASE and any uncommitted change will not be
applied.

dist-git however, you can commit without pushing them and that will be used.


I've had a good play around with make dist.
It seems to me, like running make dist in the perl-install directory, (svn://svn.mageia.org/svn/soft/drakx/trunk/ )
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