diff --git a/runbot/models/build.py b/runbot/models/build.py index 5d8fdeb3..80b59a7f 100644 --- a/runbot/models/build.py +++ b/runbot/models/build.py @@ -40,6 +40,7 @@ class runbot_build(models.Model): branch_id = fields.Many2one('runbot.branch', 'Branch', required=True, ondelete='cascade', index=True) repo_id = fields.Many2one(related='branch_id.repo_id', readonly=True, store=True) name = fields.Char('Revno', required=True) + description = fields.Char('Description', help='Informative description') host = fields.Char('Host') port = fields.Integer('Port') dest = fields.Char(compute='_compute_dest', type='char', string='Dest', readonly=1, store=True) diff --git a/runbot/templates/build.xml b/runbot/templates/build.xml index e7a8a2f8..4ffd4974 100644 --- a/runbot/templates/build.xml +++ b/runbot/templates/build.xml @@ -132,6 +132,9 @@ + + Description:
+
Subject:
Author:
Committer:
@@ -153,7 +156,12 @@ Build - with config + + + + + with config + ... Running step: