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
Create /srv/git when installing invirt-dev if it doesn't exist.
[invirt/packages/invirt-dev.git]
/
invirtibuilder
diff --git
a/invirtibuilder
b/invirtibuilder
index
0a19484
..
61efa9f
100755
(executable)
--- a/
invirtibuilder
+++ b/
invirtibuilder
@@
-182,7
+182,7
@@
def updateSuperrepo(pocket, package, commit, principal):
Note that there's no locking issue here, because we disallow all
pushes to the superrepo.
"""
Note that there's no locking issue here, because we disallow all
pushes to the superrepo.
"""
- superrepo = os.path.join(b._REPO_DIR, 'packages.git')
+ superrepo = os.path.join(b._REPO_DIR, 'invirt/packages.git')
branch = b.pocketToGit(pocket)
tree = c.captureOutput(['git', 'ls-tree', branch],
cwd=superrepo)
branch = b.pocketToGit(pocket)
tree = c.captureOutput(['git', 'ls-tree', branch],
cwd=superrepo)