[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: remove now obsolete script to build the howto (now part of website)
Holger Levsen
holger at moszumanska.debian.org
Wed Nov 11 14:47:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 0a18a614ff8301e6d94a9464673bcbb5b4236702
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Nov 11 15:47:14 2015 +0100
reproducible: remove now obsolete script to build the howto (now part of website)
---
bin/reproducible_html_howto.sh | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/bin/reproducible_html_howto.sh b/bin/reproducible_html_howto.sh
deleted file mode 100755
index 5af2bdb..0000000
--- a/bin/reproducible_html_howto.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-# Copyright © 2015 Mattia Rizzolo <mattia at 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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list