summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_specs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-25 12:57:34 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-25 12:57:34 +0200
commite5519b0acec3c251721ab384cace5149e5dc3d35 (patch)
tree1ddcb5a9ab23db4cfeb804581d3dc9495061863c /bin/reproducible_html_specs.sh
parent65c765b37deedbbbf5ee9f622b0851b6aab64c8a (diff)
downloadjenkins.debian.net-e5519b0acec3c251721ab384cace5149e5dc3d35.tar.xz
reproducible: whitespace cleanup
Diffstat (limited to 'bin/reproducible_html_specs.sh')
-rwxr-xr-xbin/reproducible_html_specs.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh
index dafd06f3..aeec187c 100755
--- a/bin/reproducible_html_specs.sh
+++ b/bin/reproducible_html_specs.sh
@@ -7,19 +7,12 @@
DEBUG=false
. /srv/jenkins/bin/common-functions.sh
common_init "$@"
-
. /srv/jenkins/bin/reproducible_common.sh
-
+# 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"
-
-