Merge lp:~mwaddel/linaro-image-tools/remove-gzip into lp:linaro-image-tools/11.11

Proposed by Matt Waddel
Status: Merged
Merged at revision: 139
Proposed branch: lp:~mwaddel/linaro-image-tools/remove-gzip
Merge into: lp:linaro-image-tools/11.11
Diff against target: 14 lines (+0/-6)
1 file modified
linaro-media-create (+0/-6)
To merge this branch: bzr merge lp:~mwaddel/linaro-image-tools/remove-gzip
Reviewer Review Type Date Requested Status
Linaro Maintainers Pending
Review via email: mp+38126@code.launchpad.net

Description of the change

Removed the unnecessary gzip step at the end of the --image_file creation.

To post a comment you must log in.
Revision history for this message
Peter Maydell (pmaydell) wrote :

Looks good to me -- I've been running with the same change locally for ages.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'linaro-media-create'
2--- linaro-media-create 2010-10-09 05:37:55 +0000
3+++ linaro-media-create 2010-10-11 15:16:41 +0000
4@@ -701,11 +701,5 @@
5 prepare_partitions
6 populate_boot
7 populate_rootfs
8-
9-if [ "${IMAGE_FILE}" ]; then
10- echo "Create ${IMAGE_FILE}.gz"
11- gzip -f "${IMAGE_FILE}" > "${IMAGE_FILE}".gz
12-fi
13-
14 remove_binary_dir
15

Subscribers

People subscribed via source and target branches