We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f349013 commit f76cd89Copy full SHA for f76cd89
upstream-http.lisp
@@ -22,7 +22,7 @@
22
(merge-logical (format nil "~A/~A.dat"
23
(project-name source)
24
(string-digest (location source)))
25
- "quicklisp-controller:http-cache;"))
+ "quicklisp-controller:upstream-cache;http;"))
26
27
(defmethod make-release-tarball ((source http-source) output-file)
28
(let ((prefix (release-tarball-prefix source))
upstream-vcs.lisp
@@ -79,7 +79,7 @@
79
(merge-logical (format nil "~A/~A/"
80
81
82
- "quicklisp-controller:vcs-cache;")))
+ "quicklisp-controller:upstream-cache;vcs;")))
83
84
(defmethod ensure-source-cache ((source vcs-source))
85
(let ((pathname (cached-checkout-directory source)))
0 commit comments