From 9639fdd4594cfd8e0d65058ecd8e41775f0114c7 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 18 Feb 2015 01:39:37 +0100 Subject: reproducible: html_all_packages: quick rewrite of this tiny script in python + add support for multi release --- bin/reproducible_html_all_packages.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 bin/reproducible_html_all_packages.py (limited to 'bin/reproducible_html_all_packages.py') diff --git a/bin/reproducible_html_all_packages.py b/bin/reproducible_html_all_packages.py new file mode 100755 index 00000000..eafe5d4a --- /dev/null +++ b/bin/reproducible_html_all_packages.py @@ -0,0 +1,19 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- +# +# Copyright © 2015 Mattia Rizzolo +#Based on reproducible_html_all_packages.sh © 2014 Holger Levsen +# Licensed under GPL-2 +# +# Depends: python3 +# +# Build all rb-pkg pages (the pages that describe the package status) using +# code already written in reproducible_html_packages + + +from reproducible_common import * +from reproducible_html_packages import gen_all_rb_pkg_pages + + +for suite in SUITES: + gen_all_rb_pkg_pages(suite=suite) -- cgit v1.2.3-54-g00ecf