From 09637e7c8918ce4d21bd7c703012baf792cc82b1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 16 Apr 2022 15:20:43 -0700 Subject: rename CCACHE:GROUP-CACHE -> CCACHE:CACHE-FOR-GROUP Signed-off-by: Sean Whitton --- src/property/ccache.lisp | 2 +- src/property/sbuild.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/property') diff --git a/src/property/ccache.lisp b/src/property/ccache.lisp index 79be9cd..eda8457 100644 --- a/src/property/ccache.lisp +++ b/src/property/ccache.lisp @@ -41,7 +41,7 @@ See ccache(1) for the format of MAX-SIZE." (and max-files-supplied-p (strcat "--max-files=" (or max-files "0"))))))) -(defpropspec group-cache :posix +(defpropspec cache-for-group :posix (group &key (max-size nil max-size-supplied-p) (max-files nil max-files-supplied-p) &aux (dir (ensure-directory-pathname diff --git a/src/property/sbuild.lisp b/src/property/sbuild.lisp index 1d9b30a..a356d34 100644 --- a/src/property/sbuild.lisp +++ b/src/property/sbuild.lisp @@ -117,7 +117,7 @@ To take advantage of the piuparts and autopkgtest support, add to your ;; ccache ,@(and use-ccache '((%sbuild-ccache-has-some-limits) - (ccache:group-cache "sbuild"))) + (ccache:cache-for-group "sbuild"))) (desc "ccache mounted in sbuild schroots" (file:contains-lines "/etc/schroot/sbuild/fstab" -- cgit v1.2.3