[IMP] runbot: add build creation log

This commit is contained in:
Xavier-Do 2019-06-17 15:25:12 +02:00 committed by XavierDo
parent f691ab5a39
commit 7e9826ba4c

View File

@ -199,6 +199,7 @@ class runbot_build(models.Model):
dep_create_vals = []
nb_deps = len(repo.dependency_ids)
params = build_id._get_params()
build_id._log('create', 'Build created') # mainly usefull to log creation time
if not vals.get('dependency_ids'):
for extra_repo in repo.dependency_ids:
repo_name = extra_repo.short_name