diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-06 23:31:37 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-06 23:31:37 +0100 |
commit | 4cc5e8c91e5f8a7e6ae0cde3f9c3cd74e8a0412a (patch) | |
tree | 01ba14d4ccf27edddcad4444328706181c898a3b /bin | |
parent | 5607e4d42e308f5d5c9f6093729fe446a98d2fa3 (diff) | |
download | jenkins.debian.net-4cc5e8c91e5f8a7e6ae0cde3f9c3cd74e8a0412a.tar.xz |
fix grammar: sb#builded#built#
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index e3a6e18c..242c44a9 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -141,7 +141,7 @@ def process_packages(packages, no_clean=False): pkg = str(pkg) status, version, build_date = check_package_status(pkg) log.info('Generating the page of ' + pkg + ' ' + version + - ' builded at ' + build_date) + ' built at ' + build_date) links, default_view = gen_extra_links(pkg, version) bugs_links = gen_bugs_links(pkg, bugs) |