summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_specs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-25 13:01:54 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-25 13:01:54 +0200
commitde0ea006962948fe249da2ebcbfe5d13286099b9 (patch)
tree212068cd92142954fd89e5abd8f89e70a1e7a77c /bin/reproducible_html_specs.sh
parente5519b0acec3c251721ab384cace5149e5dc3d35 (diff)
downloadjenkins.debian.net-de0ea006962948fe249da2ebcbfe5d13286099b9.tar.xz
reproducible: make $SPEC.html
Diffstat (limited to 'bin/reproducible_html_specs.sh')
-rwxr-xr-xbin/reproducible_html_specs.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh
index aeec187c..befba68b 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"