mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-10-14 16:34:03 +00:00
Merge remote-tracking branch 'juliank/coreutils-fun'
This commit is contained in:
commit
766610fe4e
@ -788,6 +788,15 @@ class AutopkgtestPolicy(BasePolicy):
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
# Nothing actually depends on rust-coreutils. so pretend we
|
||||
# build the actual coreutils binary which some stuff depends
|
||||
# on, so new versions get testing.
|
||||
if src == "rust-coreutils":
|
||||
try:
|
||||
extra_bins.append(binaries_info['coreutils'].pkg_id)
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
pkg_universe = self.britney.pkg_universe
|
||||
# plus all direct reverse dependencies and test triggers of its
|
||||
# binaries which have an autopkgtest
|
||||
|
Loading…
x
Reference in New Issue
Block a user