summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2023-05-05news: Add 'de' translation....* etc/news.scm: Add German translation of 'with-configure-flag' entry. Florian Pelz
2023-05-04news: Add entry for '--with-configure-flag'....* etc/news.scm: Add entry. Ludovic Courtès
2023-05-01teams: Add a 'cc-mentors-header-cmd' action....* etc/teams.scm.in (main): Register a new "cc-mentors-header-cmd" action. Document it. Maxim Cournoyer
2023-05-01Makefile.am: Auto-configure Git on 'make'....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. Maxim Cournoyer
2023-05-01teams: Add 'cc-members-header-cmd' action....* etc/teams.scm.in (patch->teams): New procedure. (main): Use it. Add a new "cc-members-header-cmd" command; document it. Maxim Cournoyer
2023-04-26news: Add 'de' translation....* etc/news.scm: Add German translation of core-updates entry. Florian Pelz
2023-04-26news: Add entry for 'core-updates' merge....* etc/news.scm: Add entry. Ludovic Courtès
2023-04-24guix-install.sh: Fix GUIX_ALLOW_OVERWRITE condition....Before this change, the "Overwriting existing installation!" would be displayed erroneously. * etc/guix-install.sh (sys_create_store): Fix overwrite conditional. Maxim Cournoyer
2023-04-18snippets: tempel: Simplify git-commit-mode detection....* etc/snippets/tempel/text-mode: Simplify git-commit-mode detection. Signed-off-by: Andrew Tropin <andrew@trop.in> Nicolas Graves
2023-04-14news: Add entry for the linux-libre-lts 6.1 update....* etc/news.scm: Add entry. Jonathan Brielmaier
2023-04-14news: Add 'de' translation....* etc/news.scm: Add German translation of 'guix shell -CW' entry. Florian Pelz
2023-04-14news: Add entry for 'guix shell --container --nesting'....* etc/news.scm: Add entry. Ludovic Courtès
2023-04-09guix-install.sh: Source both profiles, default user's and home....* etc/guix-install.sh (sys_create_init_profile): Source both profiles, default user's and home. Andrew Tropin
2023-04-07news: Add entry for the linux-libre-lts 6.1 update....* etc/news.scm: Add entry. Jonathan Brielmaier
2023-04-07news: Add 'de' translation....* etc/news.scm: Add German translation of 'guix shell -CW' entry. Florian Pelz
2023-04-06news: Add entry for 'guix shell --container --nesting'....* etc/news.scm: Add entry. Ludovic Courtès
2023-04-06teams: Add Maxim Cournoyer....* etc/teams.scm.in ("Maxim Cournoyer"): New member. Liliana Marie Prikler
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....* etc/release-manifest.scm (%system-packages): Uncomment icecat. Andreas Enge
2023-03-28teams: Add Zhu Zihao....* etc/teams.scm.in: Add Zhu Zihao. 宋文武
2023-03-26etc: Add gnome team....* etc/teams.scm.in (gnome): New team. ("Liliana Marie Prikler", "Raghav Gururajan"): Add to gnome. Liliana Marie Prikler
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....* etc/news.scm: Add entry. Leo Famulari
2023-03-05etc: Default to variables in tempel's git-reference... et al....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. Liliana Marie Prikler
2023-02-19news: Fix commit for the guix pack new RPM format news....* etc/news.scm: Adjust latest news commit. Maxim Cournoyer
2023-02-19news: Add entry for the new 'rpm' guix pack format....* etc/news.scm: Add entry. Maxim Cournoyer
2023-02-19etc: Add a news entry snippet....* etc/snippets/yas/scheme-mode/guix-news-entry: New file. Maxim Cournoyer
2023-02-17guix-install.sh: Add GUIX_ALLOW_OVERWRITE environment variable....The need for this use case appeared when attempting to install Guix on a truly minimal image made with Buildroot, which lacked enough GNU components that I had to extract a guix pack to /gnu before attempting installation, which would then refuse to proceed because of the existing /gnu. * etc/guix-install.sh: Document environment variables. (sys_create_store) [GUIX_ALLOW_OVERWRITE]: Skip pre-existing installation checks and output a warning. Extract the tarball directly to /. Maxim Cournoyer
2023-02-13etc: Add TeX team....* etc/teams.scm.in (tex): New team; add Ricardo to the team. Ricardo Wurmus
2023-02-05gnu: Rename 'guile-3.0/fixed' to 'guile-3.0/pinned'....* gnu/packages/guile.scm: Rename variable 'guile-3.0/fixed' to 'guile-3.0/pinned', add deprecation. * etc/release-manifest.scm (%packages-to-cross-build): Replace 'guile-3.0/fixed' with 'guile-3.0/pinned'. * gnu/packages/autotools.scm (make-autoconf-wrapper)[inputs]: Likewise. * gnu/packages/commencement.scm (guile-final): Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Simon Tournier
2023-01-16news: Fix formatting....* etc/news.scm: Add backslash to '--with-version' entry. Florian Pelz
2023-01-16news: Fix 'de' translation....* etc/news.scm: Add heading. Florian Pelz
2023-01-16etc: teams: Remove entry for Thiago Jung Bauermann....* etc/teams.scm.in ("Thiago Jung Bauermann"): Remove member. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Thiago Jung Bauermann
2023-01-16news: Add entry for '--with-version'....* etc/news.scm: Add entry. Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de> Ludovic Courtès
2023-01-14news: Add 'de' translation....* etc/news.scm: Add German translation of entry about linux-libre 6.0 removal. Florian Pelz
2023-01-13news: Add entry about the removal of linux-libre 6.0....* etc/news.scm: Add entry Leo Famulari
2023-01-13news: Update 'de', 'fr', 'pt_BR' translation....* etc/news.scm: Add the usual translations for kernel news. Florian Pelz
2023-01-13news: Add entry for the linux-libre 6.1 update....* etc/news.scm: Add entry. Leo Famulari
2023-01-10teams: Add Vagrant Cascadian....* etc/teams.scm.in Add Vagrant Cascadian to Reproducible Builds team. Vagrant Cascadian
2023-01-10teams: Add Reproducible Builds team....* etc/teams.scm.in (reproduciblebuilds): New team. Vagrant Cascadian
2023-01-09news: Add 'de' translation....* etc/news.scm: Add German translation of entry about linux-libre 4.9 removal. Florian Pelz
2023-01-08news: Add entry about the removal of linux-libre 4.9....* etc/news.scm: Add entry. Leo Famulari
2023-01-06maint: Add missing modules to the kernel manifest....* etc/kernels-manifest.scm: Add missing modules. Leo Famulari
2022-12-29maint: Add a manifest for everything related to linux-libre....* etc/kernels-manifest.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Leo Famulari
2022-12-28teams: Allow a patch-file argument to cc-members....* etc/teams.scm.in (git-patch->revisions): New procedure. (main) [cc-members]: New match pattern to support patch file argument. [get-maintainer]: Simplify using the newly introduced procedure from above. (main): Update usage doc. Series-changes: 2 - New: support passing a patch file to the cc-members command Maxim Cournoyer
2022-12-28teams: Add a "get-maintainer" command....This can be used as a compatibility mode with the get_maintainer.pl Perl script included in the Linux (or U-Boot) source tree. * etc/teams.scm.in (git-patch->commit-id): New procedure. (main) <get-maintainer>: Register new command. Document it. Series-changes: 2 - Move newline character (~%) in usage output to the bottom Maxim Cournoyer
2022-12-27snippets: Remove unwanted git-commit-mode invocation....We only need to check if git-commit-mode is t, not enable it in all text-mode buffers. * etc/snippets/tempel/text-mode: Remove unwanted git-commit-mode invocation. Andrew Tropin
2022-12-26teams: Add 宋文武....* etc/team.scm.in: Add 宋文武. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 宋文武