aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
keyringAdd key for arunisaac.Arun Isaac19 months
mainREADME: Hard-code releases.Arun Isaac12 months
 
TagDownloadAuthorAge
v0.1.0kolam-0.1.0.tar.gz  kolam-0.1.0.tar.lz  kolam-0.1.0.zip  Arun Isaac3 years
 
AgeCommit messageAuthor
2024-01-26README: Hard-code releases.•••* README.org (Download): Replace releases dynamic block with hard-coded list of releases. * build-aux/build-website.el (org-dblock-write:releases): Delete function. (build-website): Do not call org-update-all-dblocks. HEADmainArun Isaac
2024-01-26build-aux: Do not infer release information from git tags.•••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. Arun Isaac
2024-01-12guix: Add G-expression computed-file to build website.•••* .guix/guile-kolam-package.scm (guile-kolam-package): Import gnu-make from (gnu packages base), bash-minimal from (gnu packages bash), emacs-minimal from (gnu packages emacs) and guile-3.0 from (gnu packages guile). (guile-kolam-website-gexp, guile-kolam-website): New variables. Arun Isaac
2023-07-06Make repository a guix channel.•••* .guix-authorizations, .guix-channel: New files. * guix.scm: Convert to a symlink pointing to .guix/guile-kolam-package.scm. Move original there. * .guix/guile-kolam-package.scm: Convert into a module with public packages. Arun Isaac
2022-01-19README: Fix broken link to signing key.•••* README (Download): Fix broken link to signing key. Arun Isaac
2022-01-05README: Add releases.•••* README.org (Download): Add releases. * build-aux/build-home-page.el (org-dblock-write:releases): New function. (build-website): Update dynamic blocks before exporting. Arun Isaac
2022-01-05website: Add release tarballs.•••* website/releases/kolam-0.1.0.tar.lz, website/releases/kolam-0.1.0.tar.lz.asc: New files. Arun Isaac
2022-01-05README: Add roadmap.•••* README.org (Contributing): Add roadmap. v0.1.0Arun Isaac
2022-01-05README: Improve introductory paragraph.•••* README.org: Improve introductory paragraph. Arun Isaac
2022-01-05build-aux: Check news during distcheck.•••* Makefile (distcheck): Pass version to distcheck script. * build-aux/distcheck.scm (check-news): New function. Check news. Arun Isaac
[...]