提交 53fc7eab 编写于 作者: A Ansgar Burchardt

dak/init_dirs.py: do not use Dir::Pool

上级 c47d45b6
......@@ -134,13 +134,6 @@ def create_directories():
for keyring in session.query(Keyring).all():
process_keyring(keyring.keyring_name)
# Process pool directories
for component in session.query(Component):
directory = os.path.join( Cnf['Dir::Pool'], component.component_name )
do_dir(directory, '%s pool' % component.component_name)
# Process dists directories
# TODO: Store location of each suite in database
for suite in session.query(Suite):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册