aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-16 12:53:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-16 14:22:31 -0700
commitbcbaae2d689a20c87aa17d67f1b9d05e1f43713d (patch)
tree38209087245709ca9d77422b8ef0246a8765b029
parent17058a53ce6e6038396958f84420a02e738d4d69 (diff)
downloadconsfigurator-bcbaae2d689a20c87aa17d67f1b9d05e1f43713d.tar.gz
SBUILD:BUILT: default to the buildd debootstrap variant
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/sbuild.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/property/sbuild.lisp b/src/property/sbuild.lisp
index f6f5bbf..1dc464a 100644
--- a/src/property/sbuild.lisp
+++ b/src/property/sbuild.lisp
@@ -98,6 +98,9 @@ To take advantage of the piuparts and autopkgtest support, add to your
(destructuring-bind
(&key (use-ccache t) chroot-options
&aux
+ (chroot-options (if (member :variant chroot-options)
+ chroot-options
+ (list* :variant "buildd" chroot-options)))
(chroot
(ensure-pathname
(format nil "~A-~A" suite arch)