aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-08 14:59:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-08 15:00:00 -0700
commit4360ad5ca703c99723c72d16e0da3f4ca92f92d9 (patch)
tree69379c441bbe4aa8c32672144b3a4b08e5915e3b /consfigurator.asd
parent8deccf3a57b35806622fa62d5235e07a0e8d347b (diff)
downloadconsfigurator-4360ad5ca703c99723c72d16e0da3f4ca92f92d9.tar.gz
add properties to build and configure sbuild schroots
Based on properties I wrote for Propellor. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd3
1 files changed, 3 insertions, 0 deletions
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")