Re: clojars down?

2016-01-02 Thread William la Forge
So nice to see clojars working, at least for the moment. Retrieving pod-2.5.5.jar from https://clojars.org/repo/ Retrieving core-2.5.5.jar from https://clojars.org/repo/ Retrieving worker-2.5.5.jar from https://clojars.org/repo/ Retrieving aether-2.5.5.jar from https://clojars.org/repo/

Re: clojars down?

2016-01-02 Thread Toby Crawley
I have a mirror running now, based off of an rsync from last night. It works with lein, should work fine with maven (untested), and the boot team is working on it now. See https://github.com/clojars/clojars-web/wiki/Mirrors for details. - Toby On Sat, Jan 2, 2016 at 9:28 AM, William la Forge

Re: clojars down?

2016-01-01 Thread Alex Miller
I agree with Kyle - I've usually run a company proxy which gives you a lot of options (it's good to publish company forks of libs too). I believe one of the items the Clojars maintainers are working on with their new funding is support for mirrors. -- You received this message because you are

Re: clojars down?

2016-01-01 Thread Ken Restivo
For deploys, I use uberjars. They don't need any dependencies. It's also arguably more secure to have a jar that I know has everything in it, rather than trusting lein to fetch it from somewhere that might have been DNS spoofed, maliciously proxied, etc. Of course, builds can be broken by

Re: clojars down?

2016-01-01 Thread Toby Crawley
We currently have a plan to move the repo out to a block store (s3 or similar), and part of the fundraising campaign was to pay someone for that implementation. For a near term solution, I just started a new thread about running public clojars mirrors. - Toby On Fri, Jan 1, 2016 at 10:10 PM,

Re: clojars down?

2016-01-01 Thread Kyle Cordes
On January 1, 2016 at 8:18:27 PM, Brad Koch (bradkoch2...@gmail.com) wrote: Our production deploys are broken right now because lein won't be able to fetch the dependencies during build.  We can't tolerate the risk of not being able to make new deployments for an extended period of time, and a

Re: clojars down?

2016-01-01 Thread Brad Koch
Anyone know if there are any mirrors available that we can use in the time being? Our production deploys are broken right now because lein won't be able to fetch the dependencies during build. We can't tolerate the risk of not being able to make new deployments for an extended period of time,

clojars down?

2016-01-01 Thread Bobby Eickhoff
Is anyone else having trouble connecting to clojars.org? Firefox can't connect: "The connection has timed out". Neither can lein: INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://clojars.org:443: No route to host -- You received this

Re: clojars down?

2016-01-01 Thread Mimmo Cosenza
it’s down here too. http://status.linode.com/ mimmo > On 01 Jan 2016, at 19:49, Bobby Eickhoff wrote: > > Is anyone else having trouble connecting to clojars.org? Firefox can't > connect: "The connection has timed out". Neither can lein: >

Re: clojars down?

2016-01-01 Thread Angel Java Lopez
It's down here... chrome, page not available, from Buenos Aires, Argentina On Fri, Jan 1, 2016 at 3:51 PM, Mimmo Cosenza wrote: > it’s down here too. > > http://status.linode.com/ > > mimmo > > On 01 Jan 2016, at 19:49, Bobby Eickhoff wrote: > > Is

Re: clojars down?

2016-01-01 Thread Nicolás Berger
Clojars is down because of the ongoing DDoS attacks on linode. Please check http://status.linode.com/ for status on that El 1 ene. 2016 15:53, "Angel Java Lopez" escribió: > It's down here... chrome, page not available, from Buenos Aires, Argentina > > On Fri, Jan 1, 2016

Re: Is clojars down?

2014-08-05 Thread Alan Thompson
I'm getting flakey problems from clojars right now. I can access any other websites, from multiple computers. I can access the homepage, and download any files from clojars, delete ~/.m2 and restore via 'lein deps', but I cannot upload any changes via lein deploy clojars'. I keep getting

Is clojars down?

2014-07-29 Thread Yves Parès
Hi, it seems than clojars is down. Lein refuses to start, and apparently it won't download jars from maven central either... Am I the only one with this problem? -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: Is clojars down?

2014-07-29 Thread Di Xu
I can open cljars.org as normal, and can also download jars from there. 2014-07-29 20:42 GMT+08:00 Yves Parès limestr...@gmail.com: Hi, it seems than clojars is down. Lein refuses to start, and apparently it won't download jars from maven central either... Am I the only one with this problem?

Re: Is clojars down?

2014-07-29 Thread Marc Limotte
lein is working for me, and is downloading jars from clojars. Assuming it's a network issue on your side, and if you don't need any new jars right now (b/c it's just looking for updates), you can try the -o (for offline) option. On Tue, Jul 29, 2014 at 8:42 AM, Yves Parès limestr...@gmail.com

Re: Is clojars down?

2014-07-29 Thread Josh Kamau
I cannot. Oops! Google Chrome could not find cljars.org Josh On Tue, Jul 29, 2014 at 3:44 PM, Di Xu xudi...@gmail.com wrote: I can open cljars.org as normal, and can also download jars from there. 2014-07-29 20:42 GMT+08:00 Yves Parès limestr...@gmail.com: Hi, it seems than clojars is

Re: Is clojars down?

2014-07-29 Thread Josh Kamau
Sorry... the url is clojars.org and its working perfectly. josh On Tue, Jul 29, 2014 at 3:46 PM, Marc Limotte mslimo...@gmail.com wrote: lein is working for me, and is downloading jars from clojars. Assuming it's a network issue on your side, and if you don't need any new jars right now

Re: Is clojars down?

2014-07-29 Thread Nicola Mometto
There seem to be problems with clojars.org, early this morning and for the past few days clojars.org has been responding with a black page for me and it was confirmed in #clojure by a number of different people. I opened a ticket https://github.com/ato/clojars-web/issues/235 and found out that a

Re: Is clojars down?

2014-07-29 Thread Di Xu
sorry for that.. 2014-07-29 20:49 GMT+08:00 Josh Kamau joshnet2...@gmail.com: Sorry... the url is clojars.org and its working perfectly. josh On Tue, Jul 29, 2014 at 3:46 PM, Marc Limotte mslimo...@gmail.com wrote: lein is working for me, and is downloading jars from clojars. Assuming

Re: Is clojars down?

2014-07-29 Thread Yves Parès
It's a network problem. It might come from the network of my lab or university (Paris 6, France) as at home it works. But lein always worked well at my university, and clojars is the only site I can't access. That's odd... 2014-07-29 14:57 GMT+02:00 Di Xu xudi...@gmail.com: sorry for that..

Re: Is clojars down?

2014-07-29 Thread Reid McKenzie
AFAIK clojars.org's / has been on the blink since at least about eight hours ago. Other pages are reported to work, but / was returning a 500 internal server error with a blank body. Reid On 07/29/2014 09:23 AM, Yves Parès wrote: It's a network problem. It might come from the network of my lab