tailrecursion / boot

A Clojure build tool
Eclipse Public License 1.0
111 stars 18 forks source link

Support private S3 repositories #12

Closed micha closed 9 years ago

micha commented 10 years ago

See https://github.com/technomancy/s3-wagon-private

jumblerg commented 10 years ago

another battery that merits inclusion, imho, with boot 2 since datomic has made this a common use case. sample peer installation instructions for leiningen follow:

;; ~/.lein/credentials.clj.gpg (see the Leiningen deploy authentication docs)
{#"my\.datomic\.com" {:username "jumblerg@mail.com" :password "4f4b86a0-3654-11e4-8c21-0800200c9a66"}}

;; project.clj
:repositories {"my.datomic.com" {:url "https://my.datomic.com/repo" :creds :gpg}}

also reference https://github.com/technomancy/leiningen/blob/master/doc/DEPLOY.md#authentication.

micha commented 9 years ago

This is implemented in boot2 boot-clj/boot.