mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 03:41:08 +00:00
Use correct self.hints instead of non-existent hints.
Signed-off-by: Jurij Smakov <jurij@droopy.oc.cox.net>
This commit is contained in:
parent
c0cec7cad0
commit
b2b6b535f7
@ -1200,8 +1200,8 @@ class Britney:
|
||||
elif 'source' in self.hints["block-all"]:
|
||||
blocked["block"] = self.hints["block-all"]["source"]
|
||||
|
||||
if src in hints["block-udeb"]:
|
||||
blocked["block-udeb"] = hints["block-udeb"][src]
|
||||
if src in self.hints["block-udeb"]:
|
||||
blocked["block-udeb"] = self.hints["block-udeb"][src]
|
||||
|
||||
# if the source is blocked, then look for an `unblock' hint; the unblock request
|
||||
# is processed only if the specified version is correct. If a package is blocked
|
||||
|
Loading…
x
Reference in New Issue
Block a user