| Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
* etc/teams/gnome/gnome-core-refresh: Sort update specs.
|
|
* etc/manifests/kernels.scm (manifest): Use string-match on a limited set of
linux related packages.
|
|
* etc/teams.scm (linux-libre): Add etc/manifests/kernels.scm.
|
|
* 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.
|
|
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.
|
|
|
|
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.
|
|
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>
|
|
* etc/news.scm: New entry.
Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de>
Change-Id: I3b41351bc29f5b06327493801bff6746834ec052
|
|
* etc/teams.scm (Nicolas Graves): Remove person.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* etc/teams/kde/kde-manifest.scm: Add file.
Change-Id: Ib8ff79edfdabd4c6570b2f7161688ca16d00f367
|
|
* 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>
|
|
* etc/news.scm: Add entry.
|
|
* 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>
|
|
* etc/teams.scm (Ekaitz): Remove person.
Merges guix/guix!10630
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
|
|
* etc/teams/python/python-development-manifest.scm: Add python-tox and
python-nox to the scope.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* 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.
|
|
* etc/teams/beam/beam-manifest.scm: New file.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* etc/news.scm: Add entry.
|
|
* 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
|
|
* 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>
|
|
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>
|
|
* etc/teams.scm (delitrem): Remove.
Merges: https://codeberg.org/guix/guix/pulls/10061
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
|
|
* etc/news.scm: Add entry.
Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de>
Merges: https://codeberg.org/guix/guix/pulls/8023
|
|
* 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>
|
|
* etc/news.scm: Translate most recent entries to Portuguese.
Change-Id: I6767d54625d36743a105e92abbc617eee4fdf618
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
|
|
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
|
|
* etc/teams.scm (embedded): Add gnu/packages/embedded.scm to scope.
* CODEOWNERS: Regenerate.
Change-Id: I218cb14d7d589960c02c459df35202ea85133bd4
Signed-off-by: Noé Lopez <noelopez@free.fr>
|
|
* etc/news.scm: Add entry.
Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de>
Co-authored-by: Julien Lepiller <julien@lepiller.eu>
Merges: #9835
|
|
* 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>
|
|
* etc/news.scm: Add entry.
|
|
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>
|
|
* etc/news.scm: Add German translation for security entry.
|
|
* etc/news.scm: Add entry.
|
|
* etc/teams.scm (thanosapollo): Remove.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
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>
|
|
* 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
|
|
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
|
|
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>
|
|
* etc/git/gitconfig [diff] <algorithm>: Set option to histogram.
|
|
* etc/news.scm: Add German translation for channel selection entry.
Merges: https://codeberg.org/guix/guix/pulls/9574
|
|
* 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
|
|
* etc/news.scm: Add German translation for openresolv update entry.
|
|
* 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>
|
|
* etc/news.scm <86776ccd30bb44eb856fcf3a14a8338f38fe1367>: New entry.
|
|
* etc/news.scm: Add German translation for PostgreSQL log-destination
entry.
Merges: guix/guix!9424
|