summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
keyringAdd key for arunisaac.Arun Isaac21 months
mainREADME: Mention that we do not work on GitHub.Arun Isaac5 weeks
 
TagDownloadAuthorAge
v0.4.0ccwl-0.4.0.tar.gz  ccwl-0.4.0.tar.lz  ccwl-0.4.0.zip  Arun Isaac2 months
v0.3.0ccwl-0.3.0.tar.gz  ccwl-0.3.0.tar.lz  ccwl-0.3.0.zip  Arun Isaac14 months
v0.2.0ccwl-0.2.0.tar.gz  ccwl-0.2.0.tar.lz  ccwl-0.2.0.zip  Arun Isaac3 years
v0.1.0ccwl-0.1.0.tar.gz  ccwl-0.1.0.tar.lz  ccwl-0.1.0.zip  Arun Isaac4 years
 
AgeCommit messageAuthor
2024-01-26NEWS: Update for version 0.3.0.•••* NEWS.org (Changes in 0.3.0): New section. v0.3.0Arun Isaac
2024-01-26guix: Add recipe to create a distribution tarball.•••* .guix/ccwl-distribution.scm: New file. Arun Isaac
2024-01-26Makefile: Split up release tarball signature into separate target.•••* Makefile (dist): Move $(dist_archive).asc to ... (distsign): ... here. Arun Isaac
2024-01-26Makefile: Clean up .depends.•••* Makefile (clean): Delete .depends. Arun 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:download): Do not infer release information from git tags. Hard-code them. Arun Isaac
2024-01-25Revert "guix: Use source with complete git repo to build website."•••This reverts commit af2f18534bd38703b98cb329d3110a8073d39fb6. When building as a Guix channel, the complete git repository is not available anyway. Arun Isaac
2024-01-25configure: Sort tags latest first when picking version.•••* configure.scm (version): Sort tags latest first when picking out the version. Arun Isaac
2024-01-25guix: Use source with complete git repository to build website.•••* .guix/ccwl-package.scm: Import git-minimal from (gnu packages version-control). (ccwl-source-with-git-repo): New variable. (ccwl-website-gexp): Make git visible via PATH. Use ccwl-source-with-git-repo. Arun Isaac
2024-01-13guix: Add G-expression computed-file to build website.•••* .guix/ccwl-package.scm: Import emacs-minimal from (gnu packages emacs), font-charter and font-fira-code from (gnu packages fonts), %guile-build-system-modules from (guix build-system guile), and (guix profiles). (ccwl-website-gexp, ccwl-website): New variables. Arun Isaac
2023-12-01ccwl: Deduplicate global workflow input keys across tee branches.•••* ccwl/ccwl.scm (collect-steps): Deduplicate global workflow input keys across branches of tees. * tests/ccwl.scm (key, collect-steps): New variables. ("rename should work even on the final output of a workflow"): Update order of elements in expected list. ("tee must deduplicate global workflow input keys"): New test. * ccwl/utils.scm (append-mapn): Delete function. * tests/utils.scm ("append-mapn"): Delete test. Arun Isaac
[...]