Commit 06948575 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Denis Brækhus

Drop mock --old-chroot

It wasn't meant to be checked in, but it yields slightly faster mock
builds on my system. And for some reason mock doesn't always kill
systemd-nspawn containers and I don't have time to debug that now.
parent 56588327
......@@ -43,7 +43,7 @@ MOCK_ROOT="epel-${ELVER#el}-x86_64"
RESULT_DIR="varnish-${MAJOR}/${ELVER}"
mock() {
command mock --old-chroot \
command mock \
--root "$MOCK_ROOT" \
--uniqueext "worker${EXECUTOR_NUMBER:-}" \
--resultdir "$RESULT_DIR" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment