aboutsummaryrefslogtreecommitdiff
path: root/doc/fdl-1.3.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-09-14 14:22:59 +0200
committerLudovic Courtès <ludo@gnu.org>2020-09-14 15:42:56 +0200
commit8eeeedcb35ac5514360a325116c188ef15f43de6 (patch)
treefddc75a879da4ed8fbb3c9282260d311451e143d /doc/fdl-1.3.texi
parent7d516c17da50dfc8ce635a21c37533d1fe27b43b (diff)
downloadguix-8eeeedcb35ac5514360a325116c188ef15f43de6.tar.gz
guix-8eeeedcb35ac5514360a325116c188ef15f43de6.zip
tests: Remove one 'delete-paths' call in 'tests/store.scm'.
This makes the test slightly less expensive. * tests/store.scm ("add-text-to-store vs. delete-paths") ("add-to-store vs. delete-paths"): Delete and merge into... ("add-text-to-store/add-to-store vs. delete-paths"): ... this test.
Diffstat (limited to 'doc/fdl-1.3.texi')
0 files changed, 0 insertions, 0 deletions
' class='logmsg'> This file can be useful to fix a version string when experimenting with 'make release'. * .gitignore: Add a pattern to ignore .tarball-version. 2021-04-23.gitignore: Ignore release artifacts.Maxim Cournoyer Not ignoring these in the tree leads to the next generated version (.version) being suffixed with '-dirty', which confuses things. * .gitignore [/guix-*]: New pattern. [/doc/stamp-[0-9]]: Adjust to ... [/doc/stamp-*]: ... this. [/release-*]: New pattern. 2021-04-23.gitignore: Ignore generated .pot files.Maxim Cournoyer These files are automatically-extracted templates rather than source, hence shouldn't be checked in. * .gitignore: Add a glob pattern to ignore .pot files. 2020-10-20gitignore: Ignore generated guile binary and intermediate products.Julien Lepiller * .gitignore: Ignore guile, guile-guile-launcher.o, .deps and .dirstamp. 2020-09-17guix-install.sh: Support OpenRC.Morgan Smith * 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>