diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-03-14 22:01:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-14 22:01:39 +0100 |
commit | 763cad2762ccbf8de58d6eab57a86dae81dceacf (patch) | |
tree | b54ac71e63891accc6497be08f1c364d32b99650 | |
parent | 01458e11ad3df13fcc8626f4db3f23e41ee6eb5d (diff) | |
download | jenkins.debian.net-763cad2762ccbf8de58d6eab57a86dae81dceacf.tar.xz |
reproducible builds: first make all, to at least run the tests always…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_html_specs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 <mattia@mapreri.org> -# Copyright © 2015 Holger Levsen <holger@mapreri.org> +# Copyright © 2015-2017 Holger Levsen <holger@mapreri.org> # 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" |