Code review comment for lp:~gary/juju-gui/bug1218888

Revision history for this message
Gary Poster (gary) wrote :

Reviewers: mp+190977_code.launchpad.net,

Message:
Please take a look.

Description:
Produce xz distribution tarballs

Per https://codereview.appspot.com/14425057 , change the GUI to produce
xz files. See the QA in the other proposal.

https://code.launchpad.net/~gary/juju-gui/bug1218888/+merge/190977

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/14494056/

Affected files (+3, -1 lines):
   M Makefile
   A [revision details]

Index: Makefile
=== modified file 'Makefile'
--- Makefile 2013-10-12 01:30:26 +0000
+++ Makefile 2013-10-14 14:43:48 +0000
@@ -95,7 +95,7 @@
  LAUNCHPAD_API_ROOT=staging
  endif
  RELEASE_NAME=juju-gui-$(RELEASE_VERSION)
-RELEASE_FILE=releases/$(RELEASE_NAME).tgz
+RELEASE_FILE=releases/$(RELEASE_NAME).xz
  RELEASE_SIGNATURE=releases/$(RELEASE_NAME).asc
  NPM_CACHE_VERSION=$(BZR_REVNO)
  NPM_CACHE_FILE=$(CURDIR)/releases/npm-cache-$(NPM_CACHE_VERSION).tgz

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision: <email address hidden>
+New revision: <email address hidden>

« Back to merge proposal