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
34c3ec53
Commit
34c3ec53
authored
May 19, 2020
by
Eric Timmons
Browse files
*VCS-PROJECT-OVERRIDE-FUN* set too many places
parent
587db331
Changes
1
Hide whitespace changes
Inline
Side-by-side
clpm/bundle.lisp
View file @
34c3ec53
...
...
@@ -112,7 +112,6 @@ the lock file if necessary."
(
with-bundle-session
(
clpmfile
)
(
with-sources-using-installed-only
()
(
let*
((
lockfile-pathname
(
clpmfile-lockfile-pathname
clpmfile
))
(
*vcs-project-override-fun*
(
make-vcs-override-fun
(
clpmfile-pathname
clpmfile
)))
lockfile
)
(
unless
(
probe-file
lockfile-pathname
)
(
error
"Lockfile ~A does not exist"
lockfile-pathname
))
...
...
@@ -134,7 +133,6 @@ the lock file if necessary."
(
with-bundle-session
(
clpmfile
)
(
let*
((
clpmfile
(
get-clpmfile
clpmfile
))
(
lockfile-pathname
(
clpmfile-lockfile-pathname
clpmfile
))
(
*vcs-project-override-fun*
(
make-vcs-override-fun
(
clpmfile-pathname
clpmfile
)))
(
lockfile
nil
)
(
changedp
nil
))
(
unless
(
probe-file
lockfile-pathname
)
...
...
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