mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Add blacklisting explanation
This commit is contained in:
parent
1277344ec8
commit
76fabbe0ba
@ -548,6 +548,9 @@ def main():
|
||||
Logger.error("Source package is blacklisted")
|
||||
if isinstance(blacklisted, basestring):
|
||||
Logger.error(u"Reason: %s", blacklisted)
|
||||
Logger.error("If you think this package shouldn't be blacklisted, "
|
||||
"please file a bug explaining your reasoning and "
|
||||
"subscribe ~ubuntu-archive.")
|
||||
sys.exit(1)
|
||||
|
||||
if options.lp:
|
||||
|
Loading…
x
Reference in New Issue
Block a user