summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-11 15:47:14 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-11 15:47:14 +0100
commit0a18a614ff8301e6d94a9464673bcbb5b4236702 (patch)
tree4cf73588e18883129177d41fc6dbec310acb97ed /bin
parent4111718032b2c030c8c959f4ece2b2b45449bb29 (diff)
downloadjenkins.debian.net-0a18a614ff8301e6d94a9464673bcbb5b4236702.tar.xz
reproducible: remove now obsolete script to build the howto (now part of website)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_howto.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/reproducible_html_howto.sh b/bin/reproducible_html_howto.sh
deleted file mode 100755
index 5af2bdbc..00000000
--- a/bin/reproducible_html_howto.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-# Copyright © 2015 Mattia Rizzolo <mattia@mapreri.org>
-# released under the GPLv=2
-
-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')
-make html
-mkdir -pv "$BASE/howto/"
-mv -v html/* "$BASE/howto"
-irc_message "$REPRODUCIBLE_URL/howto updated to $VERSION"