aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Elder <aelder@sgi.com>2011-10-14 08:51:23 -0500
committerAlex Elder <aelder@sgi.com>2011-10-14 08:51:23 -0500
commitf2e8fd9841ac61dbb6a2b0dd2f7484a45c4c09ff (patch)
tree58b040f135fe6caca9ea1d03451b83376aa2ed16
parentff641ef1911fe4cad07fc0a86a82aef6498046c6 (diff)
downloadxfsdump-dev-f2e8fd9841ac61dbb6a2b0dd2f7484a45c4c09ff.tar.gz
3.0.6 releasev3.0.6
Signed-off-by: Alex Elder <aelder@sgi.com>
-rw-r--r--doc/CHANGES2
-rwxr-xr-xrelease.sh8
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 0b851706..f0c661fd 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-xfsdump-3.0.6 (13 October 2011)
+xfsdump-3.0.6 (14 October 2011)
- Unconditionally add checksums to various dump headers in
xfsdump.
- Verify dump header checksums if present in xfsrestore.
diff --git a/release.sh b/release.sh
index 2002dca6..65e4e4bf 100755
--- a/release.sh
+++ b/release.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Automate generation a new release
#
@@ -18,8 +18,6 @@ git commit -s -a -m "${version} release"
echo "Tagging git repository"
git tag -s -a -m "${version} release" v${version}
-echo "Creating source tarball"
-make dist
+echo "Done. Please remember to push out tags using \"git push --tags\""
+echo "If you wish to create a source tarball, run \"make dist\""
-echo "Done."
-echo "Please remember to push out tags using \"git push --tags\""