aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAge
* time-travel-manifest: Comment out versions older than 1.3.0 for now.Ludovic Courtès2023-09-09
| | | | | * etc/time-travel-manifest.scm (%release-commits): Comment out revisions older than 1.3.0.
* time-travel-manifest: Add 1.4.0.Ludovic Courtès2023-09-09
| | | | * etc/time-travel-manifest.scm (%release-commits): Add 1.4.0.
* teams: emacs: Add tree-sitter.scm to scope.Andrew Tropin2023-09-01
| | | | * etc/teams.scm.in (emacs): Add "gnu/packages/tree-sitter.scm" to scope.
* etc: teams: Fix regexp match and execution.Maxim Cournoyer2023-08-30
| | | | | | | | | | This is a follow up to commit 4d7b25a0 ("etc: teams: Sort and improve display of regular expression in 'scope' field."). * etc/teams.scm.in (regexp-exec*): Rename to... (regexp*-exec): ... this. (find-team-by-scope): Replace regexp? with regexp*?. Replace regexp-exec with regexp*-exec.
* etc: teams: Sort and improve display of regular expression in 'scope' field.zimoun2023-08-29
| | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/65208>. * etc/teams.scm.in (<regexp*>): New record type. (make-regexp*, regexp-exec*): New procedures. (python, haskell, julia, java, emacs, rust, core, translations, installer, home): Use it. (find-team-by-scope): Use it. (list-teams): Use it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reported-by: Greg Hogan <code@greghogan.com>
* etc: teams: Itemize 'scope' field.zimoun2023-08-29
| | | | | | | * etc/teams.scm.in (list-teams): Itemize the 'scope' field. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* etc: teams: Add 'show' subcommand and sort teams.zimoun2023-08-29
| | | | | | * etc/teams.scm.in: Add 'show' subcommand. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* etc: teams: Refactor list-teams.Maxim Cournoyer2023-08-29
| | | | | * etc/teams.scm.in (print-team, sort-teams): New procedures. (list-teams): Use them.
* etc: teams: Drop unused port argument for list-members procedure.Maxim Cournoyer2023-08-29
| | | | | | * etc/teams.scm.in (list-members): Drop port optional argument. Turn PREFIX into a keyword argument. (print-team): Adjust accordingly.
* teams: Register the guix-emacs.el file to the Emacs team.Maxim Cournoyer2023-08-29
| | | | | | * etc/teams.scm.in (emacs): Add the "gnu/packages/aux-files/emacs/guix-emacs.el" file to the scope of the Emacs team.
* Update tex team.Andreas Enge2023-08-27
| | | | | * etc/teams.scm.in: Add gnu/packages/texlive.scm to the files and Andreas Enge to the members of the tex team.
* etc: Add Qt manifests for Qt maintenance.Maxim Cournoyer2023-08-22
| | | | | | * etc/teams/qt/common.scm: New file. * etc/teams/qt/qt-manifest.scm: Likewise. * etc/teams/qt/qt5-manifest.scm: Likewise.
* maint: Add 'etc/hurd-manifest.scm'.Janneke Nieuwenhuizen2023-08-21
| | | | | | * build-aux/cuirass/hurd-manifest.scm: Move to... * etc/hurd-manifest.scm: ...here. * Makefile.am (EXTRA_DIST): Update accordingly.
* teams: Add Katherine Cox-Buday to emacs, go, and lisp teams.Katherine Cox-Buday2023-08-16
| | | | | | * etc/teams.scm.in: Add Katherine Cox-Buday. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* teams: Add myself to 'installer' and leave 'embedded'.Ludovic Courtès2023-08-12
| | | | | | * etc/teams.scm.in (Ludovic Courtès): Drop 'embedded' (added in 7cf606a5a0515b9a124fb58a06e3daa24a4a4e69) and add 'installer'.
* news: Add entry about the removal of linux-libre 6.3.Leo Famulari2023-07-23
| | | | * etc/news.scm: Add entry.
* news: Add entry for the linux-libre 6.4 update.Leo Famulari2023-07-23
| | | | * etc/news.scm: Add entry.
* etc: Add a Qt team.Maxim Cournoyer2023-07-25
| | | | | * etc/teams.scm.in (qt): New variable. ('Maxim Cournoyer'): Add to qt team.
* etc: Add a telephony team.Maxim Cournoyer2023-07-25
| | | | | * etc/teams.scm.in (telephony): New variable. ('Maxim Cournoyer'): Add to telephony team.
* guix-install.sh: Fix incomplete installation.Tobias Geerinckx-Rice2023-07-16
| | | | | | | | | ‘false || return’ returns false, and ‘set -e’ aborts the script. This leaves Guix half installed with visual indication of error. * etc/guix-install.sh (sys_customize_bashrc, sys_maybe_setup_selinux): Explicitly return 0.
* guix-install.sh: Install SELinux policy only if tools are present.Tobias Geerinckx-Rice2023-07-16
| | | | | * etc/guix-install.sh (sys_maybe_setup_selinux): Silently return if the ‘semodule’ or ‘restorecon’ commands are missing.
* teams: Change email address for Christopher Baines.Christopher Baines2023-07-17
| | | | | | | This will allow me to automatically detect when I'm getting emails related to Guix teams. * etc/teams.scm.in: Change email address for Christopher Baines.
* guix-install.sh: Remove any old systemd units first.Tobias Geerinckx-Rice2023-07-09
| | | | | | | | Don't clobber /dev/null permissions if units are masked. * etc/guix-install.sh (sys_enable_guix_daemon): Factor out unit installation. Unconditionally remove any old units. Install and enable gnu-store.mount after guix-daemon.service.
* guix-install.sh: Don't patch guix-daemon.service.Tobias Geerinckx-Rice2023-07-09
| | | | | * etc/guix-install.sh (sys_enable_guix_daemon): Remove obsolete sed invocations.
* guix-install.sh: Unconditionally install gnu-store.mount.Tobias Geerinckx-Rice2023-07-09
| | | | | * etc/guix-install.sh (sys_enable_guix_daemon): Remove obsolete conditional.
* guix-install.sh: Don't extract the binary ‘.’.Tobias Geerinckx-Rice2023-07-05
| | | | | * etc/guix-install.sh (sys_create_store): Strip the first tar file name component.
* news: Fix typo.Ludovic Courtès2023-06-21
| | | | * etc/news.scm: Fix typo in French version.
* news: Add entry for 'guix locate'.Ludovic Courtès2023-06-18
| | | | | | * etc/news.scm: Add entry. Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de>
* guix-install.sh: Install SELinux policy and relabel file systems if needed.Ludovic Courtès2023-05-25
| | | | | | | Fixes <https://issues.guix.gnu.org/62487>. * etc/guix-install.sh (sys_maybe_setup_selinux): New function. (main): Use it.
* etc: SELinux: Update policy file.Ludovic Courtès2023-05-25
| | | | | | | | Tested on Rocky Linux 9, as discussed at <https://issues.guix.gnu.org/62487>. * etc/guix-daemon.cil.in: Add rules for /gnu/store remount and file creation in /tmp.
* teams: Add Vagrant Cascadian to the embedded team.Vagrant Cascadian2023-05-24
| | | | * etc/teams.scm.in ("Vagrant Cascadian"): Add to embedded team.
* teams: Split Embedded and Bootstrap into separate teams.Vagrant Cascadian2023-05-24
| | | | | | | * etc/teams.scm.in (embedded-bootstrap): Replace by two separate teams. (embedded): New variable. (bootstrap): New variable. Adjust membership to use new teams.
* teams: Correct chemistry.scm typo.Antero Mejr2023-05-19
| | | | | | * etc/teams.scm.in (science): Change chemestry.scm to chemistry.scm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* etc: gitconfig: Do not enforced signed commits.Maxim Cournoyer2023-05-18
| | | | | | | | | This change was more invasive than initially thought, and cannot be disabled easily, as raised by a few people. Let's revert it for now. At least the pre-push hook should be deployed automatically and catch any unsigned commits attempted to be pushed to Savannah. * etc/git/gitconfig [commit]: Remove section.
* news: Add entry to 'guix style -S arguments'.Ludovic Courtès2023-05-18
| | | | * etc/news.scm: Add entry.
* doc: Change '--with-configure-flag' example to something that works.Ludovic Courtès2023-05-18
| | | | | | | | | | | Passing '-DBUILD_COMPLEX=OFF' to lapack would eventually lead to a link error. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * doc/guix.texi (Package Transformation Options): Change '--with-configure-flag' example. * etc/news.scm: Likewise.
* teams: Fix script to produce a single X-Debbugs-Cc header.Maxim Cournoyer2023-05-11
| | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/63378>. * etc/teams.scm.in (cc): Adjust format pattern. (sort-members, member->string): New procedures. (list-members): Refactor in terms of the above procedures. (main): Adjust the output of the 'cc-members-header-cmd' and 'cc-mentors-header-cmd' actions. Reviewed-by: Arun Isaac <arunisaac@systemreboot.net>
* etc: teams: Add sequoia.scm to the rust team.Efraim Flashner2023-05-07
| | | | | * etc/teams.scm.in (rust): Add gnu/packages/sequoia.scm to the rust team module scope.
* news: Add 'de' translation.Florian Pelz2023-05-05
| | | | * etc/news.scm: Add German translation of 'with-configure-flag' entry.
* news: Add entry for '--with-configure-flag'.Ludovic Courtès2023-05-04
| | | | * etc/news.scm: Add entry.
* teams: Add a 'cc-mentors-header-cmd' action.Maxim Cournoyer2023-05-01
| | | | | * etc/teams.scm.in (main): Register a new "cc-mentors-header-cmd" action. Document it.
* Makefile.am: Auto-configure Git on 'make'.Maxim Cournoyer2023-05-01
| | | | | | | | | | This means we do not need to worry anymore about manually syncing the pre-push git hook or the Guix-provided git configuration. * etc/git/gitconfig: Augment configuration template with useful options to allow for auto-configuration. * Makefile.am (.git/hooks/pre-push, .git/config): New targets. (nodist_noinst_DATA): New primary variable holding the above targets.
* teams: Add 'cc-members-header-cmd' action.Maxim Cournoyer2023-05-01
| | | | | * etc/teams.scm.in (patch->teams): New procedure. (main): Use it. Add a new "cc-members-header-cmd" command; document it.
* news: Add 'de' translation.Florian Pelz2023-04-26
| | | | * etc/news.scm: Add German translation of core-updates entry.
* news: Add entry for 'core-updates' merge.Ludovic Courtès2023-04-26
| | | | * etc/news.scm: Add entry.
* guix-install.sh: Fix GUIX_ALLOW_OVERWRITE condition.Maxim Cournoyer2023-04-24
| | | | | | | Before this change, the "Overwriting existing installation!" would be displayed erroneously. * etc/guix-install.sh (sys_create_store): Fix overwrite conditional.
* snippets: tempel: Simplify git-commit-mode detection.Nicolas Graves2023-04-18
| | | | | | * etc/snippets/tempel/text-mode: Simplify git-commit-mode detection. Signed-off-by: Andrew Tropin <andrew@trop.in>
* news: Add entry for the linux-libre-lts 6.1 update.Jonathan Brielmaier2023-04-14
| | | | * etc/news.scm: Add entry.
* news: Add 'de' translation.Florian Pelz2023-04-14
| | | | * etc/news.scm: Add German translation of 'guix shell -CW' entry.
* news: Add entry for 'guix shell --container --nesting'.Ludovic Courtès2023-04-14
| | | | * etc/news.scm: Add entry.