From 02bb870e37246867864e1a2a587f34ffb3c7b039 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 26 Apr 2014 11:07:12 +0200 Subject: rebootstrap: give a stable yaml file by sorting --- job-cfg/rebootstrap.yaml.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'job-cfg') diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 8508e220..8b5fde59 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -71,8 +71,8 @@ print(""" - pollscm: '*/6 * * * *' """) -for arch in architectures: - for gccver in gcc_versions: +for arch in sorted(architectures): + for gccver in sorted(gcc_versions): for nobiarch in ["", "_nobiarch"]: print(""" - job-template: @@ -85,8 +85,8 @@ print(""" name: rebootstrap do_not_edit: '

Job configuration source is rebootstrap.yaml.py.' jobs:""") -for arch in architectures: - for gccver in gcc_versions: +for arch in sorted(architectures): + for gccver in sorted(gcc_versions): for nobiarch in (False,) if arch in mono_architectures else (False, True): print( """ - '{name}_%(suffix)s': -- cgit v1.2.3-70-g09d2