Commit 1318b184 authored by Eric Timmons's avatar Eric Timmons
Browse files

Cleanup

parent b8d00e84
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -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)))