/gnu/packages/bootstrap/

ethod='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2020-10-12news: Update copyright....* etc/news.scm: Add missing copyright headers. Florian Pelz
2020-10-12news: Add 'es' translation....* etc/news.scm: Add Spanish translation. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> Miguel Ángel Arruga Vivas
2020-10-06etc: committer: Use EQUAL? instead of EQ? for differences....* etc/committer.scm.in (commit-message): Use EQUAL? instead of EQ? to compute differences because not all inputs may be symbols; some could be expressions. Ricardo Wurmus
2020-10-02news: Add ‘de’ translation....* etc/news.scm: Add ‘de’ translation. Florian Pelz
2020-10-02news: Add entry for transformation option record/replay....* etc/news.scm: Add entry. Ludovic Courtès
2020-10-01news: Add ‘de’ translation....* etc/news.scm: Add ‘de’ translation. Florian Pelz
2020-09-30news: Add entry for 'image-type' option....* etc/news.scm: Add a new entry. Mathieu Othacehe
2020-09-29news: Fix typo in ‘fr’ translation....* etc/news.scm: Update ‘fr’ translation. Florian Pelz
2020-09-28news: Add ‘fr’ translations....* etc/news.scm: Add ‘fr’ translations. Ludovic Courtès
2020-09-28news: Add ‘de’ translations....* etc/news.scm: Add ‘de’ translations. Florian Pelz
2020-09-27news: Add news entry for '--without-tests'....* etc/news.scm: Add entry. Ludovic Courtès
2020-09-27news: Add entry for deep graph rewriting....* etc/news.scm: Add entry. Ludovic Courtès
2020-09-24bash completion: Adjust to new 'guix help' output....This is a followup to 3794ce93be8216d8378df7b808ce7f53b1e05a53, which broke command completion. Reported by Oleg Pykhalov <go.wigust@gmail.com>. * etc/completion/bash/guix (_guix_complete_command): Update to match output of 'guix help' as introduced in 3794ce93be8216d8378df7b808ce7f53b1e05a53. Ludovic Courtès
2020-09-21bash completion: Complete file names after 'guix package -p'....* etc/completion/bash/guix (_guix_complete): Add _guix_is_dash_p. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fulbert
2020-09-17guix-install.sh: Support OpenRC....* etc/guix-install.sh (chk_init_sys): Detect OpenRC. (sys_enable_guix_daemon): Install & enable the Guix daemon on such systems. * etc/openrc/guix-daemon.in: New file. * nix/local.mk: Add a rule for it. (openrcservicedir, nodist_openrcservice_DATA): New variables. (CLEANFILES, EXTRA_DIST): Add them. * .gitignore: Ignore etc/openrc/guix-daemon. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Morgan Smith
2020-09-17guix-install.sh: Be POSIX-compliant....* etc/guix-install.sh (guix_get_bin_list): Call grep with an extended regular expression instead of a non-POSIX Perl regular expression. (sys_create_store): Remove ‘--warning=no-timestamp’ argument to tar. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Morgan Smith
2020-09-10bash completion: Restore completion for 'guix system', etc....Commit 538ca8dd65f0075cc65bcca18ed87f66a789290a introduced a second '_guix_complete_subcommand' function, shadowing the existing one, which broke sub-command completion for 'guix system', 'guix import', etc. * etc/completion/bash/guix: Distinguish between '_guix_complete_command' and '_guix_complete_subcommand'. Adjust users to call the right one. Ludovic Courtès
2020-09-09guix-install.sh: Quote the OpenPGP key URL....Without quotes, zsh fails with "no matches found" as it tries to interpret the question mark. * etc/guix-install.sh (chk_gpg_keyring): Enclose URL in single quotes. Ludovic Courtès