summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_specs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-03-14 21:56:55 +0100
committerHolger Levsen <holger@layer-acht.org>2017-03-14 21:56:55 +0100
commit01458e11ad3df13fcc8626f4db3f23e41ee6eb5d (patch)
treeecdbff2cd5e9d933d79ad1e780e2156466112cd6 /bin/reproducible_html_specs.sh
parent5a54ec3b999395ce64402aadc49c5ed48b724e12 (diff)
downloadjenkins.debian.net-01458e11ad3df13fcc8626f4db3f23e41ee6eb5d.tar.xz
reproducible builds: also run 'make all'
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_specs.sh')
-rwxr-xr-xbin/reproducible_html_specs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh
index b8b586aa..0ef2a181 100755
--- a/bin/reproducible_html_specs.sh
+++ b/bin/reproducible_html_specs.sh
@@ -13,7 +13,7 @@ common_init "$@"
VERSION=$(git log -1 --pretty='%h')
SPEC=$1
TARGET="specs/$(basename $SPEC -spec)"
-make $SPEC.html
+make $SPEC.html all
mkdir -pv "$BASE/$TARGET"
mv -v $SPEC.html "$BASE/$TARGET/index.html"
irc_message debian-reproducible "$REPRODUCIBLE_DOT_ORG_URL/$TARGET/ updated to $VERSION"