diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-10 08:38:56 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-25 10:05:08 +0900 |
| commit | d485ff319a82fb4d497e1d5435d881608f4bdf10 (patch) | |
| tree | e3a7ea9d1ee4d6600300aee0b9cb4fd86fbdf110 /.gitignore | |
| parent | b836c9fd5161eec573ed64cbe30bfe641af7d1af (diff) | |
etc/committer: Avoid using an Autoconf template.
This does not seem to be critical here, and hampers hackability (a ./configure
re-run was needed to regenerate the file).
* etc/committer.scm.in: Rename to...
* etc/committer.scm: ... this. Adjust shebang to use /bin/sh and 'guix repl'.
* .gitignore: De-register etc/committer.scm.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c1f1a0a13c9..d9fab9b1921 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -69,7 +69,6 @@ | |||
| 69 | /doc/version.texi | 69 | /doc/version.texi |
| 70 | /doc/version-*.texi | 70 | /doc/version-*.texi |
| 71 | /etc/apparmor.d/tunables/guix | 71 | /etc/apparmor.d/tunables/guix |
| 72 | /etc/committer.scm | ||
| 73 | /etc/gnu-store.mount | 72 | /etc/gnu-store.mount |
| 74 | /etc/guix-daemon.cil | 73 | /etc/guix-daemon.cil |
| 75 | /etc/guix-daemon.conf | 74 | /etc/guix-daemon.conf |
