From c67abe1ca65e1fc456888a8823bfe45a6aa6d713 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 16 Sep 2013 18:07:32 +0300 Subject: [PATCH] scripts/image: no more .tar.bz. images coming soon --- scripts/image | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/image b/scripts/image index 7d2fa128ee..64dab4c352 100755 --- a/scripts/image +++ b/scripts/image @@ -266,11 +266,9 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION" # remove an previous created release tarball rm -rf $TARGET_IMG/$IMAGE_NAME.tar - rm -rf $TARGET_IMG/$IMAGE_NAME.tar.bz2 # to remove later # create release tarball tar cf $TARGET_IMG/$IMAGE_NAME.tar -C target $IMAGE_NAME - tar cjf $TARGET_IMG/$IMAGE_NAME.tar.bz2 -C target $IMAGE_NAME # to remove later # cleanup release dir rm -rf $RELEASE_DIR