<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/guix/self.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2019-05-28T21:21:27Z</updated>
<entry>
<title>self: Fix unquoting.</title>
<updated>2019-05-28T21:21:27Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2019-05-28T21:21:27Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=fa866548244e3a8ad65a19c40cb0d6f2c669cc6b'/>
<id>urn:sha1:fa866548244e3a8ad65a19c40cb0d6f2c669cc6b</id>
<content type='text'>
This is a follow-up to commit dfc69e4b6d4bbc41a4d37b3cc6ea12adb34aaafa.

* guix/self.scm (whole-package): Unquote %storedir in the daemon wrapper.
</content>
</entry>
<entry>
<title>self: Add dependency on lzlib.</title>
<updated>2019-05-27T20:47:24Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-24T08:28:34Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=73ac9098b17e515ab1215c3ada2b3b0c9fb5b28c'/>
<id>urn:sha1:73ac9098b17e515ab1215c3ada2b3b0c9fb5b28c</id>
<content type='text'>
* guix/self.scm (compiled-guix): Pass #:lzlib to 'make-config.scm'.
(make-config.scm): Add #:lzlib and honor it.
(specification-&gt;package): Add "lzlib".
</content>
</entry>
<entry>
<title>self: 'guix-daemon' honors %localstatedir, %sysconfdir, and %storedir.</title>
<updated>2019-05-26T20:01:42Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-26T20:01:42Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=dfc69e4b6d4bbc41a4d37b3cc6ea12adb34aaafa'/>
<id>urn:sha1:dfc69e4b6d4bbc41a4d37b3cc6ea12adb34aaafa</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/35874&gt;.
Reported by Ricardo Wurmus &lt;ricardo.wurmus@mdc-berlin.de&gt;.

Previously, the 'guix-daemon' program provided by 'guix pull' would
systematically use default directory locations for these.

* guix/self.scm (whole-package)[wrap]: Set GUIX_STATE_DIRECTORY,
GUIX_CONFIGURATION_DIRECTORY, and NIX_STORE_DIR.
</content>
</entry>
<entry>
<title>self: Remove unused variables.</title>
<updated>2019-05-20T21:23:00Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-20T13:55:21Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=a90157472740b45be23df86341449eb75ff51168'/>
<id>urn:sha1:a90157472740b45be23df86341449eb75ff51168</id>
<content type='text'>
* guix/self.scm (info-manual)[po4a, gettext]: Remove.
</content>
</entry>
<entry>
<title>Add (guix lzlib).</title>
<updated>2019-05-06T21:21:33Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2019-03-08T18:02:59Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=fea338c6ca1922097fa233be85f424c152a4f507'/>
<id>urn:sha1:fea338c6ca1922097fa233be85f424c152a4f507</id>
<content type='text'>
* guix/lzlib.scm, tests/lzlib.scm: New files.
* Makefile.am (MODULES): Add guix/lzlib.scm.
(SCM_TESTS): Add tests/lzlib.scm.
* m4/guix.m4 (GUIX_LIBLZ_LIBDIR): New macro.
* configure.ac (LIBLZ_LIBDIR): Use it.  Define and substitute
'LIBLZ'.
* guix/config.scm.in (%liblz): New variable.
* guix/self.scm (make-config.scm): Add TODO comment.

Co-authored-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
<entry>
<title>build: Change default substitute server to "ci.guix.gnu.org".</title>
<updated>2019-05-01T09:05:47Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-01T09:05:47Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=757e633d57a7b994759d69e41dd759a39f1a34ae'/>
<id>urn:sha1:757e633d57a7b994759d69e41dd759a39f1a34ae</id>
<content type='text'>
* config-daemon.ac: Replace "ci.guix.info" with "ci.guix.gnu.org".
* doc/guix.texi (SUBSTITUTE-SERVER): Likewise.
* etc/substitutes/ci.guix.gnu.org.pub: New file.
* Makefile.am (dist_pkgdata_DATA): Add it.
* guix/scripts/build.scm (%default-log-urls): Update.
* guix/scripts/substitute.scm (%default-substitute-urls): Likewise.
* guix/store.scm (%default-substitute-urls): Likewise.
* guix/self.scm (miscellaneous-files): Add "ci.guix.gnu.org".
</content>
</entry>
<entry>
<title>self: Rebuild translated manuals.</title>
<updated>2019-04-27T15:13:18Z</updated>
<author>
<name>Julien Lepiller</name>
<email>julien@lepiller.eu</email>
</author>
<published>2019-04-26T12:54:52Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=554b30d2aca0cb27804d92863b87209593b023c6'/>
<id>urn:sha1:554b30d2aca0cb27804d92863b87209593b023c6</id>
<content type='text'>
* guix/self.scm (info-manual): Run po4a and related commands to generate
translated texi files before building translated manuals.
* guix/build/po.scm: New file.
* Makefile.am (MODULES_NOT_COMPILED): Add it.
</content>
</entry>
<entry>
<title>self: Install 'guix.zh_CN.info'.</title>
<updated>2019-04-24T22:45:34Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-24T13:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=17503ea8a26ce1e13b8c682a3b0d6280c2e06234'/>
<id>urn:sha1:17503ea8a26ce1e13b8c682a3b0d6280c2e06234</id>
<content type='text'>
Reported by Julien Lepiller.

* guix/self.scm (info-manual): Adjust file name regexp so that it
matches *.zh_CN.texi.
</content>
</entry>
<entry>
<title>self: Remove unused variable.</title>
<updated>2019-04-17T09:53:53Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-16T21:23:02Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=ab77b69eca6959c9ce946ca18d218aab8ade1cc1'/>
<id>urn:sha1:ab77b69eca6959c9ce946ca18d218aab8ade1cc1</id>
<content type='text'>
This variable is unused since commit
45779fa676419de8838cb26b6c7a24678a2be1cd.

* guix/self.scm (%dependency-variables): Remove.
* build-aux/build-self.scm (%dependency-variables): Remove.
</content>
</entry>
<entry>
<title>self: Ship all the (gnu bootloader …) modules.</title>
<updated>2019-04-03T16:21:43Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-03T16:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=5a6e04c53cee8d35feaa40755fa362dc1bb672de'/>
<id>urn:sha1:5a6e04c53cee8d35feaa40755fa362dc1bb672de</id>
<content type='text'>
* guix/self.scm (compiled-guix)[*system-modules*]: Explicitly add all of
gnu/bootloader/*.
</content>
</entry>
</feed>
