Changeset 2577


Ignore:
Timestamp:
Dec 5, 2009, 3:36:21 PM (14 years ago)
Author:
broder
Message:

Stuff all of our repos into an /invirt subdirectory, so that we have
room for future expansion.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-dev/invirtibuilder

    r2546 r2577  
    183183    pushes to the superrepo.
    184184    """
    185     superrepo = os.path.join(b._REPO_DIR, 'packages.git')
     185    superrepo = os.path.join(b._REPO_DIR, 'invirt/packages.git')
    186186    branch = b.pocketToGit(pocket)
    187187    tree = c.captureOutput(['git', 'ls-tree', branch],
  • trunk/packages/invirt-dev/python/invirt/builder.py

    r2543 r2577  
    2727def getRepo(package):
    2828    """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)
    3030
    3131
  • trunk/scripts/git-migration/git-migrate-fast.sh

    r2576 r2577  
    8888        printf '[submodule "%s"]\n' "$r"
    8989        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"
    9191    done
    9292    echo 'EOF'
Note: See TracChangeset for help on using the changeset viewer.