Import fails when changelog entry signoff line contains no email address
Bug #1858653 reported by
Robie Basak
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
git-ubuntu |
Triaged
|
Medium
|
Unassigned |
Bug Description
pkgbinarymangler 70~lucid1 was uploaded to Debian with the following sign-off line:
-- pitti Fri, 09 Jul 2010 12:52:42 +0100
This fails to parse and the current specification does not tell us how to convert this to an author name and email address in the corresponding generated git commit.
To post a comment you must log in.
This currently raises a ValueError. Prior to the recent refactoring, it looks like this also failed with "Cannot get commit authorship for afb98a639b396e8 30e317b4f07f88a 67a2d2c08c" immediately followed by a sys.exit(1).
As far as I can tell this changelog line will never have worked in the past. We need to specify how it should parse and then implement it.