projects
/
invirt/packages/invirt-dev.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make the default build notifications more useful
[invirt/packages/invirt-dev.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
4a4323c
..
ebdc435
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-21,5
+21,5
@@
setup(
py_modules = ['invirt.builder'],
package_dir = {'': 'python'},
py_modules = ['invirt.builder'],
package_dir = {'': 'python'},
- scripts = ['invirtibuilder', 'invirt-build-conf']
+ scripts = ['invirtibuilder', 'invirt-build-conf', 'invirt-submit-build', 'invirt-add-repo']
)
)