diff options
author | Christopher Baines <mail@cbaines.net> | 2024-06-15 16:57:31 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-06-15 16:57:31 +0100 |
commit | 841b98201620aefb1475bc68caaef6a1fa2d50a3 (patch) | |
tree | c833b5c5ebe3aaa2743c061b6d97a922ceba05ed /scripts/nar-herder.in | |
parent | a6d2f22c39e8a1980755ee825c9c17864163f3c9 (diff) | |
download | nar-herder-841b98201620aefb1475bc68caaef6a1fa2d50a3.tar nar-herder-841b98201620aefb1475bc68caaef6a1fa2d50a3.tar.gz |
Update removal criteria comment
Diffstat (limited to 'scripts/nar-herder.in')
-rw-r--r-- | scripts/nar-herder.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index 094660a..49a634c 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -149,8 +149,8 @@ (string->number arg)) (alist-delete 'storage-limit result)))) - ;; stored-on=https://other-nar-herder-server - ;; stored-on=https://other-nar-herder-server&stored-on=https://different-server + ;; (stored-on https://other-nar-herder-server) + ;; and=((stored-on https://other-nar-herder-server) (stored-on https://different-server)) (option '("storage-nar-removal-criteria") #t #f (lambda (opt name arg result) (alist-cons 'storage-nar-removal-criteria |