mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 00:15:47 +07:00
![]() When a build is garbage collected and the local folders are cleaned, the log files are kept to allow build errors investigations. With this commit, a full local cleanup will be done 365 days after the garbage collect. This means that the build dir will be completely removed. The default number of days can be tweaked with the `runbot.full_gc_days` ir.config_parameter. Also, the _local_cleanup method can be called with a `full` boolean parameter to force a full cleanup. e.g.: when called in a config step. While at it, the res_config_settings view is a bit reorganized. |
||
---|---|---|
.. | ||
__init__.py | ||
batch.py | ||
branch.py | ||
build_config.py | ||
build_error.py | ||
build_stat_regex.py | ||
build_stat.py | ||
build.py | ||
bundle.py | ||
codeowner.py | ||
commit.py | ||
database.py | ||
dockerfile.py | ||
event.py | ||
host.py | ||
ir_cron.py | ||
ir_ui_view.py | ||
project.py | ||
repo.py | ||
res_config_settings.py | ||
res_users.py | ||
runbot.py | ||
upgrade.py | ||
user.py | ||
version.py |