clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
danielcompton 2016-02-02T16:52:18.000023Z

@tcrawley: Clojars issues?

peeja 2016-02-02T17:34:19.000025Z

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)

peeja 2016-02-02T17:34:27.000026Z

Am I missing something?

peeja 2016-02-02T17:34:42.000027Z

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

danielcompton 2016-02-02T17:35:28.000028Z

http://status.clojars.org/incidents/pdpppjllmjff

2016-02-02T17:35:32.000030Z

@peeja: how are you specifying mirrors? See https://github.com/clojars/clojars-web/wiki/Mirrors

2016-02-02T17:35:58.000032Z

There are issues with :mirrors and leiningen wrt plugins

peeja 2016-02-02T17:36:45.000033Z

Ah, I was using :mirrors

peeja 2016-02-02T17:36:49.000034Z

I'll switch. Thanks!

peeja 2016-02-02T17:42:24.000036Z

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

peeja 2016-02-02T17:42:31.000038Z

:repositories ^:replace [["central" {:url "<http://repo1.maven.org/maven2>" :snapshots false}]
                                 ["clojars" {:url "<https://clojars-mirror.tcrawley.org/repo/>"}]]

peeja 2016-02-02T17:43:05.000040Z

But I get:

peeja 2016-02-02T17:43:22.000041Z

(: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}-&gt;https://clojars.org:443: No route to host
Feb 02, 2016 12:41:39 PM org.apache.http.impl.execchain.RetryExec execute

2016-02-02T17:43:55.000043Z

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

peeja 2016-02-02T17:44:09.000044Z

Ah, I get it now.

peeja 2016-02-02T17:44:54.000045Z

Heyo! Thanks!

2016-02-02T17:45:34.000046Z

my pleasure!

danielcompton 2016-02-02T18:29:47.000048Z

Looks like Linode connectivity is back (for now?)

2016-02-02T18:31:00.000049Z

yah, just updated the status page