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:
Dennis Gilmore 2015-03-12 13:15:29 -05:00
parent 320724ed98
commit a3158ec144
5 changed files with 649 additions and 649 deletions

View file

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