From: Junio C Hamano <gitster@pobox.com>
To: Michael J Gruber <git@drmicha.warpmail.net>
Cc: git@vger.kernel.org
Subject: Re: [PATCHv2] push: heed user.signingkey for signed pushes
Date: Wed, 22 Oct 2014 16:47:28 -0700 [thread overview]
Message-ID: <xmqq38afu0of.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <xmqq7fzru5do.fsf@gitster.dls.corp.google.com> (Junio C. Hamano's message of "Wed, 22 Oct 2014 15:05:55 -0700")
Junio C Hamano <gitster@pobox.com> writes:
> Michael J Gruber <git@drmicha.warpmail.net> writes:
>
>> push --signed promises to take user.signingkey as the signing key but
>> fails to read the config.
>>
>> Make it do so.
>>
>> Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
>> ---
>> Okay, I guess this is nicer. We do have the committer info in the env. Sorry.
>>
>> builtin/push.c | 13 ++++++++++++-
>> t/lib-gpg/trustdb.gpg | Bin 1360 -> 1360 bytes
>> t/t5534-push-signed.sh | 44 ++++++++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 56 insertions(+), 1 deletion(-)
>
> Hmph, I simply forgot about that configuration, I guess.
>
> What is this change to trustdb about, though? The log message does
> not say anything about it.
This is a related tangent, but I just tried this:
$ git clone ... git.git
$ cd git.git
$ chmod a-w t/lib-gpg/* t/lib-gpg
$ make test
which makes GPG related tests to fail, as running GPG with the GNUPGHOME
set there involves writing into the files in the directory (or
removing and recreating).
Perhaps GPG tests should create their own copy in the playpen (aka
"trash directory") and use that as GNUPGHOME so that we do not have
to write into the single shared directory? I wonder if automated
parallel tests can intermittently fail because of this...
next prev parent reply other threads:[~2014-10-22 23:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-22 14:47 [RFD/PATCH] push: heed user.signingkey for signed pushes Michael J Gruber
2014-10-22 14:57 ` [PATCHv2] " Michael J Gruber
2014-10-22 22:05 ` Junio C Hamano
2014-10-22 23:47 ` Junio C Hamano [this message]
2014-10-24 15:16 ` Michael J Gruber
2014-10-24 15:23 ` [PATCH] t/lib-gpg: make gpghome files writable Michael J Gruber
2014-10-24 16:48 ` [PATCHv2] push: heed user.signingkey for signed pushes Junio C Hamano
2014-10-24 15:03 ` Michael J Gruber
2014-10-24 16:49 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqq38afu0of.fsf@gitster.dls.corp.google.com \
--to=gitster@pobox.com \
--cc=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.