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
47da0648
Commit
47da0648
authored
May 29, 2020
by
Eric Timmons
Browse files
Fix bug calling BUNDLE-UPDATE from the client
parent
1cce2240
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/update.lisp
View file @
47da0648
...
@@ -26,8 +26,8 @@ source registry is updated with the results."
...
@@ -26,8 +26,8 @@ source registry is updated with the results."
`
(
with-clpm-session
()
`
(
with-clpm-session
()
;; Use a symbol that we know is going to be present in the CLPM package.
;; Use a symbol that we know is going to be present in the CLPM package.
,
(
if
(
context-bundle-p
context
)
,
(
if
(
context-bundle-p
context
)
`
(
bundle-update
:projects
',
(
ensure-list
projects
)
`
(
bundle-update
:
update-
projects
',
(
ensure-list
projects
)
:systems
',
(
ensure-list
systems
)
:
update-
systems
',
(
ensure-list
systems
)
:clpmfile
,
context
:clpmfile
,
context
:validate
,
(
make-diff-validator-fun
))
:validate
,
(
make-diff-validator-fun
))
`
(
update
:update-projects
',
(
ensure-list
projects
)
`
(
update
:update-projects
',
(
ensure-list
projects
)
...
...
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