From e44c49aebb039e1ab31f145110152ea362ebea32 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Tue, 12 Jun 2012 06:53:11 +0200 Subject: archbuild: Store chroots in /var/lib instead of /var/tmp /var/tmp is cleaned up by tmpfiels by default which we cannot handle gracefully. --- archbuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archbuild.in') diff --git a/archbuild.in b/archbuild.in index bd3f5e0..fb1ae17 100644 --- a/archbuild.in +++ b/archbuild.in @@ -14,7 +14,7 @@ else repo=${tag%-*} arch=${tag##*-} fi -chroots='/var/tmp/archbuild' +chroots='/var/lib/archbuild' clean_first=false usage() { -- cgit v1.2.3-54-g00ecf