Loading clpm/bundle.lisp +2 −10 Original line number Diff line number Diff line Loading @@ -6,9 +6,6 @@ (uiop:define-package #:clpm/bundle (:use #:cl #:alexandria #:anaphora #:clpm/cache #:clpm/client #:clpm/clpmfile #:clpm/config #:clpm/context Loading @@ -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) Loading Loading @@ -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))) Loading Loading
clpm/bundle.lisp +2 −10 Original line number Diff line number Diff line Loading @@ -6,9 +6,6 @@ (uiop:define-package #:clpm/bundle (:use #:cl #:alexandria #:anaphora #:clpm/cache #:clpm/client #:clpm/clpmfile #:clpm/config #:clpm/context Loading @@ -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) Loading Loading @@ -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))) Loading