summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-11-25 00:14:25 +0100
committerRuben Pollan <meskio@sindominio.net>2015-11-26 13:38:52 +0100
commita6db1212ef6ff80d61f01ff12e43b6c683aff751 (patch)
treec6108e0bbe7c2155ca4e95d605589546ba43f757
parentea5872bed1824999d41b9c9a9011ee1e17a2134f (diff)
[feat] add leap.mx to the buildbot
-rw-r--r--master.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/master.cfg b/master.cfg
index 17c9fc3..82d8a5b 100644
--- a/master.cfg
+++ b/master.cfg
@@ -38,12 +38,15 @@ c['protocols'] = {'pb': {'port': PORT_MASTER}}
github_repos_username = 'leapcode'
default_branch = 'develop'
order_repos_index = 2
+# XXX: leap_mx doesn't need bitmask_client or leap_mail, not sure if two
+# pipelines here are worth it
REPOS=[
('leap_pycommon', default_branch, 1, 'leap.common'),
('soledad', default_branch, 2, 'leap.soledad'),
('keymanager', default_branch, 3, 'leap.keymanager'),
('leap_mail', default_branch, 4, 'leap.mail'),
('bitmask_client', default_branch, 5, 'leap.bitmask'),
+ ('leap_mx', default_branch, 6, 'leap.mx'),
]
def github_repo_url(repo_name):
@@ -56,6 +59,7 @@ all_repositories = {
r'https://github.com/leapcode/keymanager.git': 'keymanager',
r'https://github.com/leapcode/leap_mail.git': 'leap_mail',
r'https://github.com/leapcode/bitmask_client.git': 'bitmask_client',
+ r'https://github.com/leapcode/leap_mx.git': 'leap_mx',
}
def codebaseGenerator(chdict):
return all_repositories[chdict['repository']]