[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible builds: first make all, to at least run the tests always…
Holger Levsen
holger at layer-acht.org
Tue Mar 14 21:02:18 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 763cad2762ccbf8de58d6eab57a86dae81dceacf
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Mar 14 22:01:39 2017 +0100
reproducible builds: first make all, to at least run the tests always…
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_html_specs.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh
index 0ef2a18..97fedd8 100755
--- a/bin/reproducible_html_specs.sh
+++ b/bin/reproducible_html_specs.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright © 2015 Mattia Rizzolo <mattia at mapreri.org>
-# Copyright © 2015 Holger Levsen <holger at mapreri.org>
+# Copyright © 2015-2017 Holger Levsen <holger at 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"
--
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