# HG changeset patch # User Steve Losh # Date 1566914930 14400 # Node ID 414de40bd5c79a5d2657cdbea722ab5b0bf811c9 # Parent f756a33f9f5e086088d2790dc02419b4060ea3b9 Update diff -r f756a33f9f5e -r 414de40bd5c7 README.markdown --- a/README.markdown Sun Aug 25 14:02:21 2019 -0400 +++ b/README.markdown Tue Aug 27 10:08:50 2019 -0400 @@ -686,3 +686,27 @@ I think I want to update the BIOS at some point, but for now I'm just happy to have the machine back and working again. + +# August 2019 + +## 2019-08-27 + +BitBucket is shitcanning Mercurial support next year, so I have to run on the +Hamster Wheel of Backwards Incompatibility and fix all my repositories and +documentation. + +Started by setting up to serve the repo that was +formerly served by BitBucket pages. Added a hook into `.hg/hgrc` on the remote +repo to autoupdate when pushed: + + [hooks] + changegroup = hg update + +Then reconfigured nginx to serve the repo (which is full of plain old HTML files +so it Just Works). Decided to be lazy and just use `autoindex on` to generate +the index page. Good enough. + +Added `docs.stevelosh.com` to DNS. + +I still need to update all my `pubdocs` make targets, and also update all the +links everywhere, but that can wait. One step at a time.