clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
2019-11-20T15:45:34.005700Z

would like to fetch jars of most recent versions of things on clojars. wrote something to come up with a list of most recent versions of jars based on all-poms.txt content, but not every pom corresponds to a jar, iiuc. could fetch poms and parse to determine jar existence, but seems simpler to just try fetching expecting failures. is it bad form to try to fetch non-existent jars via rsync?

dominicm 2019-11-20T19:34:10.006500Z

I think rsync can produce a file list by itself.

2019-11-20T19:36:43.008200Z

i tested and got some output indicating that there were attempts to locate particular files but that there was no success for those, though i did end up with what looks like the existing jar files transferred successfully. just concerned whether this might cause unnecessary / costly processing for the server end.