[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:
parent
f507b14954
commit
d3b9ae79a5
@ -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()
|
|
1
setup.py
1
setup.py
@ -37,7 +37,6 @@ setup(
|
|||||||
'bin/comps_filter',
|
'bin/comps_filter',
|
||||||
'bin/pungi',
|
'bin/pungi',
|
||||||
'bin/pungi-config-validate',
|
'bin/pungi-config-validate',
|
||||||
'bin/pungi-createiso',
|
|
||||||
'bin/pungi-fedmsg-notification',
|
'bin/pungi-fedmsg-notification',
|
||||||
'bin/pungi-koji',
|
'bin/pungi-koji',
|
||||||
'bin/pungi-make-ostree',
|
'bin/pungi-make-ostree',
|
||||||
|
Loading…
Reference in New Issue
Block a user