From: Jan Kiszka <[email protected]> Save some electrons.
Signed-off-by: Jan Kiszka <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]> diff --git a/scripts/make-release b/scripts/make-release index 68e4874..94bf5a5 100755 --- a/scripts/make-release +++ b/scripts/make-release @@ -40,7 +40,7 @@ if [[ -z "$name" ]]; then name="$commit" fi -tarball="$releasedir/$name.tar.gz" +tarball="$releasedir/$name.tar.bz2" cd "$(dirname "$0")"/.. LINUX="$(readlink -f "linux-2.6")" @@ -86,7 +86,7 @@ if [[ -n "$formal" ]]; then echo "$name" > "$tmpdir/$name/KVM_VERSION" fi -tar czf "$tarball" -C "$tmpdir" "$name" +tar cjf "$tarball" -C "$tmpdir" "$name" rm -rf "$tmpdir" -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
