From 663618266c8ba73f9324ffc121a4a92d16dbf944 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 25 Aug 2015 13:06:27 +0200 Subject: reproducible: make the spec visibleā€¦ (not sure if the pathes and filename are final) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_html_specs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_specs.sh') 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" -- cgit v1.2.3-54-g00ecf