cljdoc

2023-03-09T05:14:23.470049Z

if I forgot to push the tag and deployed to clojars, and now the build failed because cljdoc can't find the right tag, can i trigger a new build or does that hvae to be one of you?

2023-03-09T05:14:26.936279Z

https://cljdoc.org/builds/66601

2023-03-09T05:14:33.442759Z

it should work now, i've pushed the tag

seancorfield 2023-03-09T06:10:04.377309Z

There's a near-invisible button that say "rebuild" just to the left of the GitHub link, top-right, where you can ask cljdoc to have another go at the import & analysis...

seancorfield 2023-03-09T06:11:05.230459Z

It's really hard to see but it's there...

2023-03-09T12:04:43.984359Z

Omg haha thanks

Cora (she/her) 2023-03-09T14:39:53.391309Z

deliberately hard to see, I was told, iirc

Cora (she/her) 2023-03-09T14:40:44.888549Z

because we don't want people triggering all kinds of rebuilds

👍 1
lread 2023-03-10T17:12:02.286119Z

yeah, that's my understanding too @corasaurus-hex, a little ui hack to avoid having to come up with accounts/permissions, and it seems to be working ok these past years.

Cora (she/her) 2023-03-10T17:14:24.699839Z

it's a trade-off, I think. only people who ask will learn about it so some people out there just don't know and are unhappy with a broken build, but we also have much less to maintain to support it

lread 2023-03-10T17:23:57.075149Z

yep. I think we were toying with the idea of making the rebuild more visible but implementing some rate limiting.... ya https://github.com/cljdoc/cljdoc/issues/672.