From 01458e11ad3df13fcc8626f4db3f23e41ee6eb5d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 14 Mar 2017 21:56:55 +0100 Subject: reproducible builds: also run 'make all' Signed-off-by: Holger Levsen --- bin/reproducible_html_specs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf