runbot/runbot/models
Christophe Monniez 75e56d944a [IMP] runbot: use a separate method for git fetch command
At the end of the _update_git method, the "git fetch" command is run.
That makes it diffcult to override to change its behavior (for example
to avoid fetching pull requests).

With this commit, the command is separated in a new small method that
can be easily overriden.
2019-05-03 16:52:54 +02:00
..
__init__.py [IMP] runbot: add dependencies to build 2019-04-25 17:58:51 +02:00
branch.py [IMP] runbot: add dependencies to build 2019-04-25 17:58:51 +02:00
build_dependency.py [IMP] runbot: add dependencies to build 2019-04-25 17:58:51 +02:00
build.py [IMP] runbot: split branch creation and pending builds creation 2019-05-03 10:34:49 +02:00
event.py [REF] runbot, runbot_cla: upgrade to Odoo 11.0 2018-03-12 14:36:33 +01:00
repo.py [IMP] runbot: use a separate method for git fetch command 2019-05-03 16:52:54 +02:00
res_config_settings.py [FIX] runbot: properly convert update frequency into integer 2019-03-11 22:01:17 +01:00