Fixed the rpm packaging to install initscripts and /usr/bin/*
This commit is contained in:
parent
1643031b6e
commit
da3f530c38
@ -2,3 +2,4 @@ include README.rst
|
||||
include LICENSE
|
||||
include NOTICE
|
||||
include distribute_setup.py
|
||||
include init.d/*
|
3
TODO
3
TODO
@ -11,4 +11,5 @@ https://fedoraproject.org/wiki/How_to_create_an_RPM_package
|
||||
https://fedoraproject.org/wiki/Packaging:Guidelines
|
||||
https://fedoraproject.org/wiki/Packaging:Python
|
||||
http://fedoraproject.org/wiki/Packaging:SysVInitScript
|
||||
http://docs.python.org/distutils/builtdist.html
|
||||
http://docs.python.org/distutils/builtdist.html
|
||||
http://stackoverflow.com/questions/2324933/creating-python-rpm
|
||||
|
7
setup.py
7
setup.py
@ -87,8 +87,11 @@ setup(
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
'neat-data-collector = neat.locals.collector:start',
|
||||
'neat-local-manager = neat.locals.manager:start',
|
||||
'neat-global-manager = neat.globals.manager:start',
|
||||
'neat-local-manager = neat.locals.manager:start',
|
||||
]
|
||||
}
|
||||
},
|
||||
data_files = [('/etc/init.d', ['init.d/openstack-neat-data-collector',
|
||||
'init.d/openstack-neat-local-manager',
|
||||
'init.d/openstack-neat-global-manager'])],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user