[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible builds: also run 'make all'
Holger Levsen
holger at layer-acht.org
Tue Mar 14 20:57:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 01458e11ad3df13fcc8626f4db3f23e41ee6eb5d
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Mar 14 21:56:55 2017 +0100
reproducible builds: also run 'make all'
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
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 b8b586a..0ef2a18 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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list