[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add user lunar (on jenkins) and install jekyll for th efuture reproducible-builds.org website
Holger Levsen
holger at moszumanska.debian.org
Wed Oct 28 15:54:17 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 621ea71e93e1c511d2965fa2af4ab581a782d55f
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Oct 28 09:53:54 2015 -0600
reproducible: add user lunar (on jenkins) and install jekyll for th efuture reproducible-builds.org website
---
update_jdn.sh | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index 41f85e1..34e9c5f 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
--
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