aboutsummaryrefslogtreecommitdiff
path: root/src/property/sbuild.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-12-13 15:58:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-12-13 16:17:00 -0700
commiteda14d77dab39e05f69fef5fef2b5fb25482f215 (patch)
tree3cc600dd718b41d224ac2f0e7905145c53079185 /src/property/sbuild.lisp
parent96363fc7741377ff40133c2656ebd93025a48a81 (diff)
downloadconsfigurator-eda14d77dab39e05f69fef5fef2b5fb25482f215.tar.gz
rename combinator UNAPPLY->UNAPPLIED and add new UNAPPLY macro
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/sbuild.lisp')
-rw-r--r--src/property/sbuild.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/sbuild.lisp b/src/property/sbuild.lisp
index da3828e..d5b90eb 100644
--- a/src/property/sbuild.lisp
+++ b/src/property/sbuild.lisp
@@ -77,7 +77,7 @@ Example usage:
(sbuild:usable-by \"spwhitton\")
(schroot:overlays-in-tmpfs)
(periodic:at-most :monthly \"sbuild sid schroot rebuilt\"
- (unapply (sbuild:built. nil (os:debian-unstable :amd64))))
+ (unapplied (sbuild:built. nil (os:debian-unstable :amd64))))
(sbuild:built. nil
(os:debian-unstable :amd64)
(sbuild:standard-debian-schroot)
@@ -183,7 +183,7 @@ EOF :mode #o755)
;; TODO We should kill any sessions still using the chroot before
;; destroying it (as suggested by sbuild-destroychroot(8)).
:unapply
- (unapply (chroot:os-bootstrapped-for ,chroot-options ,chroot ,host))
+ (unapplied (chroot:os-bootstrapped-for ,chroot-options ,chroot ,host))
(file:does-not-exist ,conf))))
;; Here we combine Propellor's Sbuild.osDebianStandard and Sbuild.update.