On Tue, 2007-07-24 at 04:24 -0400, Tim Lauridsen wrote:
> commit 1d15dc62cc1696e99c07642d6184373b352645f8
> Author: Tim Lauridsen <[EMAIL PROTECTED]>
> 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

_______________________________________________
Yum-devel mailing list
[email protected]
https://lists.dulug.duke.edu/mailman/listinfo/yum-devel

Reply via email to