<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix, branch linode-image-docs</title>
<subtitle>GNU transactional package management, distribution, deployment, and more!
</subtitle>
<id>http://git.rostovtsev.org/guix/atom?h=linode-image-docs</id>
<link rel='self' href='http://git.rostovtsev.org/guix/atom?h=linode-image-docs'/>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/'/>
<updated>2026-03-15T23:10:43Z</updated>
<entry>
<title>Added instructions for deploying machine configurations.</title>
<updated>2026-03-15T23:10:43Z</updated>
<author>
<name>Dan Rostovtsev</name>
<email>dan@rostovtsev.org</email>
</author>
<published>2026-03-15T23:10:43Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=9f434b57b7fc477894e52c47a6cf565da3b43b2d'/>
<id>urn:sha1:9f434b57b7fc477894e52c47a6cf565da3b43b2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Example config in documentation folder</title>
<updated>2026-03-15T19:46:15Z</updated>
<author>
<name>Dan Rostovtsev</name>
<email>dan@rostovtsev.org</email>
</author>
<published>2026-03-15T19:46:15Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=9a2d526cd356b216098964e4939198532b1a2bdf'/>
<id>urn:sha1:9a2d526cd356b216098964e4939198532b1a2bdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated working version of linode docs.</title>
<updated>2026-03-15T19:43:15Z</updated>
<author>
<name>Dan Rostovtsev</name>
<email>dan@rostovtsev.org</email>
</author>
<published>2026-03-15T19:43:15Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=ff3db6c51d6665577f6c299036940511f998b851'/>
<id>urn:sha1:ff3db6c51d6665577f6c299036940511f998b851</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added boot and SSH instructions after creating bootable guix os in linode.</title>
<updated>2026-03-15T02:01:04Z</updated>
<author>
<name>Dan Rostovtsev</name>
<email>dan@rostovtsev.org</email>
</author>
<published>2026-03-15T02:01:04Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=cfcadca2efda0b6e83a6f80f6582f291f1d6380a'/>
<id>urn:sha1:cfcadca2efda0b6e83a6f80f6582f291f1d6380a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added first pass at guix installation for linode.</title>
<updated>2026-03-14T23:21:32Z</updated>
<author>
<name>Dan Rostovtsev</name>
<email>dan@rostovtsev.org</email>
</author>
<published>2026-03-14T23:21:32Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=edb73703365bec75af7b525e3e43365013e69bf7'/>
<id>urn:sha1:edb73703365bec75af7b525e3e43365013e69bf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build-aux: Disable file port name canonicalization in a few places.</title>
<updated>2026-03-11T15:31:06Z</updated>
<author>
<name>Christopher Baines</name>
<email>mail@cbaines.net</email>
</author>
<published>2026-03-02T12:45:00Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=991c410bcff9e03761cc164896e44f0d1db8480a'/>
<id>urn:sha1:991c410bcff9e03761cc164896e44f0d1db8480a</id>
<content type='text'>
I'm assuming this doesn't have any meaningful effect, and it seems to reduce
the number of readlink calls by a lot.

* build-aux/build-self.scm (build-program): Set
%file-port-name-canonicalization to #f.
(build): Ditto.
* build-aux/compile-as-derivation.scm: Ditto.

Change-Id: If43415c46c3911e84c76d1a9828b9c417a140a1b
</content>
</entry>
<entry>
<title>compile-as-derivation: Buffer the current-error-port.</title>
<updated>2026-03-11T15:31:06Z</updated>
<author>
<name>Christopher Baines</name>
<email>mail@cbaines.net</email>
</author>
<published>2026-03-02T12:28:45Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=c56f19efc66c8970e23c4cc4778fe6fcd2574994'/>
<id>urn:sha1:c56f19efc66c8970e23c4cc4778fe6fcd2574994</id>
<content type='text'>
To avoid one character per syscall output from within the build procedure.

* build-aux/compile-as-derivation.scm: Buffer the current-error-port.

Change-Id: I7725ef0cb1f3ad4e9f5fdd284734f376fd57b253
</content>
</entry>
<entry>
<title>build-self: Setup buffering for the store socket.</title>
<updated>2026-03-11T15:31:06Z</updated>
<author>
<name>Christopher Baines</name>
<email>mail@cbaines.net</email>
</author>
<published>2026-03-02T12:20:52Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=ba35edb100b3383bd1b9a89f92ded74ae40e5357'/>
<id>urn:sha1:ba35edb100b3383bd1b9a89f92ded74ae40e5357</id>
<content type='text'>
In the case where port-&gt;connection is used, since this doesn't setup
buffering.

* build-aux/build-self.scm (build-program): Setup buffering for the store
socket.

Change-Id: I822bb628e92d1070e78a2ad9e95665ca2ff4a351
</content>
</entry>
<entry>
<title>store: Export the %default-store-connection-buffer-size.</title>
<updated>2026-03-11T15:31:04Z</updated>
<author>
<name>Christopher Baines</name>
<email>mail@cbaines.net</email>
</author>
<published>2026-03-02T12:19:44Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=e6581cc5f9567e4bf100e1d3e052b3f467656d49'/>
<id>urn:sha1:e6581cc5f9567e4bf100e1d3e052b3f467656d49</id>
<content type='text'>
So it can be used elsewhere, for example where port-&gt;connection is used and
there's a need to setup buffering.

* guix/store.scm (%default-buffer-size): Rename to
%default-store-connection-buffer-size.
(connect-to-daemon, open-connection): Update accordingly.

Change-Id: Ieb932577304786e5dee891ad1652e03c388d4112
</content>
</entry>
<entry>
<title>gnu: python-vunit: Implement parallel tests.</title>
<updated>2026-03-11T14:27:36Z</updated>
<author>
<name>Cayetano Santos</name>
<email>csantosb@inventati.org</email>
</author>
<published>2026-03-11T14:26:19Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=894349cec86bd2d471d9d37e43f349c9ec95bcd1'/>
<id>urn:sha1:894349cec86bd2d471d9d37e43f349c9ec95bcd1</id>
<content type='text'>
* gnu/packages/electronics.scm (python-vunit)[arguments]: Set parallel
flag in ’run-examples #:phase.

Change-Id: If3460b4715f244fd52262f8a67cbc2e88a2dfafc
</content>
</entry>
</feed>
