clojars

sparkofreason 2023-04-14T20:05:39.092459Z

I haven't seen any recent posts on this topic: is there docs/recommendations for using JFrog artifactory to access Clojars artifacts?

2023-05-12T15:08:32.691539Z

https://repo.clojars.org now has static index pages. Let me know if it works for you!

sparkofreason 2023-05-12T15:09:22.845459Z

Outstanding! Thank you so much, we'll give it a spin and I'll let you know.

2023-05-12T15:16:50.672839Z

My pleasure!

sparkofreason 2023-05-12T17:10:53.060409Z

It works! 🎉

2023-05-12T17:11:19.518089Z

Great!

2023-05-12T17:12:10.520419Z

Note that the index files can be up to 15 minutes stale due to caching.

sparkofreason 2023-05-12T17:13:00.699319Z

Got it. I doubt we'll ever notice, but good to know.

2023-04-14T20:19:45.611699Z

I've never used JFrog, but I would assume you could just have it proxy to http://repo.clojars.org - the repo there is a standard maven2 layout.

sparkofreason 2023-04-14T20:24:41.199709Z

I believe we're stuck due to the jQuery issue mentioned here: https://app.slack.com/client/T03RZGPFR/C0H28NMAS/thread/C0H28NMAS-1583604001.036200

2023-04-14T21:08:30.971919Z

Ah, I guess jfrog needs directory listings? It doesn't just proxy requests upstream?

sparkofreason 2023-04-14T21:09:24.727799Z

Yes, that's my understanding.

2023-04-14T21:14:16.621749Z

Would you mind filing an issue at http://github.com/clojars/clojars-web? It may be time to generate index files instead of the janky js listing we have now. I'm getting ready to go on vacation for a bit over a week, but could look at doing it when I get back. It would be a fun thing to hack on while I'm at the Conj!

🤘 1
🤘🏼 1
sparkofreason 2023-04-14T23:12:53.297089Z

https://github.com/clojars/clojars-web/issues/860

2023-04-14T23:22:55.766099Z

Thanks!