From 24f8723a04f8601187e7da6197b3b05e2f8b3790 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 1 May 2017 23:07:50 +0200 Subject: add some disclaimer Signed-off-by: Holger Levsen --- update_jdn.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'update_jdn.sh') diff --git a/update_jdn.sh b/update_jdn.sh index 14165322..670ffb80 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -2,6 +2,23 @@ # Copyright 2012-2017 Holger Levsen # released under the GPLv=2 +# puppet / salt / ansible / fai / chef / deployme.app - dislaimer +# (IOW: this script has been grown in almost 500 commits and it shows…) +# +# yes, we know… and: "it" should probably still be done. +# +# It just unclear, how/what, and what we have actually mostly works. +# +# Switching to jenkins.debian.org is probably an opportunity +# to write (refactor this into) *yet another deployment script* +# (interacting with the DSA machine setup which is in puppet…), +# thus obsoleting this script gradually, though this is used on +# 47 hosts currently (of which quite some were initially installed +# manully…) +# +# so, yes, patches welcome. saying this is crap alone is not helpful, +# nor is just suggesting some new or old technology. patches most welcome! + set -e BASEDIR="$(dirname "$(readlink -e $0)")" -- cgit v1.2.3-54-g00ecf