diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-01 23:07:50 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-01 23:07:50 +0200 |
commit | 24f8723a04f8601187e7da6197b3b05e2f8b3790 (patch) | |
tree | 41d5f5d8e7098cf9b0ee4d953c633cd68810ec51 | |
parent | d59867ba04de5d9dae454c3fca4b3354a0807ede (diff) | |
download | jenkins.debian.net-24f8723a04f8601187e7da6197b3b05e2f8b3790.tar.xz |
add some disclaimer
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | update_jdn.sh | 17 |
1 files changed, 17 insertions, 0 deletions
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 <holger@layer-acht.org> # 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)")" |