diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-12-27 12:10:30 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-12-27 12:10:30 -0500 |
commit | 49191ac0429c4bae5fc092c262f254592d9ca469 (patch) | |
tree | e3f7b8e19989db8a4b32e88ad30bf04bdb3762ec /dot_config | |
parent | move sbuildrc (diff) |
continue using schroot for sbuild
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/sbuild/config.pl | 2 |
1 files changed, 2 insertions, 0 deletions
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; |