- Package:
- qa.debian.org
- Source:
- qa.debian.org
- Submitter:
- Lucas Nussbaum
- Date:
- 2024-02-29 17:09:38 UTC
- Severity:
- normal
The upload_history importer parses email received by the debian-devel-changes mailing list. On 2024-02-11, the format of those emails changed to multipart/signed. Previously the PGP signature was inlined. The script that parses the email archives to generate a simpler deb822 summary needs to be adapted. See https://salsa.debian.org/qa/udd/-/blob/master/scripts/upload_history_extractor.py?ref_type=heads#L63 Help is very much welcomed to fix that -- I don't know when I'll be able to work on it myself. Lucas
Hi Lucas, but contained a inlined-signed part (the .changes signed by the uploader), but that wasn't the full mail. Now the mail also has a signature from the archive software, but the importer could just ignore the outer signature and process the inner part in the same way as before. Ansgar
Hi Ansgar, Right. Thanks for pointing this out. I'll do just that (and fix other email-parsing issues at the same time) Lucas
Done! Lucas