From: Rich Johnston Date: Mon, 25 Nov 2013 19:23:25 +0000 (-0600) Subject: 3.2.0-alpha2 release X-Git-Tag: v3.2.0-alpha2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05aa7620c6ead42389142c34bd15b867bc88f992;p=thirdparty%2Fxfsprogs-dev.git 3.2.0-alpha2 release --- diff --git a/doc/CHANGES b/doc/CHANGES index 50017e764..f25bb392f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -xfsprogs-3.2.0-alpha2 (19 November 2013) +xfsprogs-3.2.0-alpha2 (25 November 2013) - Alpha release for the purpose of testing the CRC feature in kernels 3.10 and newer. - Enable xfs_db write support and xfs_metadump support for CRC diff --git a/release.sh b/release.sh index e20957415..400a103e7 100755 --- a/release.sh +++ b/release.sh @@ -16,15 +16,15 @@ sed -e "s/${version}.*/${version} (${date})/" doc/CHANGES > doc/CHANGES.tmp && \ mv doc/CHANGES.tmp doc/CHANGES echo "Commiting CHANGES update to git" -git commit -s -a -m "${version} release" +git commit -a -m "${version} release" echo "Tagging git repository" -git tag -s -a -m "${version} release" v${version} +git tag -a -m "${version} release" v${version} echo "Making source tarball" make dist -echo "Sign the source tarball" -gpg --detach-sign xfsprogs-${version}.tar.gz +#echo "Sign the source tarball" +#gpg --detach-sign xfsprogs-${version}.tar.gz echo "Done. Please remember to push out tags using \"git push --tags\""