[PATCH 8/8] A release includes a tar-ball.

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Sun May 12 05:56:34 PDT 2013


On Sun, 12 May 2013, Thiago Macieira wrote:
> On domingo, 12 de maio de 2013 11.52.32, Cristian Ionescu-Idbohrn wrote:
> > +       tar czf $(NAME)-$(VERSION_STRING).tar.gz \
> > +               --exclude-backups \
> > +               --exclude .dep \
> > +               --exclude .git \
> > +               --exclude .gitignore \
> > +               --exclude-from .gitignore \
> > +               --exclude '*~' \
> > +               --exclude subsurface \
> > +               .
>
> Can we use git archive here?

Sure.  Why didn't I think of it?

> To exclude .gitignore from the archive, add this
> to .gitattributes:
>
> .gitignore              export-ignore
> .gitattributes          export-ignore

New patches comming up shortly.


Cheers,

-- 
Cristian


More information about the subsurface mailing list