Phil, I've used scp uploads in the past. They're much easier when e.g. you wanna upload a java library you've forked. Without scp uploads (or an easy copy/paste curl alternative), you have to go through getting the project to build with lein by itself. It's not *too* difficult to get a maven based project uploaded to clojars (https://github.com/ato/clojars-web/wiki/Pushing has an easy to follow section), but getting ant or other projects up there is painful.
Other than that, I've happily converted over to `lein deploy` for my lein-based projects. Tom On Wednesday, 24 September 2014 17:57:49 UTC-5, Phil Hagelberg wrote: > > Greetings, Clojure hackers. > > Due to the recent vulnerability in Bash[1], the scp-based deploy > services on clojars.org has been disabled for the time being. > > If you have been using this (as opposed to the HTTPS deploy used by > `lein deploy clojars` and `maven deploy`), we'd be interested in hearing > From you. In particular we would like to know reasons why you haven't > upgraded, assuming it's not just "I started on scp and it worked well, > so I never saw the need to change anything." > > If you haven't tried HTTPS-based deploys, now would be a great time to > do so and see if they work for you. If not, let us know why, either here > or on the Leiningen issue tracker[2]. The HTTPS-based deploys are > definitely a superior implementation that we encourage. We would like to > bring scp deploys back online in the near future, but as you know > Clojars is a volunteer-run service without many resources, and we have > no immediate timeline for this. > > -Phil > > [1] - http://seclists.org/oss-sec/2014/q3/650 > [2] - https://github.com/technomancy/leiningen/issues/new > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
