cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
2019-02-06T05:49:00.093800Z

Hmm... having some trouble getting SCM information to load (`clone-failed`) for oz "1.5.4". Initially I thought this was cause I hadn't pushed the tag prior to triggering the cljdoc build, but even after minting another release and making sure everything was pushed to github, I'm still getting SCM info missing. This worked just just a single release ago; Any idea what might be going on here?

martinklepsch 2019-02-06T09:44:08.094800Z

Omg, terrible mishap on my end, pushing a fixed version 🙈

martinklepsch 2019-02-06T09:44:27.095300Z

Thanks for coming by and pinging me!

martinklepsch 2019-02-06T09:46:13.097800Z

For context: we switched to defaulting to using SSH protocol for cloning. This worked fine in CI because some SSH keys are already installed. In production however there are no SSH keys installed and so cloning failed due to authentication issues

martinklepsch 2019-02-06T10:11:26.098500Z

@metasoarous docs available here now: https://cljdoc.org/d/metasoarous/oz/1.5.4/doc/readme

martinklepsch 2019-02-06T10:11:41.098800Z

sorry for the hassle and thanks for coming by and raising it 🙌

2019-02-06T17:59:06.099500Z

No problem; Thank you so much for fixing it so quickly!