<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/etc/completion/zsh/_guix, branch koszko</title>
<subtitle>Wojtek's customized Guix</subtitle>
<id>https://git.koszko.org/guix/atom?h=koszko</id>
<link rel='self' href='https://git.koszko.org/guix/atom?h=koszko'/>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/'/>
<updated>2025-02-28T04:36:44Z</updated>
<entry>
<title>gnupg: Automatically fallback to 'always policy when non-interactive.</title>
<updated>2025-02-28T04:36:44Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2025-02-07T06:01:36Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=79a46d65370418dde29b303bebcb487355564f98'/>
<id>urn:sha1:79a46d65370418dde29b303bebcb487355564f98</id>
<content type='text'>
Previously to this change, the 'guix refresh' download
policy (--key-download)would default to 'interactive', which would throw a
backtrace when guix was invoked with its stdin not connected to a peusdo
terminal (tty).  This change makes the new default value 'auto' use
interactive only in an interactive environment, with 'always' used as
fallback.

* doc/guix.texi (Invoking guix refresh): Adjust doc.
* etc/completion/fish/guix.fish: Adjust accordingly.
* etc/completion/zsh/_guix (_guix_list_installed_packages): Likewise.
* guix/gnupg.scm (gnupg-verify*): Change default #:key-download argument value
to 'auto.  Update doc.  Validate argument.  Raise an error in case read-line
returns #&lt;eof&gt;.
* guix/import/gnu.scm (gnu-package-&gt;sexp): &lt;#:key-download&gt;: Change default
value to 'auto.
* guix/import/gnu.scm (gnu-&gt;guix-package): &lt;#:key-download&gt;: Likewise.
* guix/scripts/import/gnu.scm (%options): Add "auto" to accepted
--key-download values.
(%default-options): Set default key-download option to the 'auto value.
(show-help): Update doc.
* guix/scripts/refresh.scm (show-help): Update doc.
(update-package) &lt;#:key-download&gt;: Change default value to 'auto.  Update doc.
* guix/upstream.scm (download-tarball): &lt;#:key-download&gt;: Likewise.
(package-update): Likewise.

Change-Id: Id1ca8fd6d453ca4bc5b372534445e3beab9133a8
Fixes: https://issues.guix.gnu.org/76112
Reviewed-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
<entry>
<title>etc: completion: Filter gratuitous spaces from available packages.</title>
<updated>2021-10-24T18:17:05Z</updated>
<author>
<name>Liliana Marie Prikler</name>
<email>liliana.prikler@gmail.com</email>
</author>
<published>2021-10-24T12:09:47Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=55f6d9e818512b4e3e4adacfa99deb201b6854be'/>
<id>urn:sha1:55f6d9e818512b4e3e4adacfa99deb201b6854be</id>
<content type='text'>
Tested with:

  guix environment --{ad-hoc,pure} zsh guix bash-completion coreutils -- zsh
  % fpath=(~/guix/etc/completion/zsh $fpath)
  % autoload -U compinit; compinit

* etc/completion/zsh/_guix (_guix_list_available_packages): Remove spaces.

Co-authored-by: Tobias Geerinckx-Rice &lt;me@tobias.gr&gt;
</content>
</entry>
<entry>
<title>zsh completion: Add missing commands and arguments.</title>
<updated>2021-08-28T15:57:50Z</updated>
<author>
<name>Noah Evans</name>
<email>noah@nevans.me</email>
</author>
<published>2021-08-28T15:49:39Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=a8dd285d5a0670abf124a721e6ba94da045b24ba'/>
<id>urn:sha1:a8dd285d5a0670abf124a721e6ba94da045b24ba</id>
<content type='text'>
* etc/completion/zsh/_guix (_guix_install, _guix_remove, _guix_upgrade):
  New functions.
  (_guix_build, _guix_challenge, _guix_download, _guix_environment,
  _guix_packages, _guix_gc, _guix_hash, _guix_lint, _guix_package,
  _guix_publish, _guix_pull, _guix_refresh, _guix_size, _guix_system):
  Add some of the missing arguments.
  (_guix_cmds): Add missing commands.

Co-authored-by: Brice Waegeneire &lt;brice@waegenei.re&gt;
</content>
</entry>
<entry>
<title>scripts: system: Remove 'vm-image' command.</title>
<updated>2021-02-17T09:52:28Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>othacehe@gnu.org</email>
</author>
<published>2021-01-19T17:09:28Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=ee2a5da80a9bda25542c00a7a35a9ddddcbd58af'/>
<id>urn:sha1:ee2a5da80a9bda25542c00a7a35a9ddddcbd58af</id>
<content type='text'>
Remove the 'vm-image' command that has been superseded by the 'image'
command.

* gnu/system/vm.scm (system-qemu-image): Remove it.
* guix/scripts/system.scm (system-derivation-for-action): Mark 'vm-image'
command as deprecated and use the image API to produce the VM image.
(perform-action, show-help): Adapt accordingly.
* tests/guix-system.sh: Ditto.
* doc/guix.texi (Invoking guix system,
Running Guix in a VM): Ditto.
* etc/completion/fish/guix.fish: Ditto.
* etc/completion/zsh/_guix: Ditto.
</content>
</entry>
<entry>
<title>guix build, daemon: Rename "--no-build-hook" to "--no-offload".</title>
<updated>2019-11-25T23:16:36Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-11-21T14:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=dc209d5a5ddba4320c9a4f893d6df4b70f3685a0'/>
<id>urn:sha1:dc209d5a5ddba4320c9a4f893d6df4b70f3685a0</id>
<content type='text'>
This is a followup to bc69ea2d605810cc32e13ed03d5848b8dc358b61.

* guix/scripts/build.scm (show-build-options-help): Rename
"--no-build-hook" to "--no-offload".
(%standard-build-options): Likewise, and warn when "--no-build-hook" is
passed.
* nix/nix-daemon/guix-daemon.cc (options): Add "--no-offload" and mark
"--no-build-hook" as hidden.
* guix/scripts/offload.scm: Adjust comment.
* doc/guix.texi (Invoking guix-daemon, Common Build Options): Replace
"--no-build-hook" with "--no-offload".
* etc/completion/fish/guix.fish, etc/completion/zsh/_guix: Adjust
accordingly.
</content>
</entry>
<entry>
<title>Add Zsh completion file.</title>
<updated>2016-09-07T14:08:20Z</updated>
<author>
<name>Eric Le Bihan</name>
<email>eric.le.bihan.dev@free.fr</email>
</author>
<published>2016-09-07T05:57:38Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/guix/commit/?id=96dbc93089723cece1241e51c657f596adf6d3d5'/>
<id>urn:sha1:96dbc93089723cece1241e51c657f596adf6d3d5</id>
<content type='text'>
* etc/completion/zsh/_guix: New file.
* Makefile.am (dist_zshcompletion_DATA): New variable.
* configure.ac: Add --with-zsh-completion-dir.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
</feed>
