clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
dominicm 2019-12-24T12:13:57.003100Z

Does cloudfiles have an export functionality of some kind?

2019-12-24T14:35:53.006400Z

@dominicm no, just http. I'm not concerned about the cost of crawling the repo via http. We do publish a list of all jars in the repo, updated daily. So that could be used to pull down a copy of the repo, then later check for jars that aren't in the local copy and pull just those. Though that process would also have to have smarts around knowing that maven-metadata.xml files would need to be re-downloaded as well.

dominicm 2019-12-24T14:37:16.007300Z

Yeah. If cost isn't a problem, then no worries. My use of rsync was to minimize bandwidth consumption.