<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guile-email/build-aux, branch master</title>
<subtitle>Guile email parser</subtitle>
<id>http://git.systemreboot.net/guile-email/atom?h=master</id>
<link rel='self' href='http://git.systemreboot.net/guile-email/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/'/>
<updated>2024-01-26T13:49:13+00:00</updated>
<entry>
<title>README: Hard-code releases.</title>
<updated>2024-01-26T13:49:13+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-01-26T13:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=0137e632f5d3c1e8508a19fde9934e43b62dd6cb'/>
<id>urn:sha1:0137e632f5d3c1e8508a19fde9934e43b62dd6cb</id>
<content type='text'>
* README.org (Download): Replace releases dynamic block with
hard-coded list of releases.
* build-aux/build-website.el (org-dblock-write:releases): Delete
function.
(main): Do not call org-update-all-dblocks.
</content>
</entry>
<entry>
<title>build-aux: Do not list the v0.1.0 release.</title>
<updated>2024-01-26T11:42:47+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-01-26T11:42:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=de24cb8d5e3e1dbcabb7af764d7a84644b9f572d'/>
<id>urn:sha1:de24cb8d5e3e1dbcabb7af764d7a84644b9f572d</id>
<content type='text'>
* build-aux/build-website.el (org-dblock-write:releases): Do not list
the v0.1.0 release.
</content>
</entry>
<entry>
<title>build-aux: Do not infer release information from git tags.</title>
<updated>2024-01-26T11:38:49+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-01-26T11:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=7b23fcfdb5da4f8375075b05f027f33a2d74a58a'/>
<id>urn:sha1:7b23fcfdb5da4f8375075b05f027f33a2d74a58a</id>
<content type='text'>
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-website.el (org-dblock-write:releases): Do not infer
release information from git tags. Hard-code them.
</content>
</entry>
<entry>
<title>Revert "README: Declare that releases are only tagged in git from now on."</title>
<updated>2023-01-16T00:48:25+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-16T00:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=165391cc0ad8c084c2d97440ec9e7a8d1115e61c'/>
<id>urn:sha1:165391cc0ad8c084c2d97440ec9e7a8d1115e61c</id>
<content type='text'>
This reverts commit 5cc34d6be3daada501ff952fc9edf1ac04d9c24a. We go
back to releasing tarballs since tarballs are still important for
package managers other than Guix. e.g., homebrew.
</content>
</entry>
<entry>
<title>README: Declare that releases are only tagged in git from now on.</title>
<updated>2023-01-06T18:22:15+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-06T18:22:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=5cc34d6be3daada501ff952fc9edf1ac04d9c24a'/>
<id>urn:sha1:5cc34d6be3daada501ff952fc9edf1ac04d9c24a</id>
<content type='text'>
* README.org (Download): Declare that releases are only tagged in git
from now on.
* build-aux/build-website.el (org-dblock-write:releases): Exclude
releases after and including v0.3.0.
</content>
</entry>
<entry>
<title>build-aux: Use --contains to exclude v0.1.0 release.</title>
<updated>2023-01-06T18:20:40+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-06T18:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=fc283e904b427b60b10dbd91754794f0b683276c'/>
<id>urn:sha1:fc283e904b427b60b10dbd91754794f0b683276c</id>
<content type='text'>
* build-aux/build-website.el (org-dblock-write:releases): Use the
--contains argument of git for-each-ref to exclude the v0.1.0 release.
</content>
</entry>
<entry>
<title>build-aux: Pass fail directory from main in test-corpus.scm.</title>
<updated>2023-01-03T22:03:10+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-03T22:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=ca88c0899277a8e897538bda5b1bca2f2747cd61'/>
<id>urn:sha1:ca88c0899277a8e897538bda5b1bca2f2747cd61</id>
<content type='text'>
* build-aux/test-corpus.scm (test-corpus): Accept fail-directory
argument.
* build-aux/test-corpus.scm (main): Pass fail-directory argument to
test-corpus.
</content>
</entry>
<entry>
<title>build-aux: Assume fail directory exists when testing corpus.</title>
<updated>2023-01-03T20:06:08+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-03T20:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=8b3e2681c0465498192b98abe784f248ebb29086'/>
<id>urn:sha1:8b3e2681c0465498192b98abe784f248ebb29086</id>
<content type='text'>
Assume fail directory exists and do not attempt to clear it.

* build-aux/test-corpus.scm (main): Do not create or delete fail
directory.
</content>
</entry>
<entry>
<title>build-aux: Make test-corpus.scm a loadable script.</title>
<updated>2023-01-03T20:05:50+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-03T19:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=a525bd1d808f46095a4cf71d5f37b2ed781a49aa'/>
<id>urn:sha1:a525bd1d808f46095a4cf71d5f37b2ed781a49aa</id>
<content type='text'>
Make test-corpus.scm a script loadable from the REPL rather than
something that must be run on the shell. Loadable scripts are easier
to deal with since one does not have to deal with command-line
arguments.

* build-aux/test-corpus.scm (%fail-directory): Delete variable.
(write-failed-email): Add fail-directory argument.
(main): New function.
</content>
</entry>
<entry>
<title>build-aux: Bump copyright year on test-driver.scm.</title>
<updated>2023-01-03T19:58:33+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-03T19:58:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=536759ac425f8aeaabeea3ecda6f3811476346ea'/>
<id>urn:sha1:536759ac425f8aeaabeea3ecda6f3811476346ea</id>
<content type='text'>
* build-aux/test-driver.scm: Bump copyright year for Arun Isaac.
</content>
</entry>
</feed>
