Fork me on GitHub
#clojars
<
2017-02-28
>
richiardiandrea00:02:11

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 ? 😄

richiardiandrea00:02:12

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 (2k)

richiardiandrea00:02:25

now I get the new version

tcrawley00:02:48

@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

richiardiandrea01:02:09

@tcrawley tnx did not know that

richiardiandrea21:02:37

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

tcrawley21:02:20

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

richiardiandrea21:02:15

@danielcompton oh cool, i just deployed and went for lunch in order to wait 15 mins 😀

richiardiandrea21:02:42

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

tcrawley21:02:15

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

richiardiandrea21:02:04

Ah! I was using boot defaults but thanks!

richiardiandrea22:02:37

I checked the bug tracker and maybe it worth upgrading

richiardiandrea22:02:03

And even trying getting rid of custom wagons...

tcrawley22:02:43

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

richiardiandrea22:02:51

Kind of triage it

tcrawley22:02:00

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

richiardiandrea22:02:44

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

richiardiandrea22:02:11

It might be too much for me at the moment 😀

richiardiandrea22:02:32

But a lot of people are active on the boot channel

danielcompton22:02:44

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

danielcompton23:02:47

That, and also things parsing versions, POMs, etc