diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-28 09:53:54 -0600 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-28 09:53:54 -0600 |
commit | 621ea71e93e1c511d2965fa2af4ab581a782d55f (patch) | |
tree | 21b0104e511b535d99a0d804653c106b20ecbdd4 | |
parent | 7803633c0532df4620055474e10d24e2676f123d (diff) | |
download | jenkins.debian.net-621ea71e93e1c511d2965fa2af4ab581a782d55f.tar.xz |
reproducible: add user lunar (on jenkins) and install jekyll for th efuture reproducible-builds.org website
-rwxr-xr-x | update_jdn.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 41f85e1d..34e9c5fe 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -29,7 +29,11 @@ if ! getent passwd jenkins-adm > /dev/null ; then sudo adduser --system --shell /bin/bash --no-create-home --ingroup jenkins-adm --disabled-login --no-create-home jenkins-adm sudo usermod -G jenkins jenkins-adm fi -for user in helmut holger mattia ; do +for user in helmut holger mattia lunar ; do + if [ "$user" = "lunar" ] && [ "$HOSTNAME" != "jenkins" ] ; then + # lunar only wants to configure jekyll + continue + fi if ! getent passwd $user > /dev/null ; then if [ "$user" = "mattia" ] ; then local shell=/bin/zsh @@ -205,7 +209,8 @@ if [ -f /etc/debian_version ] ; then graphviz iasl imagemagick - ip2host + ip2host + jekyll kgb-client libapache2-mod-macro libav-tools |