Changeset 2577 for trunk/packages


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/packages/invirt-dev
Files:
2 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
Note: See TracChangeset for help on using the changeset viewer.