Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/schedulers.py
diff options
context:
space:
mode:
Diffstat (limited to 'schedulers.py')
-rw-r--r--schedulers.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/schedulers.py b/schedulers.py
index 7247f36..5d2d665 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -20,7 +20,9 @@ def setup(c, config):
all_builders.extend(full_builders)
codebases = {"sugar-build": {"repository": config["repo"]},
- "osbuild": {}}
+ "osbuild": {repository:
+ "https://github.com/dnarvaez/osbuild.git"}}
+
for repo in repos.get_sub_repos():
codebases[repo.name] = {"repository": repo.url}