Re: [PATCH util/modular] Add gpg signing to release.sh

2014-06-09 Thread Stephen Kitt
On Sun, 08 Jun 2014 21:48:52 -0400, Gaetan Nadon mems...@videotron.ca wrote: On 14-06-07 03:57 PM, Stephen Kitt wrote: #-- +# Function: sign_or_fail

Re: [PATCH util/modular] Add gpg signing to release.sh

2014-06-09 Thread Peter Hutterer
On Mon, Jun 09, 2014 at 12:10:48PM +0200, Stephen Kitt wrote: On Sun, 08 Jun 2014 21:48:52 -0400, Gaetan Nadon mems...@videotron.ca wrote: On 14-06-07 03:57 PM, Stephen Kitt wrote: #-- +#

Re: [PATCH util/modular] Add gpg signing to release.sh

2014-06-08 Thread Gaetan Nadon
On 14-06-07 03:57 PM, Stephen Kitt wrote: From 283b89da292ad8a5743222baf33393d964cff54b Mon Sep 17 00:00:00 2001 From: Stephen Kitt sk...@debian.org Date: Sun, 1 Jun 2014 14:46:01 +0200 Subject: [PATCH util/modular] Add gpg signing to release.sh gpg-sign the git tag and the generated

Re: [PATCH util/modular] Add gpg signing to release.sh

2014-06-07 Thread Stephen Kitt
17 00:00:00 2001 From: Stephen Kitt sk...@debian.org Date: Sun, 1 Jun 2014 14:46:01 +0200 Subject: [PATCH util/modular] Add gpg signing to release.sh gpg-sign the git tag and the generated tarballs, and upload the signatures along with the tarballs. Any existing tarball signatures are removed

Re: [PATCH util/modular] Add gpg signing to release.sh

2014-06-05 Thread Stephen Kitt
Hi Peter, On Thu, 5 Jun 2014 10:05:15 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: On Sun, Jun 01, 2014 at 03:13:13PM +0200, Stephen Kitt wrote: +[ -n $targz ] rm -f ${targz}.sig $GPG -b $targz siggz=${targz}.sig || true +[ -n $tarbz2 ] rm -f ${tarbz2}.sig $GPG -b

Re: [PATCH util/modular] Add gpg signing to release.sh

2014-06-04 Thread Peter Hutterer
On Sun, Jun 01, 2014 at 03:13:13PM +0200, Stephen Kitt wrote: From 7d967b5ec2122a3f85730587be6d8a424fac9cdc Mon Sep 17 00:00:00 2001 From: Stephen Kitt sk...@debian.org Date: Sun, 1 Jun 2014 14:46:01 +0200 Subject: [PATCH util/modular] Add gpg signing to release.sh gpg-sign the git tag

Re: [PATCH util/modular] Add gpg signing to release.sh

2014-06-03 Thread Alan Coopersmith
On 06/ 1/14 06:13 AM, Stephen Kitt wrote: And I'm attaching an updated version which includes your modifications and deletes the signatures if any before re-generating them. Thanks - I'll try that for my next release, and if it works, go ahead and push it, since I've seen no one object to us

Re: [PATCH util/modular] Add gpg signing to release.sh

2014-06-01 Thread Stephen Kitt
then be automatically checked, as is done in Debian) outweighs the benefit of key id selection. Regards, Stephen From 7d967b5ec2122a3f85730587be6d8a424fac9cdc Mon Sep 17 00:00:00 2001 From: Stephen Kitt sk...@debian.org Date: Sun, 1 Jun 2014 14:46:01 +0200 Subject: [PATCH util/modular] Add gpg signing to release.sh

Re: [PATCH util/modular] Add gpg signing to release.sh

2014-05-31 Thread Alan Coopersmith
On 05/20/14 01:49 PM, Stephen Kitt wrote: Hi, Peter Hutterer suggested I send this here; it's a patch to add gpg signing to release.sh, both for the git tag and the generated tarballs. This version tries to use gpg unconditionnally, it might be more useful with a parameter to switch the