From 763cad2762ccbf8de58d6eab57a86dae81dceacf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 14 Mar 2017 22:01:39 +0100 Subject: reproducible builds: first make all, to at least run the tests always… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Levsen --- bin/reproducible_html_specs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_specs.sh') diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh index 0ef2a181..97fedd8e 100755 --- a/bin/reproducible_html_specs.sh +++ b/bin/reproducible_html_specs.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright © 2015 Mattia Rizzolo -# Copyright © 2015 Holger Levsen +# Copyright © 2015-2017 Holger Levsen # released under the GPLv=2 DEBUG=false @@ -13,7 +13,7 @@ common_init "$@" VERSION=$(git log -1 --pretty='%h') SPEC=$1 TARGET="specs/$(basename $SPEC -spec)" -make $SPEC.html all +make all $SPEC.html 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