Re: tag2upload signing failure

2021-01-02 Thread Matthias Urlichs
On 02.01.21 22:12, Sean Whitton wrote: gpg's command line syntax and configuration makes this hard. It is documented[1] as using "your default PGP key" which doesn't help if it gets passed an explicit "-u WHATEVER" argument. However, the call uses dgit's options, thus $ git config --global

Re: tag2upload signing failure

2021-01-02 Thread Matthias Urlichs
On 02.01.21 21:28, Sean Whitton wrote: It's trying to use your personal key because what you are using is a local demo of tag2upload. The real thing would have its own key with upload rights. Owch. I should have noticed it's local. Any idea how I tell it which key to use? -- -- Matthias

tag2upload signing failure

2021-01-02 Thread Matthias Urlichs
Hi, I just tried to push the current version of knxd by way of git-debpush and tag2upload, but ran into a signing error I don't know what to make of. The repository is salsa:smurf/knxd.git; the tag contains this:: $ git tag -v debian/0.14.41-1 object 632f2583dac046e3730e3ee0e0d910fe34cc7b14

Re: tag2upload signing failure

2021-01-02 Thread Sean Whitton
Hello, On Sat 02 Jan 2021 at 09:50PM +01, Matthias Urlichs wrote: > On 02.01.21 21:28, Sean Whitton wrote: >> It's trying to use your personal key because what you are using is a >> local demo of tag2upload. The real thing would have its own key with >> upload rights. > > Owch. I should have

Re: tag2upload signing failure

2021-01-02 Thread Sean Whitton
Hello Matthias, On Sat 02 Jan 2021 at 07:04PM +01, Matthias Urlichs wrote: > My subsequent command > > $ DGIT_DRS_EMAIL_NOREPLY=sm...@debian.org dgit-repos-server debian . > /usr/share/keyrings/debian-keyring.gpg,a --tag2upload > https://salsa.debian.org/smurf/knxd.git debian/0.14.41-1 > >