On Tue, Dec 17, 2013 at 6:34 PM, SamLT <[email protected]> wrote:
> Anyway, why not just doing something like this for step 2:
>    cd $git archive --format=tar --prefix=$pkgname/ . | tar xf - -C $srcdir
>
> (or even a shallow clone)

To expand the existing options, there's also
  git clone --shared
but that is potentially dangerous.

I'm still convinced that cloning the repository is a good thing,
because it's fast, it uses hard links so it actually doesn't write
that much and it allows easy updates.

Lukas

Reply via email to