aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Elder <aelder@sgi.com>2011-10-14 08:42:00 -0500
committerAlex Elder <aelder@sgi.com>2011-10-14 08:42:00 -0500
commit73a57c642cdfa66090512c39e976018094d7201e (patch)
treea8c06d4c80b7f84eb76ed3234fd662e58b313137
parent8baf6c07bd88dc826186222023a423c37ba46ef3 (diff)
downloadxfstests-dev-upstream-queue.tar.gz
Signed-off-by: Alex Elder <aelder@sgi.com>
-rw-r--r--doc/CHANGES2
-rw-r--r--release.sh6
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 7624548d76..84781a9348 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-xfstests-1.1.0 (13 October 2011)
+xfstests-1.1.0 (14 October 2011)
- This is the firsteversioned release recorded for the
xfstests suite. Tests 240-263 have been added to the
suite (to date) in 2011.
diff --git a/release.sh b/release.sh
index 90a8a05533..65e4e4bfea 100644
--- a/release.sh
+++ b/release.sh
@@ -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\""