]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
3.2.0-alpha2 release v3.2.0-alpha2
authorRich Johnston <rjohnston@sgi.com>
Mon, 25 Nov 2013 19:23:25 +0000 (13:23 -0600)
committerRich Johnston <rjohnston@sgi.com>
Mon, 25 Nov 2013 19:23:25 +0000 (13:23 -0600)
doc/CHANGES
release.sh

index 50017e764baa9f6abb8bd1331b23d36a85304e46..f25bb392f71ff5ac2fb87b3abc8cb9faf23e95d7 100644 (file)
@@ -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
index e209574158ca01c5e551c18562379427a7097a88..400a103e7e9d71a84b888ee6828104ad7cc53f81 100755 (executable)
@@ -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\""