aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-16 15:20:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-16 15:29:25 -0700
commit09637e7c8918ce4d21bd7c703012baf792cc82b1 (patch)
tree09c4f06b3209e939c357c75476f488c4380382cf /src/property
parentd3cde571f3bf9375d51fedce895fb400bd0304db (diff)
downloadconsfigurator-09637e7c8918ce4d21bd7c703012baf792cc82b1.tar.gz
rename CCACHE:GROUP-CACHE -> CCACHE:CACHE-FOR-GROUP
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-rw-r--r--src/property/ccache.lisp2
-rw-r--r--src/property/sbuild.lisp2
2 files changed, 2 insertions, 2 deletions
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"