summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-08-03 23:34:39 +0200
committerParménides GV <parmegv@sdf.org>2015-08-03 23:37:14 +0200
commit26974a59fdb833a1860a8aa45a4287000e30e3a7 (patch)
treecb57d368f6ef4acacd605fd28da346a53c1856a0
parent029b9bbe035a4505a794a47aef8249991f783ce3 (diff)
Use develop@leapcode, pass --testing flag
To new pip_install_requirements.sh script, updated in all repos
-rw-r--r--master.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/master.cfg b/master.cfg
index d1694ed..418f98b 100644
--- a/master.cfg
+++ b/master.cfg
@@ -38,8 +38,8 @@ c['protocols'] = {'pb': {'port': PORT_MASTER}}
# the 'change_source' setting tells the buildmaster how it should find out
# about source code changes.
-github_repos_username = 'parmegv'
-default_branch = 'feature/use-wheels-installing-requirements'
+github_repos_username = 'leapcode'
+default_branch = 'develop'
order_repos_index = 2
REPOS=[
('leap_pycommon', default_branch, 1, 'leap.common'),
@@ -88,7 +88,7 @@ from buildbot.config import BuilderConfig
def add_repo_to_factory(factory, repo_name, git_branch, namespace, venv_name):
install_requirements = 'pkg/pip_install_requirements.sh'
- install_requirements_tests = "if [ -f pkg/requirements-testing.pip ]; then pkg/pip_install_requirements_testing.sh; fi"
+ install_requirements_tests = "if [ -f pkg/requirements-testing.pip ]; then pkg/pip_install_requirements.sh --testing; fi"
install = "python setup.py develop"
workdir = "workdir-" + repo_name