Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
1318b184
Commit
1318b184
authored
May 19, 2020
by
Eric Timmons
Browse files
Cleanup
parent
b8d00e84
Changes
1
Hide whitespace changes
Inline
Side-by-side
clpm/bundle.lisp
View file @
1318b184
...
...
@@ -6,9 +6,6 @@
(
uiop:define-package
#:clpm/bundle
(
:use
#:cl
#:alexandria
#:anaphora
#:clpm/cache
#:clpm/client
#:clpm/clpmfile
#:clpm/config
#:clpm/context
...
...
@@ -16,18 +13,14 @@
#:clpm/exec
#:clpm/install
#:clpm/log
#:clpm/repos
#:clpm/resolve
#:clpm/session
#:clpm/source
#:do-urlencode
)
#:clpm/source
)
(
:export
#:bundle-exec
#:bundle-init
#:bundle-install
#:bundle-output-translations
#:bundle-source-registry
#:bundle-update
#:with-bundle-session
))
#:bundle-update
))
(
in-package
#:clpm/bundle
)
...
...
@@ -75,7 +68,6 @@ the lock file if necessary."
:save-context-p
t
)))))
lockfile
)))
(
defun
bundle-source-registry
(
&key
clpmfile
with-client-p
)
(
source-registry
:with-client-p
with-client-p
:ignore-inherited-source-registry
t
:context
(
clpmfile-pathname
clpmfile
)))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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