Stuff all of our repos into an /invirt subdirectory, so that we have
[invirt/packages/invirt-dev.git] / python / invirt / builder.py
index 27e21a6..b8e9c0b 100644 (file)
@@ -26,7 +26,7 @@ class InvalidBuild(ValueError):
 
 def getRepo(package):
     """Return the path to the git repo for a given package."""
-    return os.path.join(_REPO_DIR, 'packages', '%s.git' % package)
+    return os.path.join(_REPO_DIR, 'invirt/packages', '%s.git' % package)
 
 
 def pocketToGit(pocket):