guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit ad16f84d642bec483c7d40434d55b16e5420f0ff Author: Brice Waegeneire <[email protected]> AuthorDate: Sat Jun 28 12:26:20 2025 +0200 DRAFT: news: Add entry for fix in home-dotfiles-configuration-excluded. * etc/news.scm: Add entry for fix in home-dotfiles-configuration-excluded. Change-Id: Ic4c90b88c1a4a8c872341e1e61f14257dd6fae79 Merges: https://codeberg.org/guix/guix/pulls/785 Co-authored-by: Florian Pelz <[email protected]> Signed-off-by: Nguyễn Gia Phong <[email protected]> --- etc/news.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/etc/news.scm b/etc/news.scm index 8d8d16cff5..c018343a8b 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -33,6 +33,7 @@ ;; Copyright © 2025 Rivulet Cedar <[email protected]> ;; Copyright © 2025 jgart <[email protected]> ;; Copyright © 2025 Steve George <[email protected]> +;; Copyright © 2025 Brice Waegeneire <[email protected]> ;; Copyright © 2026 Noé Lopez <[email protected]> ;; @@ -43,6 +44,25 @@ (channel-news (version 0) + (entry (commit "f0d95cf773bc5d014f4791617b9109557a285713") + (title + (en "@code{home-dotfiles-configuration-excluded} +also exclude directories") + (de "@code{home-dotfiles-configuration-excluded} +wird auch Verzeichnisse ausschließen") + (fr "@code{home-dotfiles-configuration-excluded} +exclut aussi les dossiers")) + (body + (en "All files, including directories, matching a pattern in +@code{home-dotfiles-configuration-excluded} are now excluded. Making it behave +like @code{stow}'s @code{--ignore}.") + (de "Alle Dateien, auch Verzeichnisse, die auf ein Muster in +@code{home-dotfiles-configuration-excluded} passen, werden jetzt ausgeschlossen. +Dadurch verhält es sich wie @code{--ignore} bei @code{stow}.") + (fr "Tous les fichiers, y compris les dossiers, correspondant à un +motif présent dans @code{home-dotfiles-configuration-excluded} sont exclus. +Rendant son comportement similaire au @code{--ignore} de @code{stow}."))) + (entry (commit "c9dcd203e5356f13b736d5be121fd61874be1a93") (title (en "@command{pull} and @command{time-machine} can download channel
