summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDominic Spill <dominicgs@gmail.com>2012-10-09 15:47:53 +1100
committerDominic Spill <dominicgs@gmail.com>2012-10-09 16:39:44 +1100
commit48c145bc46dd249efb2475bf6219111715bddf5c (patch)
treea4f8df1cd1c01e0c81d3d591785f33ccc6e5c37b /tools
parente6d69abeeace9ef52f6dc0eeb95c67fb131198f5 (diff)
Tidy up documentation and release script
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ubertooth-release.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/ubertooth-release.sh b/tools/ubertooth-release.sh
index 03e8208..66dfeca 100755
--- a/tools/ubertooth-release.sh
+++ b/tools/ubertooth-release.sh
@@ -10,7 +10,9 @@ if test $# -lt 2 ; then
branch=`git rev-parse --abbrev-ref HEAD`
else
branch=${2}
- git checkout ${2}
+ # Not sure this is really a good idea, better to make
+ # sure that you're on the branch in the first place
+ #git checkout ${2}
fi
# FIXME you'll need to update these:
@@ -99,4 +101,4 @@ rm ${targetdir}/.gitignore
# Archive
############################
cd ${top}
-tar -zcf ${releasename}.tar.gz ${releasename}/
+tar -cJf ${releasename}.tar.xz ${releasename}/