room for future expansion.
svn path=/trunk/packages/invirt-dev/; revision=2577
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)
def getRepo(package):
"""Return the path to the git repo for a given package."""
def getRepo(package):
"""Return the path to the git repo for a given package."""
- return os.path.join(_REPO_DIR, 'packages', '%s.git' % package)
+ return os.path.join(_REPO_DIR, 'invirt/packages', '%s.git' % package)