Fork me on GitHub
#clojars
<
2016-02-02
>
peeja17:02:19

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)

peeja17:02:27

Am I missing something?

peeja17:02:42

(`I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://clojars.org:443: No route to host`)

tcrawley17:02:58

There are issues with :mirrors and leiningen wrt plugins

peeja17:02:45

Ah, I was using :mirrors

peeja17:02:49

I'll switch. Thanks!

peeja17:02:24

@tcrawley: Hmm, I've got this in my :user profile now…

peeja17:02:31

:repositories ^:replace [["central" {:url "" :snapshots false}]
                                 ["clojars" {:url ""}]]

peeja17:02:05

But I get:

peeja17:02:22

(:repositories detected in user-level profiles! [:user]
See 
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

tcrawley17:02:55

try adding the :plugin-repositories entry as well (see further down on that wiki page)

peeja17:02:09

Ah, I get it now.

peeja17:02:54

Heyo! Thanks!

tcrawley17:02:34

my pleasure!

danielcompton18:02:47

Looks like Linode connectivity is back (for now?)

tcrawley18:02:00

yah, just updated the status page