- Timestamp:
- Dec 5, 2009, 3:36:21 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 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 -
trunk/scripts/git-migration/git-migrate-fast.sh
r2576 r2577 88 88 printf '[submodule "%s"]\n' "$r" 89 89 printf '\tpath = %s\n' "$r" 90 printf '\turl = git://invirt.mit.edu/ packages/%s.git\n' "$r"90 printf '\turl = git://invirt.mit.edu/invirt/packages/%s.git\n' "$r" 91 91 done 92 92 echo 'EOF'
Note: See TracChangeset
for help on using the changeset viewer.