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

* Re: [PATCH] dmapi: digitally sign release tags
  2010-02-12 20:58 [PATCH] dmapi: digitally sign release tags Alex Elder
@ 2010-02-12 21:24 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2010-02-12 21:24 UTC (permalink / raw)
  To: Alex Elder; +Cc: xfs

On Fri, Feb 12, 2010 at 02:58:29PM -0600, Alex Elder wrote:
> 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>

Looks good,


Reviewed-by: Christoph Hellwig <hch@lst.de>

If you start carding about dmapi there are a lot of build system updates
that it still needs to pick up from xfsprogs.

_______________________________________________
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