mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-24 08:51:31 +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"]:
|
elif 'source' in self.hints["block-all"]:
|
||||||
blocked["block"] = self.hints["block-all"]["source"]
|
blocked["block"] = self.hints["block-all"]["source"]
|
||||||
|
|
||||||
if src in hints["block-udeb"]:
|
if src in self.hints["block-udeb"]:
|
||||||
blocked["block-udeb"] = hints["block-udeb"][src]
|
blocked["block-udeb"] = self.hints["block-udeb"][src]
|
||||||
|
|
||||||
# if the source is blocked, then look for an `unblock' hint; the unblock request
|
# 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
|
# is processed only if the specified version is correct. If a package is blocked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user