summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-01-10 21:11:44 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-11 00:39:20 +0000
commit441705e805382f8e9e626cc9ed34faedafd872d9 (patch)
treebda1f34fed17cb88aa05b59cef1c0e87b7fe8b67 /bin/reproducible_html_packages.py
parent2b8357dc3dbae0bd8c523d9482566c0e5616ca21 (diff)
downloadjenkins.debian.net-441705e805382f8e9e626cc9ed34faedafd872d9.tar.xz
reproducible: set a correct comment in the heads of *py scripts
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py9
1 files changed, 5 insertions, 4 deletions
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 <mattia@mapreri.org>
# 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)