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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.