[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: /srv/jenkins/pseudo-hosts only needs to exist on the master

Holger Levsen holger at moszumanska.debian.org
Thu Aug 6 17:09:59 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 d62e4c3751566bffcf3ed2243ce72fdbe9909470
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Aug 6 19:08:48 2015 +0200

    reproducible: /srv/jenkins/pseudo-hosts only needs to exist on the master
---
 update_jdn.sh | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index 4666db7..25a3e3d 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -81,17 +81,6 @@ if ! test -h /chroots; then
 	fi
 fi
 
-# create homedirectories for build hosts (needed for jenkins remote nodes)
-case $HOSTNAME in
-	bpi0|hb0|wbq0|cbxi4pro0)	NODEHOME=/srv/jenkins/pseudo-hosts/$HOSTNAME-armhf-rb ;;
-	profitbricks-build?-amd64)	NODEHOME=/srv/jenkins/pseudo-hosts/$HOSTNAME ;;
-	*)				;;
-esac
-if [ ! -z "$NODEHOME" ] && [ -d $NODEHOME ] ; then
-	sudo mkdir $NODEHOME 
-	sudo chown jenkins.jenkins $NODEHOME
-fi
-
 # only on Debian systems
 if [ -f /etc/debian_version ] ; then
 	if [ ! -h /var/cache/pbuilder/build ] ; then

-- 
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