diff --git a/runbot/controllers/frontend.py b/runbot/controllers/frontend.py index 3942bfb3..9f3b921f 100644 --- a/runbot/controllers/frontend.py +++ b/runbot/controllers/frontend.py @@ -34,7 +34,7 @@ class Runbot(http.Controller): 'server_match': real_build.server_match, 'duplicate_of': build.duplicate_id if build.state == 'duplicate' else False, 'coverage': build.branch_id.coverage, - 'revdep_build_ids': build.revdep_build_ids, + 'revdep_build_ids': sorted(build.revdep_build_ids, key=lambda x: x.repo_id.name), } @http.route(['/runbot', '/runbot/repo/'], website=True, auth='public', type='http') diff --git a/runbot/templates/build.xml b/runbot/templates/build.xml index cd8cd9bd..c7765f60 100644 --- a/runbot/templates/build.xml +++ b/runbot/templates/build.xml @@ -29,6 +29,9 @@ 💀 🔫 + + +