[Yum-devel] Re: [yum-cvs] yum-utils: Makefile

Jeremy Katz katzj at redhat.com
Tue Jul 24 14:16:00 UTC 2007


On Tue, 2007-07-24 at 04:24 -0400, Tim Lauridsen wrote:
> commit 1d15dc62cc1696e99c07642d6184373b352645f8
> Author: Tim Lauridsen <tla at rasmil.dk>
> Date:   Tue Jul 24 10:23:39 2007 +0200
> 
>     Remove .git directory from tarball

You might want to look at using git-archive to create the tarball
instead of rolling by hand now.  Something like the following should do
the trick:
  git-archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD | gzip -9v
> $(NAME)-$(VERSION).tar.gz

Jeremy




More information about the Yum-devel mailing list