public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmapi: digitally sign release tags
@ 2010-02-12 20:58 Alex Elder
  2010-02-12 21:24 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Elder @ 2010-02-12 20:58 UTC (permalink / raw)
  To: xfs

Arrange for the commit marking a new release to include a
"Signed-off-by" line, and have the corresponding tag include
a digital signature.

Signed-off-by: Alex Elder <aelder@sgi.com>

---
 release.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: b/release.sh
===================================================================
--- a/release.sh
+++ b/release.sh
@@ -13,10 +13,10 @@ sed -e "s/${version}.*/${version} (${dat
 	mv doc/CHANGES.tmp doc/CHANGES
 
 echo "Commiting CHANGES update to git"
-git-commit -a -m "${version} release"
+git-commit -s -a -m "${version} release"
 
 echo "Tagging git repository"
-git-tag v${version}
+git tag -s -a -m "${version} release" v${version}
 
 echo "Creating source tarball in build/tar/"
 ./Makepkgs

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-12 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-12 20:58 [PATCH] dmapi: digitally sign release tags Alex Elder
2010-02-12 21:24 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox