Changeset 2577 for trunk/packages/invirt-dev
- Timestamp:
- Dec 5, 2009, 3:36:21 PM (15 years ago)
- Location:
- trunk/packages/invirt-dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dev/invirtibuilder
r2546 r2577 183 183 pushes to the superrepo. 184 184 """ 185 superrepo = os.path.join(b._REPO_DIR, ' packages.git')185 superrepo = os.path.join(b._REPO_DIR, 'invirt/packages.git') 186 186 branch = b.pocketToGit(pocket) 187 187 tree = c.captureOutput(['git', 'ls-tree', branch], -
trunk/packages/invirt-dev/python/invirt/builder.py
r2543 r2577 27 27 def getRepo(package): 28 28 """Return the path to the git repo for a given package.""" 29 return os.path.join(_REPO_DIR, ' packages', '%s.git' % package)29 return os.path.join(_REPO_DIR, 'invirt/packages', '%s.git' % package) 30 30 31 31
Note: See TracChangeset
for help on using the changeset viewer.