summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_specs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-25 13:06:27 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-25 13:06:27 +0200
commit663618266c8ba73f9324ffc121a4a92d16dbf944 (patch)
treef1abbd910e101e583a90cb1faa6d0fd0549e5521 /bin/reproducible_html_specs.sh
parentde0ea006962948fe249da2ebcbfe5d13286099b9 (diff)
downloadjenkins.debian.net-663618266c8ba73f9324ffc121a4a92d16dbf944.tar.xz
reproducible: make the spec visible… (not sure if the pathes and filename are final)
Diffstat (limited to 'bin/reproducible_html_specs.sh')
-rwxr-xr-xbin/reproducible_html_specs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh
index befba68b..fb50ae79 100755
--- a/bin/reproducible_html_specs.sh
+++ b/bin/reproducible_html_specs.sh
@@ -14,5 +14,5 @@ VERSION=$(git log -1 --pretty='%h')
SPEC=$1
make $SPEC.html
mkdir -pv "$BASE/specs/$SPEC"
-mv -v html/* "$BASE/specs/$SPEC"
-irc_message "$REPRODUCIBLE_URL/specs/$SPEC updated to $VERSION"
+mv -v $SPEC.html "$BASE/specs/$SPEC/index.html"
+irc_message "$REPRODUCIBLE_URL/specs/$SPEC/ updated to $VERSION"