diff options
author | Niko Tyni <ntyni@debian.org> | 2016-10-16 22:21:43 +0300 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2016-10-16 19:41:40 +0000 |
commit | c0a51b7b74ceb8dca8202790fdb23c1717037729 (patch) | |
tree | 89272333d9b14476df8a8609b7d79baf58065028 /bin | |
parent | b71ff2e224c000ee9da793b0b046843472bb0ef4 (diff) | |
download | jenkins.debian.net-c0a51b7b74ceb8dca8202790fdb23c1717037729.tar.xz |
reproducible debian: pkg_sets typo fix
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_pkg_sets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py index 40506278..99a19ebe 100755 --- a/bin/reproducible_html_pkg_sets.py +++ b/bin/reproducible_html_pkg_sets.py @@ -218,7 +218,7 @@ def create_pkgset_page_and_graphs(suite, arch, stats, pkgset_name): status_cutename_descriptions = [ ('unreproducible', 'bad', 'failed to build reproducibly'), - ('FTBFS', 'ugly', 'failed to build from souce'), + ('FTBFS', 'ugly', 'failed to build from source'), ('rest', 'rest', 'are either blacklisted, not for us or cannot be downloaded'), ('reproducible', 'good', 'successfully build reproducibly'), |