[Qa-jenkins-scm] [jenkins.debian.net] 03/04: pbuilder: set BUILDPLACE=/srv/workspace/pbuilder instead of using a symlink

Holger Levsen holger at moszumanska.debian.org
Wed Oct 28 16:07:13 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 71daa5298c3e6f987629e15d2aa3238915b1e9d1
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sun Oct 25 13:39:53 2015 +0000

    pbuilder: set BUILDPLACE=/srv/workspace/pbuilder instead of using a symlink
    
    otherwise `pbuilder clean` removes the symlink, and the following builds won't
    use the tmpfs, etc..
---
 hosts/bpi0-armhf-rb/etc/pbuilderrc             | 1 +
 hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc        | 1 +
 hosts/hb0-armhf-rb/etc/pbuilderrc              | 1 +
 hosts/jenkins/etc/pbuilderrc                   | 1 +
 hosts/profitbricks-build1-amd64/etc/pbuilderrc | 1 +
 hosts/profitbricks-build2-amd64/etc/pbuilderrc | 1 +
 hosts/profitbricks-build5-amd64/etc/pbuilderrc | 1 +
 hosts/profitbricks-build6-amd64/etc/pbuilderrc | 1 +
 hosts/wbq0-armhf-rb/etc/pbuilderrc             | 1 +
 9 files changed, 9 insertions(+)

diff --git a/hosts/bpi0-armhf-rb/etc/pbuilderrc b/hosts/bpi0-armhf-rb/etc/pbuilderrc
index 4827167..909a882 100644
--- a/hosts/bpi0-armhf-rb/etc/pbuilderrc
+++ b/hosts/bpi0-armhf-rb/etc/pbuilderrc
@@ -12,6 +12,7 @@ esac
 EXTRAPACKAGES=""	# better list them in bin/reproducible_setup_pbuilder.sh
 APTCACHE=""
 COMPRESSPROG="pigz"
+BUILDPLACE=/srv/workspace/pbuilder  # build in /srv/workspace, which is in tmpfs
 # unset proxy, see #780587
 unset http_proxy
 export -n http_proxy
diff --git a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc b/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
index 4827167..909a882 100644
--- a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
+++ b/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
@@ -12,6 +12,7 @@ esac
 EXTRAPACKAGES=""	# better list them in bin/reproducible_setup_pbuilder.sh
 APTCACHE=""
 COMPRESSPROG="pigz"
+BUILDPLACE=/srv/workspace/pbuilder  # build in /srv/workspace, which is in tmpfs
 # unset proxy, see #780587
 unset http_proxy
 export -n http_proxy
diff --git a/hosts/hb0-armhf-rb/etc/pbuilderrc b/hosts/hb0-armhf-rb/etc/pbuilderrc
index 4827167..909a882 100644
--- a/hosts/hb0-armhf-rb/etc/pbuilderrc
+++ b/hosts/hb0-armhf-rb/etc/pbuilderrc
@@ -12,6 +12,7 @@ esac
 EXTRAPACKAGES=""	# better list them in bin/reproducible_setup_pbuilder.sh
 APTCACHE=""
 COMPRESSPROG="pigz"
+BUILDPLACE=/srv/workspace/pbuilder  # build in /srv/workspace, which is in tmpfs
 # unset proxy, see #780587
 unset http_proxy
 export -n http_proxy
diff --git a/hosts/jenkins/etc/pbuilderrc b/hosts/jenkins/etc/pbuilderrc
index 4827167..909a882 100644
--- a/hosts/jenkins/etc/pbuilderrc
+++ b/hosts/jenkins/etc/pbuilderrc
@@ -12,6 +12,7 @@ esac
 EXTRAPACKAGES=""	# better list them in bin/reproducible_setup_pbuilder.sh
 APTCACHE=""
 COMPRESSPROG="pigz"
+BUILDPLACE=/srv/workspace/pbuilder  # build in /srv/workspace, which is in tmpfs
 # unset proxy, see #780587
 unset http_proxy
 export -n http_proxy
diff --git a/hosts/profitbricks-build1-amd64/etc/pbuilderrc b/hosts/profitbricks-build1-amd64/etc/pbuilderrc
index 4827167..909a882 100644
--- a/hosts/profitbricks-build1-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build1-amd64/etc/pbuilderrc
@@ -12,6 +12,7 @@ esac
 EXTRAPACKAGES=""	# better list them in bin/reproducible_setup_pbuilder.sh
 APTCACHE=""
 COMPRESSPROG="pigz"
+BUILDPLACE=/srv/workspace/pbuilder  # build in /srv/workspace, which is in tmpfs
 # unset proxy, see #780587
 unset http_proxy
 export -n http_proxy
diff --git a/hosts/profitbricks-build2-amd64/etc/pbuilderrc b/hosts/profitbricks-build2-amd64/etc/pbuilderrc
index 4827167..909a882 100644
--- a/hosts/profitbricks-build2-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build2-amd64/etc/pbuilderrc
@@ -12,6 +12,7 @@ esac
 EXTRAPACKAGES=""	# better list them in bin/reproducible_setup_pbuilder.sh
 APTCACHE=""
 COMPRESSPROG="pigz"
+BUILDPLACE=/srv/workspace/pbuilder  # build in /srv/workspace, which is in tmpfs
 # unset proxy, see #780587
 unset http_proxy
 export -n http_proxy
diff --git a/hosts/profitbricks-build5-amd64/etc/pbuilderrc b/hosts/profitbricks-build5-amd64/etc/pbuilderrc
index 4827167..909a882 100644
--- a/hosts/profitbricks-build5-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build5-amd64/etc/pbuilderrc
@@ -12,6 +12,7 @@ esac
 EXTRAPACKAGES=""	# better list them in bin/reproducible_setup_pbuilder.sh
 APTCACHE=""
 COMPRESSPROG="pigz"
+BUILDPLACE=/srv/workspace/pbuilder  # build in /srv/workspace, which is in tmpfs
 # unset proxy, see #780587
 unset http_proxy
 export -n http_proxy
diff --git a/hosts/profitbricks-build6-amd64/etc/pbuilderrc b/hosts/profitbricks-build6-amd64/etc/pbuilderrc
index 4827167..909a882 100644
--- a/hosts/profitbricks-build6-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build6-amd64/etc/pbuilderrc
@@ -12,6 +12,7 @@ esac
 EXTRAPACKAGES=""	# better list them in bin/reproducible_setup_pbuilder.sh
 APTCACHE=""
 COMPRESSPROG="pigz"
+BUILDPLACE=/srv/workspace/pbuilder  # build in /srv/workspace, which is in tmpfs
 # unset proxy, see #780587
 unset http_proxy
 export -n http_proxy
diff --git a/hosts/wbq0-armhf-rb/etc/pbuilderrc b/hosts/wbq0-armhf-rb/etc/pbuilderrc
index 4827167..909a882 100644
--- a/hosts/wbq0-armhf-rb/etc/pbuilderrc
+++ b/hosts/wbq0-armhf-rb/etc/pbuilderrc
@@ -12,6 +12,7 @@ esac
 EXTRAPACKAGES=""	# better list them in bin/reproducible_setup_pbuilder.sh
 APTCACHE=""
 COMPRESSPROG="pigz"
+BUILDPLACE=/srv/workspace/pbuilder  # build in /srv/workspace, which is in tmpfs
 # unset proxy, see #780587
 unset http_proxy
 export -n http_proxy

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