Commit 621ea71e authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: add user lunar (on jenkins) and install jekyll for th efuture...

reproducible: add user lunar (on jenkins) and install jekyll for th efuture reproducible-builds.org website
parent 7803633c
...@@ -29,7 +29,11 @@ if ! getent passwd jenkins-adm > /dev/null ; then ...@@ -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 adduser --system --shell /bin/bash --no-create-home --ingroup jenkins-adm --disabled-login --no-create-home jenkins-adm
sudo usermod -G jenkins jenkins-adm sudo usermod -G jenkins jenkins-adm
fi 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 ! getent passwd $user > /dev/null ; then
if [ "$user" = "mattia" ] ; then if [ "$user" = "mattia" ] ; then
local shell=/bin/zsh local shell=/bin/zsh
...@@ -205,7 +209,8 @@ if [ -f /etc/debian_version ] ; then ...@@ -205,7 +209,8 @@ if [ -f /etc/debian_version ] ; then
graphviz graphviz
iasl iasl
imagemagick imagemagick
ip2host ip2host
jekyll
kgb-client kgb-client
libapache2-mod-macro libapache2-mod-macro
libav-tools libav-tools
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment