Age | Commit message (Expand) | Author |
2023-04-19 | snippets: 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-09 | guix-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-07 | news: Add entry for the linux-libre-lts 6.1 update....* etc/news.scm: Add entry.
| Jonathan Brielmaier |
2023-04-07 | news: Add 'de' translation....* etc/news.scm: Add German translation of 'guix shell -CW' entry.
| Florian Pelz |
2023-04-06 | news: Add entry for 'guix shell --container --nesting'....* etc/news.scm: Add entry.
| Ludovic Courtès |
2023-04-06 | teams: Add Maxim Cournoyer....* etc/teams.scm.in ("Maxim Cournoyer"): New member.
| Liliana Marie Prikler |
2023-03-30 | teams: Add Andreas Enge to lxqt team....* etc/teams.scm.in ("Andreas Enge"): Add lxqt.
| 宋文武 |
2023-03-30 | teams: lxqt: Add qt.scm to scope....* etc/teams.scm.in (lxqt): Add "gnu/packages/qt.scm" to scope.
| 宋文武 |
2023-03-30 | maint: Add icecat to the release manifest....* etc/release-manifest.scm (%system-packages): Uncomment icecat.
| Andreas Enge |
2023-03-28 | teams: Add Zhu Zihao....* etc/teams.scm.in: Add Zhu Zihao.
| 宋文武 |
2023-03-26 | etc: Add gnome team....* etc/teams.scm.in (gnome): New team.
("Liliana Marie Prikler", "Raghav Gururajan"): Add to gnome.
| Liliana Marie Prikler |
2023-03-14 | teams: Add 宋文武 to xfce and lxqt teams....* etc/teams.scm.in ("宋文武"): Add xfce and lxqt.
| 宋文武 |
2023-03-14 | teams: Add Xfce and LXQt teams....* etc/teams.scm.in (xfce, lxqt): New teams.
| 宋文武 |
2023-03-11 | news: Add entry for the linux-libre 6.2 update....* etc/news.scm: Add entry.
| Leo Famulari |
2023-03-05 | etc: 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-19 | news: Fix commit for the guix pack new RPM format news....* etc/news.scm: Adjust latest news commit.
| Maxim Cournoyer |
2023-02-19 | news: Add entry for the new 'rpm' guix pack format....* etc/news.scm: Add entry.
| Maxim Cournoyer |
2023-02-19 | etc: Add a news entry snippet....* etc/snippets/yas/scheme-mode/guix-news-entry: New file.
| Maxim Cournoyer |
2023-02-17 | guix-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-13 | etc: Add TeX team....* etc/teams.scm.in (tex): New team; add Ricardo to the team.
| Ricardo Wurmus |
2023-02-05 | gnu: 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 |