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 doesn't report sponsorship for tag2upload uploads
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: git-debpush
Version: 13.15
Severity: normal
Dear Maintainer,
doing a sponsored upload/push via "git debpush" works, while the fact
it was sponsored is not mentioned by tracker.debian.org [1], no "signed
by:" annotation, and DDPO [2], the package in question is not listed
under "Sponsored/other uploads".
Please find attached tag2upload's notification email regarding the
successful push.
[1] https://tracker.debian.org/pkg/scalpel
[2] https://qa.debian.org/developer.php?login=sge%40debian.org
-- System Information:
Debian Release: forky/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 6.16.7+deb14-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_CPU_OUT_OF_SPEC, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages git-debpush depends on:
ii git 1:2.51.0-1
ii gnupg 2.4.8-3
ii libdpkg-perl 1.22.21
git-debpush recommends no packages.
git-debpush suggests no packages.
-- no debconf information
--
GPG Fingerprint
3DF5 E8AA 43FC 9FDF D086 F195 ADF5 0EDA F8AD D585
binSoqjOEoQOS.bin
Description: application/mbox
signature.asc
Description: This is a digitally signed message part
--- 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 ---