<feed xmlns='http://www.w3.org/2005/Atom'>
<title>henrietta-cache, branch 1.5.1</title>
<subtitle>Egg cache builder for the Henrietta egg server.
</subtitle>
<id>https://code.more-magic.net/henrietta-cache/atom?h=1.5.1</id>
<link rel='self' href='https://code.more-magic.net/henrietta-cache/atom?h=1.5.1'/>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/'/>
<updated>2019-09-22T14:15:00Z</updated>
<entry>
<title>Bump version in setup file to 1.5.1</title>
<updated>2019-09-22T14:15:00Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-09-22T14:15:00Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=bc63931bbe34f0ea012c268e75afd8b81ad3c1a1'/>
<id>urn:sha1:bc63931bbe34f0ea012c268e75afd8b81ad3c1a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove module wrapper</title>
<updated>2019-09-22T14:14:48Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-09-22T14:14:48Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=92d44bfeb039fc5f9e085e206e6cf6d228009793'/>
<id>urn:sha1:92d44bfeb039fc5f9e085e206e6cf6d228009793</id>
<content type='text'>
Forgot about the fact that hooks exist.

It is unclear how this should work with initfiles that register hooks.
Ideally it would simply be a matter of exporting the hooks, but then
we need a C4 installation procedure that somehow installs just the
program and an import library.  With C5 this would be easier, but I
don't yet want to make henrietta-cache C5-only.
</content>
</entry>
<entry>
<title>Add build artifacts to ignore file</title>
<updated>2019-09-22T14:10:25Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-09-22T14:10:25Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=fdefb889bec4bc4b89d36dbc07ef88aa5e71accc'/>
<id>urn:sha1:fdefb889bec4bc4b89d36dbc07ef88aa5e71accc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.5</title>
<updated>2019-09-22T14:04:32Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-09-22T14:04:32Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=e64123e9dcc0a7c3a36ca6bf5a0c1dc71348b98b'/>
<id>urn:sha1:e64123e9dcc0a7c3a36ca6bf5a0c1dc71348b98b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CHICKEN 4 imports</title>
<updated>2019-09-22T14:03:40Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-09-22T14:03:40Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=7a27b63c1fcc863bb651a7688b67f7846858f49e'/>
<id>urn:sha1:7a27b63c1fcc863bb651a7688b67f7846858f49e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wrap the program in a module form</title>
<updated>2019-09-22T14:03:03Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-09-22T14:03:03Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=e671f9896d48367d639e1933f7d2eca1553de397'/>
<id>urn:sha1:e671f9896d48367d639e1933f7d2eca1553de397</id>
<content type='text'>
This makes it easier to find out missing imports.
</content>
</entry>
<entry>
<title>Fix short option argument grouping</title>
<updated>2019-09-22T14:01:38Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-09-22T14:01:38Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=b3b49cbf1dd93d0a783527efc868a53090fa00b6'/>
<id>urn:sha1:b3b49cbf1dd93d0a783527efc868a53090fa00b6</id>
<content type='text'>
This used lset-intersection but that should've been lset-difference.
</content>
</entry>
<entry>
<title>Add -k and -n flags, suggested by Diego "dieggsy"</title>
<updated>2019-09-22T13:52:08Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-09-22T13:50:11Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=02e38e71fe666262489e460860cf0250833a5092'/>
<id>urn:sha1:02e38e71fe666262489e460860cf0250833a5092</id>
<content type='text'>
The -k or -keep option tells henrietta-cache to throw away older
releases, so that only the supplied number of latest releases is kept.

The -n option tells henrietta-cache to not download any new releases.
It can be used if one wants to prune old releases, together with -k.
</content>
</entry>
<entry>
<title>Fix sloppy code dealing with tmpdir parent deletion</title>
<updated>2019-09-12T06:11:02Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-09-12T06:11:02Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=2045c4156b58d5df6a98346e7ee3c2fd42f8d330'/>
<id>urn:sha1:2045c4156b58d5df6a98346e7ee3c2fd42f8d330</id>
<content type='text'>
Somehow this now causes an exception to be raised when the temp dir
was the contents dir, because move-to-cache already removes that
directory.
</content>
</entry>
<entry>
<title>Also add 1.4 to C5 release-info</title>
<updated>2019-09-12T05:49:53Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-09-12T05:49:53Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=804bf2cda41eb1200229f144ff03eb32bd179ddf'/>
<id>urn:sha1:804bf2cda41eb1200229f144ff03eb32bd179ddf</id>
<content type='text'>
</content>
</entry>
</feed>
