projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c629694
)
compat-drivers: fix gen-release.sh to keep tar file
author
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Thu, 20 Sep 2012 23:29:35 +0000
(16:29 -0700)
committer
Luis 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
patch
|
blob
|
history
diff --git
a/scripts/gen-release.sh
b/scripts/gen-release.sh
index fb70da38cc74f866ff884d13dfab02282af96258..556db70b9d5badd93756ff9661912dad3637e967 100755
(executable)
--- a/
scripts/gen-release.sh
+++ b/
scripts/gen-release.sh
@@
-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