Commit d98f4188 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: improve job descriptions

parent 5eff9cc1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -585,19 +585,19 @@
                    my_description: 'Compare sha1sums of Debian binary packages with rebuild ones'
                    my_timed: ''
                - 'compare_Debian_sha1sums_forward_runner':
                    my_description: 'Compare sha1sums of Debian binary packages (in reverse order) with rebuild ones'
                    my_description: 'Fetch .buildinfo files of Debian binary packages (in reverse order)'
                    my_timed: ''
                    my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh forward'
                - 'compare_Debian_sha1sums_reverse_runner':
                    my_description: 'Compare sha1sums of Debian binary packages (in reverse order) with rebuild ones'
                    my_description: 'Fetch .buildinfo files of Debian binary packages (in reverse order)'
                    my_timed: ''
                    my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh reverse'
                - 'compare_Debian_sha1sums_random_runner_1':
                    my_description: 'Compare sha1sums of Debian binary packages (in random order) with rebuild ones'
                    my_description: 'Fetch .buildinfo files of Debian binary packages (in random order)'
                    my_timed: ''
                    my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh random'
                - 'compare_Debian_sha1sums_random_runner_2':
                    my_description: 'Compare sha1sums of Debian binary packages (in random order) with rebuild ones'
                    my_description: 'Fetch .buildinfo files of Debian binary packages (in random order)'
                    my_timed: ''
                    my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh random'
            my_shellext: ".sh"