From f0d28fee8719b5aebe177544cf374750a6d01597 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 13 Apr 2022 17:47:25 -0700 Subject: SBUILD:STANDARD-DEBIAN-SCHROOT: rename param and &optional -> &key Signed-off-by: Sean Whitton --- src/property/sbuild.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/property/sbuild.lisp b/src/property/sbuild.lisp index d5b90eb..1d9b30a 100644 --- a/src/property/sbuild.lisp +++ b/src/property/sbuild.lisp @@ -187,12 +187,12 @@ EOF :mode #o755) (file:does-not-exist ,conf)))) ;; Here we combine Propellor's Sbuild.osDebianStandard and Sbuild.update. -(defpropspec standard-debian-schroot :posix (&optional (period :weekly)) +(defpropspec standard-debian-schroot :posix (&key (upgrade :weekly)) "Properties that will be wanted in almost any Debian sbuild schroot, but not in sbuild schroots for other operating systems. Includes replacing use of sbuild-update(1)." (:desc "Standard Debian sbuild properties") `(eseqprops (apt:standard-sources.list) - (periodic:at-most ,period "sbuild schroot updated" + (periodic:at-most ,upgrade "sbuild schroot updated" (apt:updated) (apt:upgraded) (apt:autoremoved)))) -- cgit v1.2.3