From 4360ad5ca703c99723c72d16e0da3f4ca92f92d9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 8 Jun 2021 14:59:51 -0700 Subject: add properties to build and configure sbuild schroots Based on properties I wrote for Propellor. Signed-off-by: Sean Whitton --- consfigurator.asd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index 8baa2c0..5dc737b 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -53,6 +53,9 @@ (:file "src/property/hostname") (:file "src/property/network") (:file "src/property/libvirt") + (:file "src/property/ccache") + (:file "src/property/schroot") + (:file "src/property/sbuild") (:file "src/connection/shell-wrap") (:file "src/connection/fork") (:file "src/connection/rehome") -- cgit v1.2.3