From 441705e805382f8e9e626cc9ed34faedafd872d9 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 10 Jan 2015 21:11:44 +0100 Subject: reproducible: set a correct comment in the heads of *py scripts --- bin/reproducible_html_packages.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bin/reproducible_html_packages.py') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 097ba718..f4351797 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -1,11 +1,12 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- - -# clean-notes: sort and clean the notes stored in notes.git +# # Copyright © 2015 Mattia Rizzolo # Licensed under GPL-2+ # # Depends: python3 +# +# Build rb-pkg pages (the pages that describe the package status) from reproducible_common import * @@ -99,7 +100,7 @@ def gen_extra_links(package, version): else: log.debug('buildinfo not detected at ' + buildinfo) return (links, default_view) - + def process_packages(packages): """ @@ -113,7 +114,7 @@ def process_packages(packages): status, version, build_date = check_package_status(pkg) log.info('Generating the page of ' + pkg + ' ' + version + ' builded at ' + build_date) - + rbuild = RBUILD_PATH + '/' + pkg + '_' + version + '.rbuild.log' links, default_view = gen_extra_links(pkg, version) -- cgit v1.2.3-70-g09d2