Added pack.sh
FossilOrigin-Name: 9b1332f816db49d45eb5e02f2b58795ded225a09
This commit is contained in:
6
tools/pack.sh
Executable file
6
tools/pack.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
VERSION=`fossil tag list | grep v | sort | tail -1`
|
||||
echo "Packaging Fuel Version ${VERSION}"
|
||||
|
||||
fossil tarball $VERSION fuel-$VERSION.tar.gz -name fuel-$VERSION
|
||||
|
Reference in New Issue
Block a user