Skip to content

Commit

Permalink
Use gzip in scripts/make-release
Browse files Browse the repository at this point in the history
We need to upload .gz files to kernel.org to have the file signed.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
  • Loading branch information
Pekka Enberg committed Sep 8, 2009
1 parent 848fde0 commit 8800ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-release
Expand Up @@ -3,4 +3,4 @@
name=$1
version=$2

git archive --prefix=$name-$version/ v$version | bzip2 >$name-$version.tar.bz2
git archive --prefix=$name-$version/ v$version | gzip >$name-$version.tar.gz

0 comments on commit 8800ddf

Please sign in to comment.