summary refs log tree commit diff
path: root/etc
AgeCommit message (Collapse)Author
2023-07-25etc: Add a Qt team.Maxim Cournoyer
* etc/teams.scm.in (qt): New variable. ('Maxim Cournoyer'): Add to qt team.
2023-07-25etc: Add a telephony team.Maxim Cournoyer
* etc/teams.scm.in (telephony): New variable. ('Maxim Cournoyer'): Add to telephony team.
2023-07-16guix-install.sh: Fix incomplete installation.Tobias Geerinckx-Rice
‘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.
2023-07-16guix-install.sh: Install SELinux policy only if tools are present.Tobias Geerinckx-Rice
* etc/guix-install.sh (sys_maybe_setup_selinux): Silently return if the ‘semodule’ or ‘restorecon’ commands are missing.
2023-07-17teams: Change email address for Christopher Baines.Christopher Baines
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.
2023-07-09guix-install.sh: Remove any old systemd units first.Tobias Geerinckx-Rice
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.
2023-07-09guix-install.sh: Don't patch guix-daemon.service.Tobias Geerinckx-Rice
* etc/guix-install.sh (sys_enable_guix_daemon): Remove obsolete sed invocations.
2023-07-09guix-install.sh: Unconditionally install gnu-store.mount.Tobias Geerinckx-Rice
* etc/guix-install.sh (sys_enable_guix_daemon): Remove obsolete conditional.
2023-07-05guix-install.sh: Don't extract the binary ‘.’.Tobias Geerinckx-Rice
* etc/guix-install.sh (sys_create_store): Strip the first tar file name component.
2023-06-21news: Fix typo.Ludovic Courtès
* etc/news.scm: Fix typo in French version.
2023-06-18news: Add entry for 'guix locate'.Ludovic Courtès
* etc/news.scm: Add entry. Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de>
2023-05-25guix-install.sh: Install SELinux policy and relabel file systems if needed.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/62487>. * etc/guix-install.sh (sys_maybe_setup_selinux): New function. (main): Use it.
2023-05-25etc: SELinux: Update policy file.Ludovic Courtès
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.
2023-05-24teams: Add Vagrant Cascadian to the embedded team.Vagrant Cascadian
* etc/teams.scm.in ("Vagrant Cascadian"): Add to embedded team.
2023-05-24teams: Split Embedded and Bootstrap into separate teams.Vagrant Cascadian
* etc/teams.scm.in (embedded-bootstrap): Replace by two separate teams. (embedded): New variable. (bootstrap): New variable. Adjust membership to use new teams.
2023-05-19teams: Correct chemistry.scm typo.Antero Mejr
* etc/teams.scm.in (science): Change chemestry.scm to chemistry.scm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18etc: gitconfig: Do not enforced signed commits.Maxim Cournoyer
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.
2023-05-18news: Add entry to 'guix style -S arguments'.Ludovic Courtès
* etc/news.scm: Add entry.
2023-05-18doc: Change '--with-configure-flag' example to something that works.Ludovic Courtès
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.
2023-05-11teams: Fix script to produce a single X-Debbugs-Cc header.Maxim Cournoyer
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>
2023-05-07etc: teams: Add sequoia.scm to the rust team.Efraim Flashner
* etc/teams.scm.in (rust): Add gnu/packages/sequoia.scm to the rust team module scope.
2023-05-05news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation of 'with-configure-flag' entry.
2023-05-04news: Add entry for '--with-configure-flag'.Ludovic Courtès
* etc/news.scm: Add entry.
2023-05-01teams: Add a 'cc-mentors-header-cmd' action.Maxim Cournoyer
* etc/teams.scm.in (main): Register a new "cc-mentors-header-cmd" action. Document it.
2023-05-01Makefile.am: Auto-configure Git on 'make'.Maxim Cournoyer
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.
2023-05-01teams: Add 'cc-members-header-cmd' action.Maxim Cournoyer
* etc/teams.scm.in (patch->teams): New procedure. (main): Use it. Add a new "cc-members-header-cmd" command; document it.
2023-04-26news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation of core-updates entry.
2023-04-26news: Add entry for 'core-updates' merge.Ludovic Courtès
* etc/news.scm: Add entry.
2023-04-24guix-install.sh: Fix GUIX_ALLOW_OVERWRITE condition.Maxim Cournoyer
Before this change, the "Overwriting existing installation!" would be displayed erroneously. * etc/guix-install.sh (sys_create_store): Fix overwrite conditional.
2023-04-18snippets: tempel: Simplify git-commit-mode detection.Nicolas Graves
* etc/snippets/tempel/text-mode: Simplify git-commit-mode detection. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-04-14news: Add entry for the linux-libre-lts 6.1 update.Jonathan Brielmaier
* etc/news.scm: Add entry.
2023-04-14news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation of 'guix shell -CW' entry.
2023-04-14news: Add entry for 'guix shell --container --nesting'.Ludovic Courtès
* etc/news.scm: Add entry.
2023-04-09guix-install.sh: Source both profiles, default user's and home.Andrew Tropin
* etc/guix-install.sh (sys_create_init_profile): Source both profiles, default user's and home.
2023-04-07news: Add entry for the linux-libre-lts 6.1 update.Jonathan Brielmaier
* etc/news.scm: Add entry.
2023-04-07news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation of 'guix shell -CW' entry.
2023-04-06news: Add entry for 'guix shell --container --nesting'.Ludovic Courtès
* etc/news.scm: Add entry.
2023-04-06teams: Add Maxim Cournoyer.Liliana Marie Prikler
* etc/teams.scm.in ("Maxim Cournoyer"): New member.
2023-03-30teams: Add Andreas Enge to lxqt team.宋文武
* etc/teams.scm.in ("Andreas Enge"): Add lxqt.
2023-03-30teams: lxqt: Add qt.scm to scope.宋文武
* etc/teams.scm.in (lxqt): Add "gnu/packages/qt.scm" to scope.
2023-03-30maint: Add icecat to the release manifest.Andreas Enge
* etc/release-manifest.scm (%system-packages): Uncomment icecat.
2023-03-28teams: Add Zhu Zihao.宋文武
* etc/teams.scm.in: Add Zhu Zihao.
2023-03-26etc: Add gnome team.Liliana Marie Prikler
* etc/teams.scm.in (gnome): New team. ("Liliana Marie Prikler", "Raghav Gururajan"): Add to gnome.
2023-03-14teams: Add 宋文武 to xfce and lxqt teams.宋文武
* etc/teams.scm.in ("宋文武"): Add xfce and lxqt.
2023-03-14teams: Add Xfce and LXQt teams.宋文武
* etc/teams.scm.in (xfce, lxqt): New teams.
2023-03-11news: Add entry for the linux-libre 6.2 update.Leo Famulari
* etc/news.scm: Add entry.
2023-03-05etc: Default to variables in tempel's git-reference... et al.Liliana Marie Prikler
Since we encourage using variables rather than magic hashes in the commit fields, e.g. (commit version) and (commit commit), the default for tempel to use quoted strings is rather off. Thus, let the placeholder reflect actual usage. * etc/snippets/tempel/scheme-mode (git-reference...)[commit]: Use field name as placeholder and don't quote value. (svn-reference..., bzr-reference...)[revision]: Likewise. (hg-reference...)[changeset]: Likewise.
2023-02-19news: Fix commit for the guix pack new RPM format news.Maxim Cournoyer
* etc/news.scm: Adjust latest news commit.
2023-02-19news: Add entry for the new 'rpm' guix pack format.Maxim Cournoyer
* etc/news.scm: Add entry.
2023-02-19etc: Add a news entry snippet.Maxim Cournoyer
* etc/snippets/yas/scheme-mode/guix-news-entry: New file.