<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/etc, branch wip-deploy</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=wip-deploy</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=wip-deploy'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2019-07-08T16:16:10Z</updated>
<entry>
<title>guix-install.sh: Don't initialise ~/.gnupg.</title>
<updated>2019-07-08T16:16:10Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-07-08T16:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=9b2644c2929163183699cf85dbd20cb9d628613f'/>
<id>urn:sha1:9b2644c2929163183699cf85dbd20cb9d628613f</id>
<content type='text'>
* etc/guix-install.sh (chk_gpg_keyring): Call gpg with ‘--dry-run’.
</content>
</entry>
<entry>
<title>guix-install.sh: Check for PGP key separately.</title>
<updated>2019-07-08T16:16:10Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-07-08T16:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=5d8e505ce5d179f321f2ee80927a8a0bd78979c4'/>
<id>urn:sha1:5d8e505ce5d179f321f2ee80927a8a0bd78979c4</id>
<content type='text'>
* etc/guix-install.sh (chk_gpg_keyring): New function to handle the
public key check previously stuffed into chk_require.
(main): Call it.
</content>
</entry>
<entry>
<title>guix-install.sh: Add missing ‘local’ declaration.</title>
<updated>2019-07-08T15:47:39Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-07-08T15:35:14Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=7a2e0c52df8e355d4b1596788d8f71fad3cbefea'/>
<id>urn:sha1:7a2e0c52df8e355d4b1596788d8f71fad3cbefea</id>
<content type='text'>
* etc/guix-install.sh (chk_require): Make $c local.
</content>
</entry>
<entry>
<title>guix-install.sh: Treat REQUIRE as the array it is.</title>
<updated>2019-07-08T15:47:39Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-07-08T15:32:53Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=6c77d79a4994124150071b36bfbb74c18a4651b3'/>
<id>urn:sha1:6c77d79a4994124150071b36bfbb74c18a4651b3</id>
<content type='text'>
Don't flatten it into a string only to split it again later.

* etc/guix-install.sh (chk_require): Iterate over array elements, not
string tokens.
(main): Pass $REQUIRE as an array of arguments.
</content>
</entry>
<entry>
<title>etc: Do not recommend use of SKS key servers.</title>
<updated>2019-07-01T21:32:08Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2019-07-01T21:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=cea5db1b8454c02452bed8cbe6eb89ce37164fe8'/>
<id>urn:sha1:cea5db1b8454c02452bed8cbe6eb89ce37164fe8</id>
<content type='text'>
* etc/guix-install.sh: Recommend downloading the GPG key from Savannah.
</content>
</entry>
<entry>
<title>etc: Remove hydra.gnu.org.pub key.</title>
<updated>2019-06-29T12:27:22Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-06-28T14:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=3a8bfebed94ba295432da8304b7ffb4a611ef761'/>
<id>urn:sha1:3a8bfebed94ba295432da8304b7ffb4a611ef761</id>
<content type='text'>
* etc/substitutes/hydra.gnu.org.pub: Delete file.
* guix/self.scm (miscellaneous-files): Don't install it.
* Makefile.am (dist_pkgdata_DATA): Remove it.
* gnu/services/base.scm (%default-authorized-guix-keys): Likewise.
(hydra-key-authorization): Rename to…
(substitute-key-authorization): …this.  Adjust only call site.
</content>
</entry>
<entry>
<title>guix-install.sh: Don't authorise hydra.gnu.org.</title>
<updated>2019-06-29T04:28:50Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-06-28T14:13:44Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=414c4de15de50c9bbc1d7159418f52fdcc6dab13'/>
<id>urn:sha1:414c4de15de50c9bbc1d7159418f52fdcc6dab13</id>
<content type='text'>
* etc/guix-install.sh (sys_authorize_build_farms): Authorise only
ci.guix.gnu.org and make all references to it singular.
</content>
</entry>
<entry>
<title>etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file.</title>
<updated>2019-06-05T15:27:22Z</updated>
<author>
<name>Jack Hill</name>
<email>jackhill@jackhill.us</email>
</author>
<published>2019-06-03T18:42:16Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=a5ca4a63426f5e24c13b93bde95511e9d89757f5'/>
<id>urn:sha1:a5ca4a63426f5e24c13b93bde95511e9d89757f5</id>
<content type='text'>
This is a followup to 579d17b70dac067f8194ede46513400b91ac136a.

* etc/guix-publish.service.in (Environment): Move GUIX_LOCPATH inside
the quotes.
</content>
</entry>
<entry>
<title>etc: guix-daemon.service.in: Fix GUIX_LOCPATH quoting.</title>
<updated>2019-06-05T09:48:55Z</updated>
<author>
<name>Jack Hill</name>
<email>jackhill@jackhill.us</email>
</author>
<published>2019-06-03T18:42:16Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=579d17b70dac067f8194ede46513400b91ac136a'/>
<id>urn:sha1:579d17b70dac067f8194ede46513400b91ac136a</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/36074&gt;.

* etc/guix-daemon.service.in: Move the GUIX_LOCPATH environment variable name
inside the quotes.

Signed-off-by: Ricardo Wurmus &lt;rekado@elephly.net&gt;
</content>
</entry>
<entry>
<title>Set 'LC_ALL=en_US.utf8' in systemd '.service' files.</title>
<updated>2019-05-13T21:46:08Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-13T21:42:09Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=489d6c0dc03f1d95a3fefa6301f36cac9b50b2c3'/>
<id>urn:sha1:489d6c0dc03f1d95a3fefa6301f36cac9b50b2c3</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/35671&gt;.

* etc/guix-daemon.service.in (Environment): Quote the 'GUIX_LOCPATH'
value; add 'LC_ALL'.
* etc/guix-publish.service.in (Environment): Likewise.
</content>
</entry>
</feed>
