Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-26 | build-aux: Do not infer release information from git tags. | Arun Isaac | |
We now build the website as a computed-file G-expression in a Guix channel. Guix channels always discard the git repository information, and don't have access to the git tags. We can fix this problem later if and when we switch to using tissue for the website. * build-aux/build-home-page.el (org-dblock-write:releases): Do not infer release information from git tags. Hard-code them. | |||
2022-01-05 | README: Add releases. | Arun Isaac | |
* README.org (Download): Add releases. * build-aux/build-home-page.el (org-dblock-write:releases): New function. (build-website): Update dynamic blocks before exporting. | |||
2022-01-03 | build-aux: Add website build script. | Arun Isaac | |
* build-aux/build-home-page.el: New file. |