sandbox: __AptDpkgPackageInfo.get_distro_name() returns host distro name
Bug #1684690 reported by
Benjamin Drung
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Apport |
Confirmed
|
Low
|
Unassigned |
Bug Description
make_sandbox() calls apport.
try:
if ver:
except KeyError:
(lp_url, sha1sum) = self.get_
The problem is that get_distro_name() returns the host distro name instead of the distro name of the sandbox.
To post a comment you must log in.
I think we'd want to read the report's 'DistroRelease' field.