-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
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\""