diff options
author | Joey Hagedorn <hagedorn@mcs.anl.gov> | 2005-08-02 20:41:01 +0000 |
---|---|---|
committer | Joey Hagedorn <hagedorn@mcs.anl.gov> | 2005-08-02 20:41:01 +0000 |
commit | d23bd985cfc25fced9a84892c7ee3843777148b0 (patch) | |
tree | 645f260c400fdc7900e9f0b7642f58af4d4a8b38 | |
parent | 906b85e4927621cb34cb2baf13ec4ff17fa6b549 (diff) | |
download | bcfg2-d23bd985cfc25fced9a84892c7ee3843777148b0.tar.gz bcfg2-d23bd985cfc25fced9a84892c7ee3843777148b0.tar.bz2 bcfg2-d23bd985cfc25fced9a84892c7ee3843777148b0.zip |
added GenerateHostInfo tool to setup.py
(Logical change 1.276)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1114 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ setup(name="Bcfg2.Server", author_email="desai@mcs.anl.gov", packages=["Bcfg2", 'Bcfg2.Server', "Bcfg2.Server.Generators", "Bcfg2.Server.Structures", "Bcfg2.Client"], package_dir = {'Bcfg2':'src/lib'}, - scripts = ['src/sbin/Bcfg2Server', 'src/sbin/bcfg2', 'src/sbin/ValidateBcfg2Repo', 'src/sbin/StatReports'], + scripts = ['src/sbin/Bcfg2Server', 'src/sbin/bcfg2', 'src/sbin/ValidateBcfg2Repo', 'src/sbin/StatReports', 'src/sbin/GenerateHostInfo'], data_files = [('share/bcfg2/schemas', glob('schemas/*.xsd')), ('share/bcfg2/reports/web-rprt-srcs', |