[dvblast-devel] Prepare for 2.0 release

Christophe Massiot git at videolan.org
Thu Dec 15 23:05:27 CET 2011


dvblast | branch: master | Christophe Massiot <massiot at via.ecp.fr> | Thu Dec 15 22:58:12 2011 +0100| [4a4637b721ae9a9d00f83551b9ce969e7df921f3] | committer: Christophe Massiot

Prepare for 2.0 release

> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=4a4637b721ae9a9d00f83551b9ce969e7df921f3
---

 .gitattributes |    2 ++
 Makefile       |    3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..5966153
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.gitattributes export-ignore
+.gitignore export-ignore
diff --git a/Makefile b/Makefile
index f38597a..7ed1ec6 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,6 @@ uninstall:
 
 dist: clean
 	@echo "ARCHIVE dvblast-$(VERSION).tar.bz2"
-	$(Q)( cd ../ && \
-	  tar -cj --exclude-vcs --exclude $(TOPDIR)/*.tar.bz2 $(TOPDIR)/ > $(TOPDIR)/dvblast-$(VERSION).tar.bz2 )
+	$(Q)git archive --format=tar --prefix=dvblast-$(VERSION)/ master | bzip2 -9 > dvblast-$(VERSION).tar.bz2
 	$(Q)ls -l dvblast-$(VERSION).tar.bz2
 



More information about the dvblast-devel mailing list