upload-release: Use bz2
authorJohan Dahlin <johan@gnome.org>
Thu, 30 Sep 2010 19:12:23 +0000 (16:12 -0300)
committerJohan Dahlin <johan@gnome.org>
Sun, 3 Oct 2010 13:12:50 +0000 (10:12 -0300)
Makefile.am

index 78187eb7f9b1fc14e6cdc0fba40041c39370a115..1263fc7865429cc1c62de4d2a92fcd08ba21aa3e 100644 (file)
@@ -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 \