Skip to content
Snippets Groups Projects
Commit e44c49ae authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

archbuild: Store chroots in /var/lib instead of /var/tmp

/var/tmp is cleaned up by tmpfiels by default which we cannot handle gracefully.
parent c5cd72c0
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ else
repo=${tag%-*}
arch=${tag##*-}
fi
chroots='/var/tmp/archbuild'
chroots='/var/lib/archbuild'
clean_first=false
usage() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment