Codebase list findbugs / 6af16e9
correct orig-tar.sh for xz compression tony mancill 8 years ago
1 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11
22 VERSION=$2
33 DIR=findbugs-$VERSION
4 TAR=findbugs_$VERSION.orig.tar.bz2
4 TAR=findbugs_$VERSION.orig.tar.xz
55
66 # clean up the upstream tarball
7 unzip -x $3
7 #unzip -x $3
8 tar xzvf $3
89 cd $DIR
910 #Remove shipped jar + doc without sources
1011 rm -rf lib/*.jar lib/*.zip lib/*.txt
1112 rm -rf src/doc/pressRelease.pdf doc/pressRelease.pdf build-lib/
1213 cd ..
13 tar jcvf ../$TAR $DIR
14 tar Jcvf ../$TAR $DIR
1415 rm -rf $DIR $3
1516
1617 # move to directory 'tarballs'