source uploading with a .buildinfo containing hashes for binary is rejected
Bug #1699763 reported by
Mattia Rizzolo
This bug affects 14 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
This is the original aim of .buildinfo: people upload those file containing the hashes of the built binaries, but without actually uploading the binaries, to check that the binaries rebuilt by another party (i.e. a buildd) matches what expected.
But when uploading a _source.changes (i.e. not actually uploading any binary) with a .buildinfo containing references to the binaries, the upload is rejected with:
Rejected:
Mismatch in binaryfulness. (arch) False != (files) True
To post a comment you must log in.
I am also running into this bug by building with --source- only-changes which is useful to locally build the binary to ensure it works, then upload a _source.changes, all in one command.