clojars

http://clojars.org discussion and โ€œsupportโ€, see http://status.clojars.org for status.
richiardiandrea 2017-02-28T00:47:11.000137Z

hello folks I was wondering if everything is ok, I am pushing a bunch of snapshots and when I pull I always get an old version...maybe I am spamming too much ? ๐Ÿ˜„

richiardiandrea 2017-02-28T00:49:12.000138Z

I see boot-dynamodb-0.1.0-20170228.004219-25.pom on the server, but the resolution returns Retrieving boot-dynamodb-0.1.0-20170228.003425-21.pom from <https://repo.clojars.org/> (2k)

richiardiandrea 2017-02-28T00:52:25.000139Z

now I get the new version

2017-02-28T00:56:48.000140Z

@richiardiandrea http://repo.clojars.org is the CDN, and there is a 15 minute ttl for items in the cache. So if the maven-metadata.xml that specifies the latest snapshot was requested in the last 15 minutes, you'll get the old file

richiardiandrea 2017-02-28T01:38:09.000141Z

@tcrawley tnx did not know that

richiardiandrea 2017-02-28T21:00:37.000142Z

hey folks, is there a place to share ideas for the clojars website?

2017-02-28T21:01:20.000144Z

sure! you can drop them here or file an issue at https://github.com/clojars/clojars-web/issues

๐Ÿ‘ 1
danielcompton 2017-02-28T21:52:24.000147Z

@richiardiandrea I opened https://github.com/clojars/clojars-web/issues/625 for you

richiardiandrea 2017-02-28T21:53:15.000149Z

@danielcompton oh cool, i just deployed and went for lunch in order to wait 15 mins ๐Ÿ˜€

richiardiandrea 2017-02-28T21:53:42.000150Z

Unfortunately I have to try with the deployed artifact because I resolve it at runtime

2017-02-28T21:58:15.000151Z

@richiardiandrea you could resolve against http://clojars.org/repo/, that isn't behind the CDN, and will be updated immediately

richiardiandrea 2017-02-28T21:59:04.000152Z

Ah! I was using boot defaults but thanks!

richiardiandrea 2017-02-28T22:00:57.000154Z

@tcrawley given you are here, what do you think about https://github.com/cemerick/pomegranate/pull/80

richiardiandrea 2017-02-28T22:01:37.000156Z

I checked the bug tracker and maybe it worth upgrading

richiardiandrea 2017-02-28T22:02:03.000157Z

And even trying getting rid of custom wagons...

2017-02-28T22:02:43.000158Z

I think if you sweet-talked Chas, he would let you (or someone) take over pomegranate - I don't think he has interest in maintaining it any longer

richiardiandrea 2017-02-28T22:02:51.000159Z

Kind of triage it

richiardiandrea 2017-02-28T22:02:53.000160Z

Ah

2017-02-28T22:03:00.000161Z

as for that change specifically, I'd have to take a closer look

richiardiandrea 2017-02-28T22:03:44.000162Z

That's good to know, I was asking on boot if they wanted to absorb it

richiardiandrea 2017-02-28T22:04:11.000163Z

It might be too much for me at the moment ๐Ÿ˜€

richiardiandrea 2017-02-28T22:04:32.000164Z

But a lot of people are active on the boot channel

danielcompton 2017-02-28T22:05:44.000165Z

There's a few things like that in Clojars that could be good to break out into separate libraries so that Boot and Lein can all share the same code and behaviour

richiardiandrea 2017-02-28T23:45:22.000166Z

@danielcompton you mean aether stuff?

danielcompton 2017-02-28T23:47:47.000167Z

That, and also things parsing versions, POMs, etc