summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8d17ee5)
svn path=/trunk/packages/invirt-dev/; revision=2638
# .close(). Oh well.
conf_fd, conf_name = tempfile.mkstemp()
conf = os.fdopen(conf_fd, 'r+')
# .close(). Oh well.
conf_fd, conf_name = tempfile.mkstemp()
conf = os.fdopen(conf_fd, 'r+')
- build_handler = '/usr/sbin/invirt-submit-build'
+ build_handler = '/usr/bin/invirt-submit-build'
for pocket in config.build.pockets:
acl = authz.expandAdmin(getattr(config.build.pockets, pocket).acl, None)
for pocket in config.build.pockets:
acl = authz.expandAdmin(getattr(config.build.pockets, pocket).acl, None)