From 49191ac0429c4bae5fc092c262f254592d9ca469 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 27 Dec 2024 12:10:30 -0500 Subject: continue using schroot for sbuild --- dot_config/sbuild/config.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot_config') diff --git a/dot_config/sbuild/config.pl b/dot_config/sbuild/config.pl index 1d259f6..cbab35a 100644 --- a/dot_config/sbuild/config.pl +++ b/dot_config/sbuild/config.pl @@ -118,6 +118,8 @@ $log_dir = "$HOME/tmp/sbuild/logs"; # Directory for writing build statistics to $stats_dir = "$HOME/tmp/sbuild/stats"; +$chroot_mode = "schroot"; +$schroot = "schroot"; # don't remove this, Perl needs it: 1; -- cgit v1.2.3