Start of xenial support
This commit is contained in:
@@ -34,7 +34,7 @@ FLAGS = parser.parse_args()
|
||||
def main():
|
||||
module = icon_lib.IconModule(FLAGS.chroot_path)
|
||||
module.InstallPackages(
|
||||
'daemontools-run', 'genisoimage', 'git', 'python3-openssl',
|
||||
'upstart', 'daemontools-run', 'genisoimage', 'git', 'python3-openssl',
|
||||
'python3-requests', 'python3-ws4py')
|
||||
|
||||
os.makedirs(os.path.join(FLAGS.chroot_path, 'icon', 'config'), exist_ok=True)
|
||||
|
||||
Reference in New Issue
Block a user