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-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 | etc: Add a news entry snippet....* etc/snippets/yas/scheme-mode/guix-news-entry: New file.
| Maxim Cournoyer |
ibc-utf8-locales.
* doc/guix.texi (Binary Installation): Update accordingly.
* etc/guix-install.sh
* etc/guix-install.sh (sys_create_store, sys_enable_guix_daemon)
(sys_authorize_build_farms): Likewise.
* etc/guix-publish.conf.in, etc/guix-publish.service.in,
etc/guix-daemon.conf.in, etc/guix-daemon.service.in: Update file names
accordingly.
Ludovic Courtès |
2017-04-22 | Increase "TasksMax" in 'guix-daemon.service'....* etc/guix-daemon.service.in (TasksMax): Increase to 8192.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Sergei Trofimovich |
2017-03-06 | build: Don't embed absolute paths in .service and .conf service files....Otherwise, users will be stuck running an old copy of guix and the guix-daemon
if they copy the service files instead of symlinking them.
* etc/guix-daemon.conf.in, etc/guix-daemon.service.in, etc/guix-publish.conf.in,
etc/guix-publish.service.in: Expand @localstatedir@ instead of @bindir@.
* nix/local.mk (etc/guix-%.service, etc/guix-%.conf): Use @localstatedir@
instead of @bindir@.
| Leo Famulari |
2016-07-18 | Set "GUIX_LOCPATH" in 'guix-daemon.service'....Suggested by Thomas Danckaert <thomas.danckaert@gmail.com>.
* etc/guix-daemon.service.in (Environment): New value.
| Ricardo Wurmus |