[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: make $SPEC.html
Holger Levsen
holger at moszumanska.debian.org
Tue Aug 25 11:02:27 UTC 2015
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 de0ea006962948fe249da2ebcbfe5d13286099b9
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Aug 25 13:01:54 2015 +0200
reproducible: make $SPEC.html
---
bin/reproducible_html_specs.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh
index aeec187..befba68 100755
--- a/bin/reproducible_html_specs.sh
+++ b/bin/reproducible_html_specs.sh
@@ -12,7 +12,7 @@ common_init "$@"
# build and publish the html version
VERSION=$(git log -1 --pretty='%h')
SPEC=$1
-make html
-mkdir -pv "$BASE/specs/$1"
-mv -v html/* "$BASE/specs/$1"
-irc_message "$REPRODUCIBLE_URL/specs/$1 updated to $VERSION"
+make $SPEC.html
+mkdir -pv "$BASE/specs/$SPEC"
+mv -v html/* "$BASE/specs/$SPEC"
+irc_message "$REPRODUCIBLE_URL/specs/$SPEC 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