@tcrawley: Clojars issues?
It looks like Clojars is down, but Leiningen isn't switching to the mirror at https://clojars-mirror.tcrawley.org/repo/ (which looks like it's up, in a browser)
Am I missing something?
(`I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://clojars.org:443: No route to host`)
@peeja: how are you specifying mirrors? See https://github.com/clojars/clojars-web/wiki/Mirrors
There are issues with :mirrors
and leiningen wrt plugins
Ah, I was using :mirrors
I'll switch. Thanks!
@tcrawley: Hmm, I've got this in my :user
profile now…
:repositories ^:replace [["central" {:url "<http://repo1.maven.org/maven2>" :snapshots false}]
["clojars" {:url "<https://clojars-mirror.tcrawley.org/repo/>"}]]
But I get:
(:repositories detected in user-level profiles! [:user]
See <https://github.com/technomancy/leiningen/wiki/Repeatability)>
Feb 02, 2016 12:41:39 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://clojars.org:443: No route to host
Feb 02, 2016 12:41:39 PM org.apache.http.impl.execchain.RetryExec execute
try adding the :plugin-repositories
entry as well (see further down on that wiki page)
Ah, I get it now.
Heyo! Thanks!
my pleasure!
Looks like Linode connectivity is back (for now?)
yah, just updated the status page