diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-03-14 21:56:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-14 21:56:55 +0100 |
commit | 01458e11ad3df13fcc8626f4db3f23e41ee6eb5d (patch) | |
tree | ecdbff2cd5e9d933d79ad1e780e2156466112cd6 /bin | |
parent | 5a54ec3b999395ce64402aadc49c5ed48b724e12 (diff) | |
download | jenkins.debian.net-01458e11ad3df13fcc8626f4db3f23e41ee6eb5d.tar.xz |
reproducible builds: also run 'make all'
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_specs.sh | 2 |
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" |