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
=== modified file 'linaro-media-create'
--- linaro-media-create 2010-10-09 05:37:55 +0000
+++ linaro-media-create 2010-10-11 15:16:41 +0000
@@ -701,11 +701,5 @@
701prepare_partitions701prepare_partitions
702populate_boot702populate_boot
703populate_rootfs703populate_rootfs
704
705if [ "${IMAGE_FILE}" ]; then
706 echo "Create ${IMAGE_FILE}.gz"
707 gzip -f "${IMAGE_FILE}" > "${IMAGE_FILE}".gz
708fi
709
710remove_binary_dir704remove_binary_dir
711705

Subscribers

People subscribed via source and target branches