summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-18 14:08:47 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-18 15:15:17 +0200
commit99694c18be1ab079118bfb8f43c9362382d3757d (patch)
tree24e38c7fa0b72fa8303abbff151bad298de25a51 /bin/reproducible_html_indexes.sh
parent73925d612b31635e451bc9e31425ea0fa4720900 (diff)
downloadjenkins.debian.net-99694c18be1ab079118bfb8f43c9362382d3757d.tar.xz
reproducible: refactor
Diffstat (limited to 'bin/reproducible_html_indexes.sh')
-rwxr-xr-xbin/reproducible_html_indexes.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/reproducible_html_indexes.sh b/bin/reproducible_html_indexes.sh
index d253f5c0..176077c5 100755
--- a/bin/reproducible_html_indexes.sh
+++ b/bin/reproducible_html_indexes.sh
@@ -113,14 +113,13 @@ count_packages() {
}
for STATE in $ALLSTATES ; do
- BUILDINFO_SIGNS=true
+ BUILDINFO_SIGNS=false
PAGE=index_${STATE}.html
echo "$(date) - starting to write $PAGE page."
write_page_header $STATE "Overview of ${SPOKENTARGET[$STATE]}"
WITH=""
case "$STATE" in
- reproducible) BUILDINFO_SIGNS=false
- PACKAGES=${GOOD["all"]}
+ reproducible) PACKAGES=${GOOD["all"]}
;;
FTBR) CANDIDATES=${BAD["all"]}
PACKAGES=""
@@ -131,7 +130,9 @@ for STATE in $ALLSTATES ; do
fi
done
;;
- FTBR_with_buildinfo) CANDIDATES=${BAD["all"]}
+ FTBR_with_buildinfo)
+ BUILDINFO_SIGNS=true
+ CANDIDATES=${BAD["all"]}
PACKAGES=""
for PKG in $CANDIDATES ; do
set_package_star