[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible archlinux: Switch schroot to use overlay fs, as aufs is no longer supported out of the box in linux 4.x kernels.
Holger Levsen
holger at layer-acht.org
Wed Sep 20 09:41:38 UTC 2017
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 131028d2a4b4642216c58e224cf8c815ed2f8497
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Sep 20 11:39:23 2017 +0200
reproducible archlinux: Switch schroot to use overlay fs, as aufs is no longer supported out of the box in linux 4.x kernels.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_setup_archlinux_schroot.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index 1a1e02b..c3c8beb 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -43,7 +43,7 @@ bootstrap() {
type=directory
root-users=jenkins
source-root-users=jenkins
- union-type=aufs
+ union-type=overlay
__END__
# mktemp creates directories with 700 perms
#chmod 755 $SCHROOT_BASE/$TARGET
--
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