[syslinux:firmware] Excluding git metadata files in release tarballs.

syslinux-bot for Daniel Baumann mail at daniel-baumann.ch
Tue Jul 16 02:00:07 PDT 2013


Commit-ID:  a5839b45601a2ffa1e0fdc8e072fa5dc667a0d64
Gitweb:     http://www.syslinux.org/commit/a5839b45601a2ffa1e0fdc8e072fa5dc667a0d64
Author:     Daniel Baumann <mail at daniel-baumann.ch>
AuthorDate: Fri, 12 Jul 2013 14:52:24 +0200
Committer:  Daniel Baumann <mail at daniel-baumann.ch>
CommitDate: Fri, 12 Jul 2013 14:52:24 +0200

Excluding git metadata files in release tarballs.


---
 Makefile.private | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.private b/Makefile.private
index f63743d..a0b3c2a 100644
--- a/Makefile.private
+++ b/Makefile.private
@@ -51,7 +51,7 @@ release:
 	git archive --format=tar syslinux-$(VERSION) | \
 		tar -x -f - -C release/syslinux-$(VERSION)
 	find release/syslinux-$(VERSION) \
-		\( -name '*~' -or -name '#*' \) -type f -print0 | \
+		\( -name '*~' -or -name '#*' -or -name '.git*' \) -type f -print0 | \
 		xargs -0rt rm -f
 	sed -e 's/@@VERSION@@/$(VERSION)/g' -e 's/@@RPMVERSION@@/$(VERSION)/g' \
 		< release/syslinux-$(VERSION)/syslinux.spec.in \


More information about the Syslinux-commits mailing list