[PATCH 1/3] Update the 'release' target for gz -> xz change
- From: Dodji Seketeli <dodji seketeli org>
- To: Nemiver Development <nemiver-list gnome org>
- Subject: [PATCH 1/3] Update the 'release' target for gz -> xz change
- Date: Thu, 24 Nov 2011 12:52:33 +0100
Hello,
I forgot to update the 'release' target of the topmost Makefile after
I switched the compression format for our tarballs from gzip to xz.
Fixed thus, tested and applied to master.
* Makefile.am: Substitute tar_gz_file for tar_xz_file and tar.gz
for tar.xz.
---
Makefile.am | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 568edbc..a5355fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,11 +34,11 @@ RELEASE_UPLOAD_HOST = master.gnome.org
RELEASE_UPLOAD_BASE = /home/users/$(USER)
RELEASE_URL_BASE = http://download.gnome.org/sources/nemiver
RELEASE_ANNOUNCE_LIST = nemiver-list gnome org (cc gnome-announce-list gnome org)
-tar_gz_file = $(PACKAGE)-$(VERSION).tar.gz
-sig_file = $(tar_gz_file).sig
+tar_xz_file = $(PACKAGE)-$(VERSION).tar.xz
+sig_file = $(tar_xz_file).sig
# sign the release with gpg
-$(sig_file): $(tar_gz_file)
+$(sig_file): $(tar_xz_file)
gpg --output $@ --detach $^
# update ChangeLog from git log
@@ -59,9 +59,9 @@ tag-release-only:
git tag -m "$(PACKAGE_NAME) release $(VERSION)" \
"$(PACKAGE_NAME)-$(VERSION)" $(RELEASED_BRANCH)
-release-upload: tag-release $(tar_gz_file) release-upload-only
+release-upload: tag-release $(tar_xz_file) release-upload-only
release-upload-only:
- scp $(tar_gz_file) $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_BASE)/
+ scp $(tar_xz_file) $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_BASE)/
release : release-upload cat-announcement
cat-announcement:
--
1.7.6.4
--
Dodji
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]