[gobject-introspection] upload-release: Use bz2



commit 4b94812bbfff446ac7d1684d67607be6a7cab4ec
Author: Johan Dahlin <johan gnome org>
Date:   Thu Sep 30 16:12:23 2010 -0300

    upload-release: Use bz2

 Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 78187eb..1263fc7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,9 +37,9 @@ release-tag:
               GOBJECT_INTROSPECTION_$$TAG && \
 	      git push --tags ssh://git.gnome.org/git/gobject-introspection
 
-upload-release: $(distdir).tar.gz
-	scp $(distdir).tar.gz gnome.org:
-	ssh gnome.org install-module $(distdir).tar.gz
+upload-release: $(distdir).tar.bz2
+	scp $(distdir).tar.bz2 gnome.org:
+	ssh gnome.org install-module $(distdir).tar.bz2
 
 check-local:
 	@test ! -d $(top_srcdir)/.git || (test -f .git/hooks/pre-commit || (echo -e "ERROR: missing \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]