Fork me on GitHub
#clojars
<
2015-12-31
>
crocket10:12:36

Is it possible to remove a jar from clojars? How do I do it? Is there an easy way to do it?

crocket10:12:58

Or, can I deprecate it and remove the repository link from a jar?

crocket11:12:58

Never mind, I found a solution.

mfikes18:12:58

I’ve been getting a “Remote host closed” when CircleCI connects to Clojars, but evidently only for one JAR. Here’s the last bit of the CircleCI log:

Retrieving com/cognitect/transit-js/0.8.755/transit-js-0.8.755.jar from central
Retrieving org/clojure/tools.nrepl/0.2.10/tools.nrepl-0.2.10.jar from central
Retrieving malabarba/lazy-map/1.1/lazy-map-1.1.jar from clojars
Retrieving clojure-complete/clojure-complete/0.2.3/clojure-complete-0.2.3.jar from clojars
Could not transfer artifact tailrecursion:cljson:pom:1.0.7 from/to clojars (): Remote host closed connection during handshake
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.

tcrawley19:12:48

@mfikes: do you have any issues pulling that dep locally?

tcrawley19:12:23

I'll take a look at the server logs

mfikes19:12:30

@tcrawley: No. I locally moved ~/.m2/repository aside to check for that.

mfikes19:12:46

I can cause it to occur again with CircleCI if that helps

tcrawley19:12:38

ugh, the DoS attack against linode makes it tough to work over ssh to the server

tcrawley19:12:36

@mfikes: yeah, can you start a build now?

tcrawley19:12:09

hmm, I wonder if this is related to the DoS attack - do you see it with different jars, or always the same one?

mfikes19:12:00

@tcrawley: Getting ready to start a build now...

mfikes19:12:22

It is running… but hasn’t reached that point yet...

mfikes19:12:38

@tcrawley: This time it worked.

mfikes19:12:17

Yeah, I have a Linode in New Jersey as well that suffered lack of reachability recently. Grr.

tcrawley19:12:21

hmm, that makes me suspect the DoS attack

mfikes19:12:32

Thank you!!!!

tcrawley19:12:25

it looks like the request never actually hit http://clojars.org though - I was tail -f | grep cljson the access log, and didn't see an entry for the last build

mfikes19:12:39

Hah. I just tried the main linode management page and it crapped out.

tcrawley19:12:49

I wonder if travis has a transparent mirror in place?

mfikes19:12:27

Yeah, you are right in that CircleCI could be running its own transparent mirror, and if it dies or hiccups it may look the same.