summaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAge
* snippets: Add a 'remove' snippet.Maxim Cournoyer2022-05-12
| | | | * etc/snippets/text-mode/guix-commit-message-remove-package: New file.
* news: Add 'de' translation.base-for-series-12171Florian Pelz2022-04-24
| | | | * etc/news.scm: Add German translation of update of 'linux-libre' entry.
* news: Fix news entry commit reference.Guillaume Le Vaillant2022-04-24
| | | | | * etc/news: Fix commit reference of news entry about Linux-libre kernel update to 5.17.
* news: Add entry about the update of the 'linux-libre' package.Leo Famulari2022-04-23
| | | | * etc/news.scm: Add entry.
* tests: System tests really parameterize 'current-guix-package'.Ludovic Courtès2022-04-11
| | | | | | | | | | | Until now, 'current-guix-package' was parameterized in the wrong context. Thus, 'current-guix' would end up building a variant of the 'guix' package instead of the package returned by 'channel-source->package', which is much less expensive to build. * etc/system-tests.scm (mparameterize): New macro. (tests-for-current-guix): Change the 'value' field of each <system-test> record to parameterize 'current-guix-package' for good.
* news: Add 'de' translation.Florian Pelz2022-04-05
| | | | * etc/news.scm: Add German translation of 'guix shell --export-manifest' entry.
* news: Add entry about 'guix shell --export-manifest'.Ludovic Courtès2022-04-04
| | | | * etc/news.scm: Add entry.
* news: Add 'de' translation.Florian Pelz2022-03-20
| | | | * etc/news.scm: Add German translation of 'guix home container' entry.
* news: Add entry about 'guix home container'.Ludovic Courtès2022-03-19
| | | | * etc/news.scm: Add entry.
* news: Add 'de' translation.Florian Pelz2022-03-03
| | | | * etc/news.scm: Add German translation of 'guix pull --news' entry.
* news: Add entry about ‘guix pull --news’ changes.Tobias Geerinckx-Rice2022-02-27
| | | | * etc/news.scm: Add entry.
* news: Fix 'de' translation.Florian Pelz2022-02-09
| | | | * etc/news.scm: Fix typo.
* news: Add 'de' translation.Florian Pelz2022-02-09
| | | | * etc/news.scm: Add German translation of end of Gzip substitutes entry.
* news: Add 'de' translation.Florian Pelz2022-02-09
| | | | * etc/news.scm: Add German translation of 'guix deploy -x' entry.
* news: Add entry about the sunsetting of Gzip substitutes.Maxim Cournoyer2022-02-08
| | | | * etc/news.scm (channel-news): New entry.
* news: Add entry about 'guix deploy -x'.Ludovic Courtès2022-02-02
| | | | * etc/news.scm: Add entry.
* etc: Remove redundant SELinux permissions block.Marius Bakke2022-01-26
| | | | | * etc/guix-daemon.cil.in (guix_daemon): Consolidate two blocks adding sock_file permissions on guix_daemon_conf_t.
* etc: Add more SELinux permissions for the daemon.base-for-series-11108base-for-series-11107Marius Bakke2022-01-24
| | | | | * etc/guix-daemon.cil.in (guix_daemon): Permit write on guix_daemon_conf_t sock_file, necessary for garbage collection.
* etc: committer: Support plain input lists.Ricardo Wurmus2022-01-23
| | | | | * etc/committer.scm.in (change-commit-message): Support new-style plain list inputs in addition to old-style inputs with labels.
* etc: Match define-public only at line start.Liliana Marie Prikler2022-01-19
| | | | | | | | The current regexp simply matches the first occurence, which more often than not points to the *previous* variable. * etc/snippets/text-mode/guix-commit-message-update-package ($1): Restrict match to beginning of line with optional indentation.
* bash completion: Complete "guix home" sub-commands.Ludovic Courtès2022-01-17
| | | | | * etc/completion/bash/guix (_guix_complete): Treat "guix home" like "guix system".
* bash completion: Fix options completion.Fulbert2022-01-16
| | | | | | | | | | Fixes, for example, "guix import pypi --<TAB>", which would previously fail to show '--recursive'. * etc/completion/bash/guix (_guix_complete_option): Fix options completion for first subcommand. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* news: Add 'de' translation.Florian Pelz2022-01-16
| | | | * etc/news.scm: Add German translation of 'guix style --styling=format' entry.
* news: Fix typos in French text.Ludovic Courtès2022-01-10
| | | | * etc/news.scm: Fix typos.
* news: Add news entry about 'guix style'.Ludovic Courtès2022-01-10
| | | | * etc/news.scm: Add entry.
* style: Add '--styling' option.Ludovic Courtès2022-01-10
| | | | | | | | | | | | | | | | | | | * guix/scripts/style.scm (format-package-definition): New procedure. (%options, show-help): Add "--styling". (%default-options): Add 'styling-procedure'. (guix-style): Honor it. * tests/style.scm (with-test-package) ("input labels, 'safe' policy") ("input labels, 'safe' policy, nothing changed") ("input labels, margin comment") ("input labels, margin comment on long list") ("input labels, line comment") ("input labels, modify-inputs and margin comment"): Pass "-S inputs". * etc/indent-code.el: Remove. * doc/contributing.texi (Formatting Code): Mention "guix style" instead of "etc/indent-code.el". (Submitting Patches): Add item for "guix style". * doc/guix.texi (Invoking guix style): Document "-S" and update.
* news: Add 'de' translation.Florian Pelz2022-01-02
| | | | * etc/news.scm: Add German translation of ‘--tune’ entry.
* news: Add 'de' translation.Florian Pelz2022-01-02
| | | | * etc/news.scm: Add German translation of ‘integer expected from stream’ entry.
* news: Add entry about '--tune'.Ludovic Courtès2022-01-01
| | | | * etc/news.scm: Add entry.
* news: Tie the latest news entry to a later commit.Tobias Geerinckx-Rice2021-12-30
| | | | | | | | | | Using 1eb40a6 was more correct than pragmatic, as those who have upgraded their own Guix since then will not see the message urging them to upgrade the Guix they don't know about. This follows up on commit df830ef91a1ea6255b1174520a22122134978d36. * etc/news.scm: Tie latest news entry to an arbitrary later commit.
* news: Add ‘integer expected from stream’ entry.Tobias Geerinckx-Rice2021-12-30
| | | | * etc/news.scm: Add entry.
* news: Add 'de' translation.Florian Pelz2021-12-14
| | | | * etc/news.scm: Add German translation of GDM Wayland entry.
* news: Add 'de' translation.Florian Pelz2021-12-14
| | | | * etc/news.scm: Add German translation of package inputs entry.
* news: Add 'de' translation.Florian Pelz2021-12-14
| | | | * etc/news.scm: Add German translation of static networking entry.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * news: Add entry about 'static-networking-service-type'.Ludovic Courtès2021-12-13
| | | | | | | | * etc/news.scm: Add entry.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\|
| * bash completion: Complete ‘guix shell -f’.Tobias Geerinckx-Rice2021-12-08
| | | | | | | | | | * etc/completion/bash/guix (_guix_complete): Suggest a file name following ‘guix shell […] -f’.
* | maint: Don't require unsupported packages such as GNOME on i686-linux.Ludovic Courtès2021-12-08
| | | | | | | | | | * etc/release-manifest.scm (%system-manifest): Filter out PACKAGE when it doesn't pass 'supported-package?'.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * news: Add copyright line for myself.Jonathan Brielmaier2021-12-04
| | | | | | | | * etc/news.scm: Add myself to the copyright headers.
| * news: Add entry about Icedove 91.Jonathan Brielmaier2021-12-01
| | | | | | | | * etc/news.scm: New entry.
* | news: Notify of Wayland support in GDMJosselin Poiret2021-11-15
| | | | | | | | | | | | * etc/news.scm: Add a news entry. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\|
| * guix-install.sh: Undo some bugs introduced by shellcheck.Tobias Geerinckx-Rice2021-11-07
| | | | | | | | * etc/guix-install.sh: Unquote all file names containing ~root.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * bash completion: Complete top-level options.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | | | * etc/completion/bash/guix (_guix_complete_option): Fix operation without a {,sub}command. (_guix_complete): Call it also when no command is given.
| * bash completion: Don't hard-code "guix" binary name.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | | | * etc/completion/bash/guix (_guix_complete_command): Use ${COMP_WORDS[0]} instead of hard-coding "guix".
| * news: Add 'de' translation.Florian Pelz2021-10-27
| | | | | | | | * etc/news.scm: Add German translation of "guix shell" entry.
| * news: Add entry about "guix shell".Ludovic Courtès2021-10-25
| | | | | | | | * etc/news.scm: Add entry.