Age | Commit message (Expand) | Author |
2020-10-20 | gitignore: Ignore generated guile binary and intermediate products....* .gitignore: Ignore guile, guile-guile-launcher.o, .deps and .dirstamp.
| Julien Lepiller |
2020-09-17 | guix-install.sh: Support OpenRC....* etc/guix-install.sh (chk_init_sys): Detect OpenRC.
(sys_enable_guix_daemon): Install & enable the Guix daemon on such
systems.
* etc/openrc/guix-daemon.in: New file.
* nix/local.mk: Add a rule for it.
(openrcservicedir, nodist_openrcservice_DATA): New variables.
(CLEANFILES, EXTRA_DIST): Add them.
* .gitignore: Ignore etc/openrc/guix-daemon.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Morgan Smith |
2020-07-17 | gitignore: Don't ignore daemon source code....Remove files that are included in the repository from .gitignore. This
improves the behavior of some code-searching tools.
| Jakub Kądziołka |
2020-06-28 | .gitignore: Ignore 'etc/committer.scm'....* .gitignore: Add '/etc/committer.scm'.
| Brice Waegeneire |