aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-09-09 15:24:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-09-12 14:11:22 -0700
commitbd046153676b70c3a1945b93897c2721c42014da (patch)
tree3b8016a18e6688bf69567e38fb9b64d50e862ecf
parenta94d623ccc698501e8b0483203aa8b1155c57a9a (diff)
downloadconsfigurator-bd046153676b70c3a1945b93897c2721c42014da.tar.gz
SBUILD:BUILT: add periodically rebuilding the schroot to example
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/sbuild.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/property/sbuild.lisp b/src/property/sbuild.lisp
index 1dc464a..da3828e 100644
--- a/src/property/sbuild.lisp
+++ b/src/property/sbuild.lisp
@@ -76,6 +76,8 @@ Example usage:
(apt:mirror \"...\")
(sbuild:usable-by \"spwhitton\")
(schroot:overlays-in-tmpfs)
+ (periodic:at-most :monthly \"sbuild sid schroot rebuilt\"
+ (unapply (sbuild:built. nil (os:debian-unstable :amd64))))
(sbuild:built. nil
(os:debian-unstable :amd64)
(sbuild:standard-debian-schroot)