summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)AuthorFilesLines
34 hoursteams: Remove Katherine Cox-Buday.Sharlatan Hellseher1-5/+0
The last commit is 2 years old. a8d9741a156 * gnu: go-1.22: Disable flakey tests. * etc/teams.scm (Katherine Cox-Buday): Remove person. Merges: guix/guix!10842 Reviewed-by: Maxim Cournoyer <maxim@guixotic.coop> Reviewed-by: Ludovic Courtès <ludo@gnu.org>
3 daysteams/gnome: Sort update specs.Maxim Cournoyer1-3/+4
* etc/teams/gnome/gnome-core-refresh: Sort update specs.
7 daysmanifests: kernels: Restrict packages to build.Vagrant Cascadian1-2/+3
* etc/manifests/kernels.scm (manifest): Use string-match on a limited set of linux related packages.
7 daysteams: linux-libre: Add kernel manifest.Vagrant Cascadian1-1/+2
* etc/teams.scm (linux-libre): Add etc/manifests/kernels.scm.
7 daysteams/gnome: Refine gnome-core-refresh script.Maxim Cournoyer1-3/+19
* etc/teams/gnome/gnome-core-refresh (%gnome-releng-versions-uri): Update to version 50. (%names): Add more associations. (make-name-spec): New procedure. (releng-tree->update-specs): Use it.
8 daysmaint: Replace remaining usages of isc-dhcp with dhcpcd.Maxim Cournoyer3-3/+3
isc-dhcp has been unmaintained since 2022. This is a follow-up to commit 3e713ae41c73b352fad4830b23721ee07935c512. * doc/guix.texi (Keyboard Layout and Networking and Partitioning): Adjust example. * etc/manifests/cross-compile.scm (%system-packages) * etc/manifests/release-desktop.scm (%desktop-packages) * etc/manifests/release-minimal.scm (%system-packages): Replace "isc-dhcp" with "dhcpcd". * gnu/system.scm (%base-packages-networking): Likewise. * gnu/tests/install.scm (%simple-installation-script) (%extlinux-gpt-installation-script) (%simple-installation-script-for-/dev/vda) (%separate-store-installation-script) (%extra-encrypted-packages): Likewise.
9 daysteams/qt: Document upgrading to an exact Qt version.Maxim Cournoyer1-2/+5
9 daysetc/committer: Avoid using an Autoconf template.Maxim Cournoyer1-2/+3
This does not seem to be critical here, and hampers hackability (a ./configure re-run was needed to regenerate the file). * etc/committer.scm.in: Rename to... * etc/committer.scm: ... this. Adjust shebang to use /bin/sh and 'guix repl'. * .gitignore: De-register etc/committer.scm.
9 daysetc/committer: Sort changes in order of closure size.Maxim Cournoyer1-11/+34
This is to make it more convenient to review updates with many dependents, e.g. by stopping on every commit to review things. It avoids having to rebuild the same things when reviewing later commits. * etc/committer.scm.in (new+old+hunks->package): New procedure. (sort-new+old+hunks-by-closure): Likewise. (main): Use it. Suggested-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
9 daysnews: Add entry for GNOME 49 update.Noé Lopez1-0/+47
* etc/news.scm: New entry. Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de> Change-Id: I3b41351bc29f5b06327493801bff6746834ec052
10 daysteams: Remove Nicolas Graves.Nicolas Graves1-5/+0
* etc/teams.scm (Nicolas Graves): Remove person. Signed-off-by: Andreas Enge <andreas@enge.fr>
10 daysteams: Add kde manifest.Rodion Goritskov1-0/+14
* etc/teams/kde/kde-manifest.scm: Add file. Change-Id: Ib8ff79edfdabd4c6570b2f7161688ca16d00f367
10 daysgnu: Remove twitchy.Nicolas Graves1-1/+0
* gnu/packages/video.scm (twitchy): Delete variable. * etc/teams/python/python-tier-5-manifest.scm: Drop it as well here. Signed-off-by: Andreas Enge <andreas@enge.fr>
12 daysnews: Announce the removal of linux-libre 5.10, 5.15, 6.19 and 7.0.Vagrant Cascadian1-0/+9
* etc/news.scm: Add entry.
12 daysgnu: xfs-repair/static: Deprecate and rename.Nicolas Graves1-1/+1
* gnu/packages/linux.scm (xfs_repair/static): Rename to xfs-repair/static and deprecate. * etc/manifests/release-minimal.scm (%filesystem-packages): Adapt accordingly. * gnu/system/linux-initrd.scm (file-system-packages): Likewise. Change-Id: Ied616899e811094e52672dd25547471cb2297be6 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2026-08-18teams: Remove Ekaitz.Ekaitz Zarraga1-5/+0
* etc/teams.scm (Ekaitz): Remove person. Merges guix/guix!10630 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-08-14teams/python: Add more packages to python-development-manifest scope.Sharlatan Hellseher1-1/+3
* etc/teams/python/python-development-manifest.scm: Add python-tox and python-nox to the scope. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-10etc: Replace deprecated packages in Python manifest.Andreas Enge2-18/+7
* etc/teams/python/python-tier-4-manifest.scm, * etc/teams/python/python-tier-5-manifest.scm: Replace python-decoupler-py by python-decoupler, python-pyega3 by python-ega-download-client, python-waf by waf, python-parted by python-pyparted, python-vtraag-louvain by python-louvain-igraph, kconfig-hardened-check by kernel-hardening-checker, python-onnx by onnx, gajim-omemo by gajim, beets-bandcamp by beets-beetcamp, python-flask-restplus by python-flask-restx, bazaar by breezy, or drop them if the replacement is already there.
2026-07-28teams: beam: Add beam-manifest.Giacomo Leidi1-0/+73
* etc/teams/beam/beam-manifest.scm: New file. Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-07-27etc: apparmor.d: Fix "guix-daemon/guix-builder" policy.Noé Lopez1-1/+1
* etc/apparmor.d/guix-daemon (guix-builder)[/tmp/**]: Allow database locks and file operations. Fixes: https://codeberg.org/guix/guix/issues/8363 Merges: https://codeberg.org/guix/guix/pulls/10017 Tested-by: Owen T. Heisler <writer@owenh.net> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-07-26news: Add Brazilian Portuguese translation.Anderson Torres1-8/+53
* etc/news.scm: Translate most recent entries to Portuguese. Merges: https://codeberg.org/guix/guix/pulls/10186 Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2026-07-26news: Add news entry for rabbitmq-service-typewrobell1-0/+22
* etc/news.scm (channel-news): New entry. Merges: https://codeberg.org/guix/guix/pulls/9607 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-07-24news: Announce the end of support for linux-libre 6.19 and 7.0.Vagrant Cascadian1-0/+13
* etc/news.scm: Add entry.
2026-07-23teams: Initialize <forgejo-team> ‘id’ to *unspecified*.Ludovic Courtès1-2/+2
* etc/teams.scm (team->forgejo-team): Initialize ‘id’ as *unspecified* so that it’s the JSON ‘id’ field is not emitted for ‘create-team’ calls. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #9944
2026-07-23teams: Report API validation errors.Ludovic Courtès1-3/+14
* etc/teams.scm (<forgejo-validation-error>): New condition type. (&forgejo-error)[api-error]: New field. (define-forgejo-request): On 422, read the body as a <forgejo-validation-error>. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-07-23teams: Shorten description of ‘security-response’ team.Ludovic Courtès1-4/+2
This is necessary to remain below the 255-character limit for team descriptions. Failing that, ‘create-team’ hits 422. * etc/teams.scm (security-response): Shorten #:description. Fixes: guix/guix#9636 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-07-23teams: Remove delitrem.Igorj Gorjaĉev1-5/+0
* etc/teams.scm (delitrem): Remove. Merges: https://codeberg.org/guix/guix/pulls/10061 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-07-22news: Add entry for Projects user directory.Noé Lopez1-0/+21
* etc/news.scm: Add entry. Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de> Merges: https://codeberg.org/guix/guix/pulls/8023
2026-07-22news: Add entry about frei0r video plugins.SilverlightningY1-0/+28
* etc/news.scm: Add entry to describe the latest changes to the frei0r video plugins package. Co-authored-by: Julien Lepiller <julien@lepiller.eu> Merges: https://codeberg.org/guix/guix/pulls/8969 Reviewed-by: Florian Pelz <pelzflorian@pelzflorian.de> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-07-19news: Add Brazilian Portuguese translation.Anderson Torres1-4/+18
* etc/news.scm: Translate most recent entries to Portuguese. Change-Id: I6767d54625d36743a105e92abbc617eee4fdf618 Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2026-07-15teams: Add maintainers.Christopher Baines1-4/+11
People seem to like etc/teams.scm, I think viewing the maintainers as a team makes sense, even if I don't think trying to treat "teams" as a formal system is useful. * etc/teams.scm (maintainers): Describe it. ("Efraim Flashner", "Mathieu Othacehe", "Maxim Cournoyer", "Tobias Geerinckx-Rice"): Record as in the maintainers team. Change-Id: I4823f6e34253a327bbb790209f0385321d6dec45
2026-07-11teams: embedded: Adopt gnu/packages/embedded.scm.Noé Lopez1-0/+1
* etc/teams.scm (embedded): Add gnu/packages/embedded.scm to scope. * CODEOWNERS: Regenerate. Change-Id: I218cb14d7d589960c02c459df35202ea85133bd4 Signed-off-by: Noé Lopez <noelopez@free.fr>
2026-07-11news: Add entry on using sddm-qt5 as sddm-service-type default.Hilton Chain1-0/+29
* etc/news.scm: Add entry. Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de> Co-authored-by: Julien Lepiller <julien@lepiller.eu> Merges: #9835
2026-07-08news: Translate most recent entry to Portuguese.Anderson Torres1-21/+18
* etc/news.scm: Translate most recent entry to Portuguese. Merges: https://codeberg.org/guix/guix/pulls/9767 Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2026-07-07news: Add entry about crypto libraries for plasma-vault.Andreas Enge1-1/+43
* etc/news.scm: Add entry.
2026-07-05etc: teams: Add CC all team members option.Gabriel Wicki1-0/+4
Enable pinging all team members, which is useful in our GCD process. * etc/teams.scm (main): Add option and help text. Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2026-07-05news: Add 'de' translation.Florian Pelz1-2/+18
* etc/news.scm: Add German translation for security entry.
2026-07-02news: Add entry about security issues.John Kehayias1-0/+19
* etc/news.scm: Add entry.
2026-07-01teams: Remove thanosapolloThanos Apollo1-5/+0
* etc/teams.scm (thanosapollo): Remove. Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-07-01etc: teams/python: Add tiers manifest files.Sharlatan Hellseher5-0/+3164
Tiers manifest files are to help planing packages update in advance. - 1-3 :: Packages with high impact ratio and mainly updated on the python-team branch. - 4 :: Packages with high number of inputs, building which ensure the health of large portion of the graph. - 5 :: All leaf packages which safe to update directly on master branch. They may be combined to query for substitute availability during work on the branch: for t in $(seq 5) do guix time-machine --branch=python-team -- \ weather --display-missing \ --substitute-urls=https://ci.guix.gnu.org \ --manifest="etc/teams/python/python-tier-${t}-manifest.scm" done * etc/teams/python/python-tier-1-manifest.scm: New file. * etc/teams/python/python-tier-2-manifest.scm: New file. * etc/teams/python/python-tier-3-manifest.scm: New file. * etc/teams/python/python-tier-4-manifest.scm: New file. * etc/teams/python/python-tier-5-manifest.scm: New file. Fixes: guix/guix#9584 Merges: guix/guix!9601 Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
2026-06-30news: Add Brazilian Portuguese translation.Anderson Torres1-2/+23
* etc/news.scm: Add Portuguese translation for most recent entry. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> Merges: https://codeberg.org/guix/guix/pulls/9591
2026-06-29teams: Remove inactive members of ‘security-response’.Ludovic Courtès1-2/+2
Removing members who have not been participating on security response coordination for a year or more. * etc/teams.scm (nckx, lfam): Remove. Change-Id: Ie77e89177b12eaeae9d557889e139cefe8d31aef Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #9283
2026-06-29teams: Add ‘security-response’ team.Ludovic Courtès1-2/+15
This instantiates the team described at <https://guix.gnu.org/security> with its currently listed members. * etc/teams.scm (security-response): New team. (nckx, lfam): Add it. (podiki): New person. Change-Id: I7115f036403326a1d67684b09d246e1542cdfd2a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-06-29etc: gitconfig: Use 'histogram' algorithm for diffs.Maxim Cournoyer1-0/+6
* etc/git/gitconfig [diff] <algorithm>: Set option to histogram.
2026-06-28news: Add 'de' translation.Florian Pelz1-2/+24
* etc/news.scm: Add German translation for channel selection entry. Merges: https://codeberg.org/guix/guix/pulls/9574
2026-06-24news: Add entry for channel selection in ‘pull’ and ‘time-machine’.Sergio Pastor Pérez1-0/+25
* etc/news.scm: Add entry. Modified-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: guix/guix#2241
2026-06-23news: Add 'de' translation.Florian Pelz1-0/+13
* etc/news.scm: Add German translation for openresolv update entry.
2026-06-22news: Add 'pt' translation.Anderson Torres1-3/+22
* etc/news.scm: Add Portuguese translation for most recent entries. Merges: https://codeberg.org/guix/guix/pulls/9447 Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2026-06-21news: Add entry for openresolv update.Maxim Cournoyer1-0/+16
* etc/news.scm <86776ccd30bb44eb856fcf3a14a8338f38fe1367>: New entry.
2026-06-21news: Add 'de' translation.Florian Pelz1-2/+9
* etc/news.scm: Add German translation for PostgreSQL log-destination entry. Merges: guix/guix!9424