summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_all_packages.py
blob: e339adf0a6dfd04160d8e8a0c3b67181e79af2ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
# Copyright © 2015 Mattia Rizzolo <mattia@mapreri.org>
#Based on reproducible_html_all_packages.sh © 2014 Holger Levsen <holger@layer-acht.org>
# 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_html_packages import gen_all_rb_pkg_pages


gen_all_rb_pkg_pages(no_clean=True)