#1064951 UDD/upload_history: importer broken by switch to detached PGP signatures

#1064951#5
Date:
2024-02-28 07:30:28 UTC
From:
To:
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

#1064951#10
Date:
2024-02-28 07:51:55 UTC
From:
To:
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

#1064951#15
Date:
2024-02-28 12:42:32 UTC
From:
To:
Hi Ansgar,
Right. Thanks for pointing this out.

I'll do just that (and fix other email-parsing issues at the same time)

Lucas

#1064951#20
Date:
2024-02-29 16:44:52 UTC
From:
To:
Done!

Lucas