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 /configure.ac | |
| 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 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 63902ee5ea5..5140660c6fd 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -327,7 +327,6 @@ AC_CONFIG_FILES([Makefile | |||
| 327 | etc/apparmor.d/tunables/guix | 327 | etc/apparmor.d/tunables/guix |
| 328 | guix/config.scm]) | 328 | guix/config.scm]) |
| 329 | 329 | ||
| 330 | AC_CONFIG_FILES([etc/committer.scm], [chmod +x etc/committer.scm]) | ||
| 331 | AC_CONFIG_FILES([test-env:build-aux/test-env.in], [chmod +x test-env]) | 330 | AC_CONFIG_FILES([test-env:build-aux/test-env.in], [chmod +x test-env]) |
| 332 | AC_CONFIG_FILES([pre-inst-env:build-aux/pre-inst-env.in], | 331 | AC_CONFIG_FILES([pre-inst-env:build-aux/pre-inst-env.in], |
| 333 | [chmod +x pre-inst-env]) | 332 | [chmod +x pre-inst-env]) |
