compat-drivers: fix gen-release.sh to keep tar file
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 20 Sep 2012 23:29:35 +0000 (16:29 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 20 Sep 2012 23:29:35 +0000 (16:29 -0700)
Without -k option to bzip2 the original tar file will be
deleted.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/gen-release.sh

index fb70da38cc74f866ff884d13dfab02282af96258..556db70b9d5badd93756ff9661912dad3637e967 100755 (executable)
@@ -174,7 +174,7 @@ cd $STAGING/
 
 echo "Creating ${RELEASE}.tar ..."
 tar -cf ${RELEASE}.tar $RELEASE/
-bzip2 -9 ${RELEASE}.tar
+bzip2 -k -9 ${RELEASE}.tar
 
 # kup allows us to upload a compressed archive but wants us
 # to sign the tarball alone, it will uncompress the