Skip to content

Commit f76cd89

Browse files
committed
Put upstream caches one level deeper in the directory hierarchy.
1 parent f349013 commit f76cd89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

upstream-http.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
(merge-logical (format nil "~A/~A.dat"
2323
(project-name source)
2424
(string-digest (location source)))
25-
"quicklisp-controller:http-cache;"))
25+
"quicklisp-controller:upstream-cache;http;"))
2626

2727
(defmethod make-release-tarball ((source http-source) output-file)
2828
(let ((prefix (release-tarball-prefix source))

upstream-vcs.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
(merge-logical (format nil "~A/~A/"
8080
(project-name source)
8181
(string-digest (location source)))
82-
"quicklisp-controller:vcs-cache;")))
82+
"quicklisp-controller:upstream-cache;vcs;")))
8383

8484
(defmethod ensure-source-cache ((source vcs-source))
8585
(let ((pathname (cached-checkout-directory source)))

0 commit comments

Comments
 (0)