mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 14:07:29 +00:00
Minor enhancement of log message as in Debian a package can be in unstable without being in testing.
This commit is contained in:
parent
9790dbf7c2
commit
1e022af99e
@ -392,7 +392,7 @@ class AutopkgtestPolicy(BasePolicy):
|
||||
if rdep_src == src:
|
||||
continue
|
||||
except KeyError:
|
||||
self.log('%s on %s has no source (NBS?)' % (rdep.package_name, arch))
|
||||
self.log('%s on %s has no source (NBS, new or removed?)' % (rdep.package_name, arch))
|
||||
continue
|
||||
|
||||
rdep_src_info = sources_info[rdep_src]
|
||||
|
Loading…
x
Reference in New Issue
Block a user