aboutsummaryrefslogtreecommitdiff
path: root/src/property/cron.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-09-01 17:43:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-10-28 11:59:17 -0700
commitfbe55a361f4024464dedddd51715f3b560e702db (patch)
treef5d2b48c8eebf9f97a127c0d723a82092a56bbe4 /src/property/cron.lisp
parenta261ee6e314a041a63f1770a43050c049f837f56 (diff)
downloadconsfigurator-fbe55a361f4024464dedddd51715f3b560e702db.tar.gz
IMAGE-DUMPED: support skipping when same build of SBCL unavailable
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/cron.lisp')
-rw-r--r--src/property/cron.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/property/cron.lisp b/src/property/cron.lisp
index a071cd1..06b2418 100644
--- a/src/property/cron.lisp
+++ b/src/property/cron.lisp
@@ -100,7 +100,10 @@ applied since ADDITIONAL-PROPERTY was unapplied, the executable invoked by the
CRON:RUNS-CONFIGURATOR cronjob will try to apply ADDITIONAL-PROPERTY again.
One straightforward way to reduce the incidence of this sort of problem would
be to refrain from using the ADDITIONAL-PROPERTIES argument to DEPLOY,
-HOSTDEPLOY etc."
+HOSTDEPLOY etc.
+
+If you're using SBCL, you may wish to apply this property within
+ESEQPROPS-UNTIL; see the docstring of IMAGE-DUMPED."
(image-dumped)
(nice-system-job
"consfigurator" when "root"