[haizea-commit] r446 - trunk
haizea-commit at mailman.cs.uchicago.edu
haizea-commit at mailman.cs.uchicago.edu
Wed Jul 23 13:20:20 CDT 2008
Author: borja
Date: 2008-07-23 13:20:20 -0500 (Wed, 23 Jul 2008)
New Revision: 446
Modified:
trunk/setup.py
Log:
Add deployment package and haizea-convert-data script to distutils script.
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2008-07-23 18:19:44 UTC (rev 445)
+++ trunk/setup.py 2008-07-23 18:20:20 UTC (rev 446)
@@ -10,13 +10,14 @@
packages=['haizea',
'haizea.common',
'haizea.resourcemanager',
+ 'haizea.resourcemanager.deployment',
'haizea.resourcemanager.enact',
'haizea.resourcemanager.enact.shared',
'haizea.resourcemanager.enact.simulated',
'haizea.resourcemanager.enact.opennebula',
'haizea.resourcemanager.frontends',
'haizea.traces'],
- scripts=['bin/haizea', 'bin/haizea-generate-configs', 'bin/haizea-generate-scripts'],
+ scripts=['bin/haizea', 'bin/haizea-generate-configs', 'bin/haizea-generate-scripts', 'bin/haizea-convert-data'],
data_files=[('share/haizea/etc', ['etc/sample.conf',
'etc/sample_opennebula.conf',
'etc/sample_multi.conf',
More information about the Haizea-commit
mailing list