Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
0abda06b
Commit
0abda06b
authored
Feb 23, 2020
by
Eric Timmons
Browse files
Move source metadata to its cache directory
parent
a2ced048
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/clpm/sources/flat-file.lisp
View file @
0abda06b
...
...
@@ -122,11 +122,11 @@ disk.")
(
defgeneric
ff-source-repo-pathname
(
source
)
(
:documentation
"Returns the pathname to the root directory of the source's files."
)
"Returns the pathname to the root directory of the source's
repo
files."
)
(
:method
((
source
ff-source
))
"Defaults to the repo/ directory in the source's
lib
directory."
"Defaults to the repo/ directory in the source's
cache
directory."
(
merge-pathnames
"repo/"
(
source-
lib
-directory
source
))))
(
source-
cache
-directory
source
))))
(
defgeneric
ff-source-repo-project-index-pathname
(
source
)
(
:documentation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment