提交 55e56375 编写于 作者: J James Troup

[rmurray] teach control_overrides about untouchable suites.

上级 6a9b1e1d
2007-02-08 Ryan Murray <rmurray@debian.org>
* dak/control_overrides.py (main): refuse to operate on
untouchable suites.
* config/debian/pseudo-packages.maintainers: drop install,
installation, boot-floppy, slink-cd, potato-cd and
nonus.debian.org. Update base.
......
......@@ -282,6 +282,9 @@ def main ():
if action == "list":
list(suite, component, type)
else:
if Cnf.has_key("Suite::%s::Untouchable" % suite) and Cnf["Suite::%s::Untouchable" % suite] != 0:
daklib.utils.fubar("%s: suite is untouchable" % suite)
Logger = daklib.logging.Logger(Cnf, "control-overrides")
if file_list:
for file in file_list:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册