rename binaries
rename the pungi binary to pungi-koji since it does is tasks in koji rename pungi-gather to pungi as it is the standalone old pungi binary there is scripts that expect pungi to be the old pungi, the new binary is not yet in use, pungi-koji semes to make sense, open to better ideas
This commit is contained in:
parent
320724ed98
commit
a3158ec144
5 changed files with 649 additions and 649 deletions
2
setup.py
2
setup.py
|
|
@ -34,8 +34,8 @@ setup(
|
|||
|
||||
packages = packages,
|
||||
scripts = [
|
||||
'bin/pungi-gather',
|
||||
'bin/pungi',
|
||||
'bin/pungi-koji',
|
||||
],
|
||||
data_files = [
|
||||
('/usr/share/pungi', glob.glob('share/*.xsl')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue