[createiso] Remove unused script

The pungi-createiso script should have been removed in f37a14fb, but was
forgotten. The script is obsoleted by a new method in which ISOs are
created. It's now broken as it calls methods that no longer exist.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-08-30 10:28:18 +02:00
parent f507b14954
commit d3b9ae79a5
2 changed files with 0 additions and 16 deletions

View File

@ -1,15 +0,0 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
import os
import sys
here = sys.path[0]
if here != '/usr/bin':
# Git checkout
sys.path[0] = os.path.dirname(here)
import pungi.createiso
if __name__ == '__main__':
pungi.createiso.main()

View File

@ -37,7 +37,6 @@ setup(
'bin/comps_filter',
'bin/pungi',
'bin/pungi-config-validate',
'bin/pungi-createiso',
'bin/pungi-fedmsg-notification',
'bin/pungi-koji',
'bin/pungi-make-ostree',