summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2025-01-29teams: Add gnu/services/desktop.scm to the scope of gnome-team.Maxim Cournoyer
* etc/teams.scm (gnome): Add "gnu/services/desktop.scm" to #:scope. Change-Id: Ib1294baf805c3146a02bed773a0b3f66f7f40b90 Signed-off-by: Ian Eure <[email protected]>
2025-01-27guix-install.sh: uninstall: Also remove shell completion symlinks.Denis 'GNUtoo' Carikli
Since symlinks to shell completion files are installed, it is useful to remove them during the uninstallation, especially when they point to files that are removed by 'guix-install.sh --uninstall'. * etc/guix-install.sh (sys_delete_shell_completion): Create. (sys_create_shell_completion): hardcode files being installed. (sys_customize_bashrc): call sys_delete_shell_completion. Change-Id: I70008bb55e7e1604f0c485c798460e160af7c9e5 Signed-off-by: Ludovic Courtès <[email protected]>
2025-01-16news: Add entry for ‘%base-home-services’.Ludovic Courtès
* etc/news.scm: Add entry. Co-authored-by: Florian Pelz <[email protected]> Change-Id: I77b73ab870116004bfe66d86a28532af3e5447aa
2025-01-16news: Add entry for ‘rottlog-service-type’ deprecation.Ludovic Courtès
* etc/news.scm: Add entry. Change-Id: I46ccddf4216b4c46ec417692c832b2e37a3669a0 Co-authored-by: Florian Pelz <[email protected]>
2025-01-16etc: snippets: Improve usability of tempel phases snippets.Liliana Marie Prikler
* etc/snippets/tempel/scheme-mode.eld (#:phases~\ ): New snippet. (add-before\ , add-after\ , replace\ ): Add dummy phase names.
2025-01-16teams: gnome: Add gnome-extension-manifest.Liliana Marie Prikler
* etc/teams/gnome/gnome-extension-manifest.scm: New file.
2025-01-16teams: gnome: Add gnome-manifest.Liliana Marie Prikler
* etc/teams/gnome/gnome-manifest.scm: New file.
2025-01-13news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation for linux-libre entries. Change-Id: Iee6f2a3f3871217f5db2e2b2eaebeca14ffb30ac
2025-01-12news: Add entry about removing linux-libre 6.11.Leo Famulari
* etc/news.scm: Add entry. Change-Id: Id405d3f289f22f52c252a7b30ba66abe963a54d8
2025-01-11etc: upgrade: Add web and crypto packages.Ludovic Courtès
* etc/manifests/upgrade.scm (security-packages): add nghttp2, nginx, nettle, and libsodium. Change-Id: I264d4595c3448cdfe5aefebbeb19eeee5107cef9
2025-01-10news: Add entry about linux-libre 6.12 update.Leo Famulari
* etc/news.scm: Add entry. Change-Id: I174484cf24f0ca5aa57d55d4712b5f1200f0c957
2025-01-07teams: Add Ian Eure to mozilla and emacs teams.Ian Eure
Change-Id: I1e4b1c049d198fc36ca718d2ce6b8873337a8980
2025-01-07news: Add entry for linux-libre 6.12.Leo Famulari
* etc/news.scm: Add entry. Change-Id: I10bc03ec902e4c00f9f6fddfffcf3cbf4f1a8100
2025-01-05teams: Add Divya Ranjan Pattanaik to emacs, rust and haskellDivya Ranjan
* etc/teams.scm: Add Divya Ranjan Pattanaik. Change-Id: Id68da5d614bc760619b9328bf1b2751f882abadd Signed-off-by: Ian Eure <[email protected]>
2025-01-05etc: git: pre-push: Run guix git authenticate before check-channel-news.Vagrant Cascadian
Running check-channel-news first could potentially be untrusted code, so authenticate first. * etc/git/pre-push: Run guix git authenticate before check-channel-news.
2025-01-05teams: Remove Zhu Zihao from teams due to inactivity.宋文武
* etc/teams.scm (Zhu Zihao): Remove member. Change-Id: I838585cf4df5dd4752b60516186d4291ea2b7050
2025-01-04news: Add entry for removing linux-libre 4.19 ("end of life").Leo Famulari
* etc/news.scm: Add entry for linux-libre 4.19 removal. Change-Id: Iba018ef96d6034cefd1d5fea16af6a937fec4308
2024-12-31teams: zig: Add manifest for Zig packages.Hilton Chain
* etc/teams/zig/zig-manifest.scm: New file. Change-Id: I6c71cff64191e0be49f4bbb6debe40c21459d52c
2024-12-29news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation for kexec entry. Change-Id: Ie7dd93cb18df0d07e73df3efc56805820e66d49c
2024-12-28news: Add entry about kexec.Ludovic Courtès
* etc/news.scm: Add entry. Change-Id: I8ba27ecba903ac6aa16ef97f09ac21e89a873dee
2024-12-26teams: Remove unmatched-paren from teams due to inactivity.Ludovic Courtès
* etc/teams.scm (paren): Remove from teams due to inactivity. Change-Id: Id2b0f597b86e16ded93cae1788e511c397d35e5e
2024-12-18etc: ungraft: Use ‘package-mapping’ directly.Ludovic Courtès
* etc/manifests/ungraft.scm (ungraft): New procedure. <top-level>: Use it. Remove ‘ungraft-all’. Change-Id: I6f1badf06dad9116d4242c7d1fff5ca53e6522f8
2024-12-18etc: upgrade: Really compute joint upgrades.Ludovic Courtès
Previously, since input rewriting did not happen recursively, libgcrypt would for instance be built against the old libgpg-error. * etc/manifests/upgrade.scm (joint-security-upgrades): Pass #:recursive? #t to ‘package-input-rewriting’. Change-Id: I7daaa11629aa12b833ca941a3a996c3db2754a7a
2024-12-12etc: upgrade: Attempt to upgrade the latest libgit2, not the default one.Ludovic Courtès
* etc/manifests/upgrade.scm (security-packages): Use ‘specification->package’ for libgit2. Change-Id: I6901ff6d40c645b292aab4779acf1c0547fdc024
2024-12-12maint: Add ungrafting manifest.Ludovic Courtès
* etc/manifests/ungraft.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Change-Id: If4aa7649721b93d3297ecd967d5db4a6b71ec6eb
2024-12-12etc: Move manifests to a separate directory.Ludovic Courtès
* etc/disarchive-manifest.scm, etc/hurd-manifest.scm, etc/kernels-manifest.scm, etc/release-manifest.scm, etc/source-manifest.scm, etc/system-tests.scm, etc/time-travel-manifest.scm, etc/upgrade-manifest.scm: Move to… * etc/manifests: … here, and drop “-manifest” from file name. * Makefile.am (EXTRA_DIST, assert-binaries-available, check-system): Adjust accordingly. Change-Id: Iedee3d0cdd42e72ef8bbf654ea5d3b47dca95874
2024-12-04Revert "news: Add entry for the Guix survey."John Kehayias
This reverts commit cd26d76fedb7ab13ad91bd5dcfce119892b8e62e. See discussion at <https://issues.guix.gnu.org/74549>. Let's keep news.scm to direct user impact/software (or at least not set a different precedent here). Change-Id: I1a72474ad3c79bc59100979f35f0216f68f4e88e
2024-12-03etc: teams: Add entry for Janneke Nieuwenhuizen.Janneke Nieuwenhuizen
* etc/teams.scm.in ("Janneke Nieuwenhuizen"): New member. Change-Id: Ia666772ae681cd869ffce84da65078c9174fa110
2024-12-03teams: Add hurd team.Janneke Nieuwenhuizen
* etc/teams.scm (hurd): New team. Change-Id: Id3b4d8ac3eed8c7773a45d0fe8a17154c6427aa1
2024-12-02Merge remote-tracking branch 'origin/rust-team'Efraim Flashner
Change-Id: I6d5c28252f060eeb69eb02fd281e7268bb885b29
2024-12-02maint: Run ‘etc/upgrade-manifest.scm’ in a UTF-8 locale.Ludovic Courtès
* etc/upgrade-manifest.scm: Add calls to ‘setlocale’ to force a UTF-8 locale. Change-Id: Ia567a1e08124d9eab7fb32f3363681a8f37431b1
2024-12-01etc: Add upgrade manifest.Ludovic Courtès
* guix/scripts/build.scm (dependents): Export. * etc/upgrade-manifest.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Change-Id: I1b2a2ebd09e559c68da9f25772bf33caacb4c031
2024-12-01packages: Factorize ‘all-packages’.Ludovic Courtès
* gnu/packages.scm (all-packages): New procedure. * etc/source-manifest.scm (all-packages): Remove. * guix/scripts/graph.scm (all-packages): Remove. * guix/scripts/refresh.scm (all-packages): Remove. * guix/scripts/weather.scm (all-packages): Remove. Change-Id: I6072952c4b877b541037ce86402cfb7744eeb0a0
2024-11-28teams: rust: Add another manifest.Efraim Flashner
Change-Id: Icabed521eb71fa94237246b181974716bc8a3858
2024-11-27news: Add entry for the Guix survey.John Kehayias
Note: no associated commit, so took a recent one at the time of this writing. * etc/news.scm: Add entry. Co-authored-by: Steve George <[email protected]> Change-Id: Ia770d3e24bcdd167bf05d84b60151756ffa88f1c
2024-11-23news: Add entry for guix pack’s AppImage formatSebastian Dümcke
* etc/news.scm: Add entry. Change-Id: If37b3b578517c15c2868239998975f7718f7d689 Signed-off-by: Ludovic Courtès <[email protected]>
2024-11-20teams: Fix symbol for sysadmin team.Greg Hogan
* etc/teams.scm (sysadmin): Fix symbol. Change-Id: I26efe8c14961023c5ef13f7ec76abe76bb232728 Signed-off-by: Andreas Enge <[email protected]>
2024-11-16etc: news: Warn users about postgresql default update.Nicolas Graves
* etc/news.scm: Add entry. Co-authored-by: Florian Pelz <[email protected]> Signed-off-by: Florian Pelz <[email protected]> Change-Id: Ic3c0c3202128a9dab8f7b6b2be369c29237fae04
2024-11-14guix-install.sh: Run the uninstall even if already partially doneDavid Boilleau
Removing users, groups or Systemd units fails if they are already absent, causing the uninstall script to exit. The goal here is to make the uninstall always run entirely, whatever parts are already done. * etc/guix-install.sh (sys_delete_build_user): Test if users and groups exist before deleting them. (sys_delete_guix_daemon): Test if /etc/systemd/system/guix-daemon.service file exists before removing the matching Systemd unit. Change-Id: Ibffb1f1b39de675542fb8057af21ecaea1b53d4c Signed-off-by: Ludovic Courtès <[email protected]>
2024-11-14guix-install.sh: Replace `ROOT_HOME` with `~root`David Boilleau
The `ROOT_HOME` variable is natively absent from some systems, however the form `~root`, which is used by the install functions in this same file, works. * etc/guix-install.sh (sys_delete_store, sys_delete_guix_daemon) (sys_delete_user_profiles): Replace `ROOT_HOME` with `~root`. Change-Id: Ia867e271ac4c5557d9708235fee028bccce68342 Signed-off-by: Ludovic Courtès <[email protected]>
2024-11-14guix-install.sh: Test if gnu-store.mount exists before removing the unitDavid Boilleau
The file /etc/systemd/system/gnu-store.mount has permissions 664, since the `install_unit()` function installed it so. So the test prior to removing the matching Systemd unit should not be wether this file is executable, otherwise it will always fail. The relevant test is on the file existence. * etc/guix-install.sh (sys_delete_guix_daemon): Test if gnu-store.mount file exists rather than if it is executable. Change-Id: Ic7cc186618b0b92fccf49a3b27805756a9126b89 Signed-off-by: Ludovic Courtès <[email protected]>
2024-11-09news: Add entry for removing linux-libre 6.10 ("end of life").Wilko Meyer
* etc/news.scm: Add entry for linux-libre 6.10 removal. Change-Id: If1bc44d8d31deddf7b214678e5024f78ac3bd22a Signed-off-by: Leo Famulari <[email protected]>
2024-11-03teams: Add Sysadmin team.Sharlatan Hellseher
* etc/teams.scm (sysadmin): New team; add Sharlatan to it. Change-Id: Icf943af03420a7ae4f259953bb08591e9e79054d
2024-10-22news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation for build user takeover entry. Change-Id: I48e5aec5dbbf85062ad13806117b8bd4b853347d
2024-10-21news: Add news entry for build user takeover vulnerability fix.Reepca Russelstein
* etc/news.scm: add entry about build user takeover vulnerability. Signed-off-by: Ludovic Courtès <[email protected]> Change-Id: I469e368914681e599252e766cd30100d5a377257
2024-10-15committer: Fix for inputs that are lists by using object->string.Attila Lendvai
* etc/committer.scm.in (change-commit-message): Use object->string to deal with more complex dependency specifications. Change-Id: Ieee39709fd3eb26368df400a9228d77aa97a9d9d Signed-off-by: Ludovic Courtès <[email protected]>
2024-10-14teams: Remove myself from the documentation team.Florian Pelz
* etc/teams.scm (Florian Pelz): Remove from the documentation team. Change-Id: I12be73998b18c3767f6d07753285bf1e70401054
2024-10-05teams: Register (gnu packages emulators) to games team.Maxim Cournoyer
* etc/teams.scm (games) <scope>: Register "gnu/packages/emulators.scm". Change-Id: I269f83073ff7bb9dcfc23767d853050ce07bfcb5
2024-09-21.dir-locals.el: Add tempel snippets.Nicolas Graves
Change-Id: Ic16f571f26fffee12e478e00c54be55e6eb90831 Signed-off-by: jgart <[email protected]>
2024-09-06Add file to core-packages team.Andreas Enge
* etc/teams.scm (core-packages): Add multiprecision.scm, which contains inputs for gcc. Change-Id: I36bf34450942c55529a471838fcfca29ceb9ae45