' content='noindex, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2023-04-19snippets: 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-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