414de40bd5c7
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 27 Aug 2019 10:08:50 -0400 |
parents | f756a33f9f5e |
children | 4b8d131ecbb4 |
branches/tags | (none) |
files | README.markdown |
Changes
--- 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 <http://docs.stevelosh.com> 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.