summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2013-09-02 19:48:15 +0100
committerNeil Roberts <neil@linux.intel.com>2013-09-23 18:22:32 +0100
commit922241a2ac13a2858f87d4b57aa19fb57b1eff56 (patch)
treefb921f77e70708ecb29a0f239a458a23059a2477 /build
parentfd29893b2c0d37ca6f54733aaac2e38e84f0fe0f (diff)
downloadcogl-922241a2ac13a2858f87d4b57aa19fb57b1eff56.tar.gz
Build a .xz file on release instead of a .bzip2 file
Previously when we released a .bzip2 file the Gnome release scripts will just convert this to a .xz file and generate its own checksum. The .bzip2 is never actually available on the FTP server. This isn't ideal because we were listing the checksum of the .bzip2 file in the release message but that is useless information. This patch changes it to generate a .xz file instead which is also what Clutter does. Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit cd20c869f303a3526335e77b1913c0555e226a3f)
Diffstat (limited to 'build')
-rw-r--r--build/autotools/Makefile.am.release2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release
index 11b14615..bb3a8ef0 100644
--- a/build/autotools/Makefile.am.release
+++ b/build/autotools/Makefile.am.release
@@ -10,7 +10,7 @@ RELEASE_URL = $(RELEASE_URL_BASE)/$(COGL_1_MAJOR_VERSION).$(COGL_1_MINOR_VE
RELEASE_ANNOUNCE_LIST = cogl@lists.freedesktop.org
RELEASE_ANNOUNCE_CC = gnome-announce-list@gnome.org clutter-announce@clutter-project.org
-tar_file = $(distdir).tar.bz2
+tar_file = $(distdir).tar.xz
sha256_file = $(distdir).sha256sum
$(sha256_file): $(tar_file)