Start of xenial support

This commit is contained in:
Ian Gulliver
2016-07-18 05:54:04 +00:00
parent a19e99bb33
commit e65035d230
4 changed files with 78 additions and 17 deletions

View File

@@ -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)