diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:07:19 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:07:19 +0100 |
commit | 2717bbe70255ddd8fa587eccb8b8973c29894283 (patch) | |
tree | f9b894aff98845c9ac36028affe2f9f266f82044 /bin | |
parent | 3cd1da1d392b32c1659ff3340ba89959cd9a9f74 (diff) | |
download | jenkins.debian.net-2717bbe70255ddd8fa587eccb8b8973c29894283.tar.xz |
reproducible: another fixup
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dd_list.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_dd_list.sh b/bin/reproducible_html_dd_list.sh index b03bfc08..db33068b 100755 --- a/bin/reproducible_html_dd_list.sh +++ b/bin/reproducible_html_dd_list.sh @@ -17,7 +17,7 @@ init_html VIEW=dd-list for SUITE in $SUITES ; do - PAGE=$SUITE/index_${VIEW}.html + PAGE=index_${VIEW}.html echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Overview of maintainers of unreproducible packages in $SUITE" TMPFILE=$(mktemp) @@ -44,7 +44,7 @@ for SUITE in $SUITES ; do rm $TMPFILE rm $SOURCES write_page_footer - publish_page + publish_page $SUITE echo done |