Your message dated Fri, 16 Jan 2026 15:39:35 +0100
with message-id <[email protected]>
and subject line Re: Bug#1115915: UDD: Signature information unavailable for
uploads done with tag2upload
has caused the Debian Bug report #1115915,
regarding UDD: Signature information unavailable for uploads done with
tag2upload
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1115915: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115915
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qa.debian.org
Severity: normal
User: [email protected]
Usertags: udd
Hi,
it seems that the signature information (signed_by, signed_by_name,
signed_by_email, key_id, fingerprint) is unavailable in UDD if the upload was
done using tag2upload. Here is an example query showing this:
udd=> select * from upload_history where source='ngrep' and
version='1.47+ds1-7';
The tag2upload job log for this upload is available on [0].
Best regards
Peter
[0] https://tag2upload.debian.org/job/914
--- End Message ---
--- Begin Message ---
On 21/09/25 at 19:17 +0200, Peter Wienemann wrote:
> Package: qa.debian.org
> Severity: normal
> User: [email protected]
> Usertags: udd
>
> Hi,
>
> it seems that the signature information (signed_by, signed_by_name,
> signed_by_email, key_id, fingerprint) is unavailable in UDD if the upload was
> done using tag2upload. Here is an example query showing this:
>
> udd=> select * from upload_history where source='ngrep' and
> version='1.47+ds1-7';
>
> The tag2upload job log for this upload is available on [0].
Hi,
UDD's upload_history table now includes the content of the Git-Tag-Info
and Git-Tag-Tagger fields. They are also split into separate columns to
make their use easier.
Additionally, I added uploaded_by_* that either uses the tag2upload
fields (if present) or the signed_by fields, so provide an easy way to
fallback between the tag2upload information and the traditional
information.
Example with two uploads (one with tag2upload, one without):
-[ RECORD 1
]-----------+-----------------------------------------------------------------------------------------
source | dh-lisp
version | 0.7.3
date | 2026-01-16 13:33:34+00
changed_by | Sean Whitton <[email protected]>
changed_by_name | Sean Whitton
changed_by_email | [email protected]
maintainer | Debian Common Lisp Team
<[email protected]>
maintainer_name | Debian Common Lisp Team
maintainer_email | [email protected]
nmu | f
signed_by | Debian tag2upload service (key 1)
<[email protected]>
signed_by_name | Debian tag2upload service (key 1)
signed_by_email | [email protected]
key_id | 606D084E4683C079
distribution | unstable
file | debian-devel-changes.current
fingerprint | 374D8CE4DB96E9CBD4C0972A606D084E4683C079
git_tag_info | tag=cf039592ab1f6aa0ecfbd50f482f96fac5fe3887
fp=9b917007ae030e36e4fc248b695b7ae4bf066240
git_tag_tagger | Sean Whitton <[email protected]>
git_tag_tagger_name | Sean Whitton
git_tag_tagger_email | [email protected]
git_tag_info_tag | cf039592ab1f6aa0ecfbd50f482f96fac5fe3887
git_tag_info_fp | 9b917007ae030e36e4fc248b695b7ae4bf066240
uploaded_by | Sean Whitton <[email protected]>
uploaded_by_name | Sean Whitton
uploaded_by_email | [email protected]
uploaded_by_fingerprint | 9B917007AE030E36E4FC248B695B7AE4BF066240
-[ RECORD 2
]-----------+-----------------------------------------------------------------------------------------
source | phosh-osk-stevia
version | 0.52.1-1
date | 2026-01-16 13:18:50+00
changed_by | Guido Günther <[email protected]>
changed_by_name | Guido Günther
changed_by_email | [email protected]
maintainer | Guido Günther <[email protected]>
maintainer_name | Guido Günther
maintainer_email | [email protected]
nmu | f
signed_by | Guido Günther <[email protected]>
signed_by_name | Guido Günther
signed_by_email | [email protected]
key_id | 25BF86524AFCC1E3
distribution | unstable
file | debian-devel-changes.current
fingerprint | 0DB3932762F78E592F6522AFBB5A2C77584122D3
git_tag_info |
git_tag_tagger |
git_tag_tagger_name |
git_tag_tagger_email |
git_tag_info_tag |
git_tag_info_fp |
uploaded_by | Guido Günther <[email protected]>
uploaded_by_name | Guido Günther
uploaded_by_email | [email protected]
uploaded_by_fingerprint | 0DB3932762F78E592F6522AFBB5A2C77584122D3
As an unrelated change, I also stopped using 'N/A' for empty values, and
instead use NULLs.
Lucas
--- End Message ---