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 /etc | |
| 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 'etc')
| -rwxr-xr-x | etc/committer.scm (renamed from etc/committer.scm.in) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/committer.scm.in b/etc/committer.scm index aec4d82a510..9f80ed509ab 100755 --- a/etc/committer.scm.in +++ b/etc/committer.scm | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #!@GUILE@ \ | 1 | #!/bin/sh |
| 2 | --no-auto-compile -s | 2 | # -*- mode: scheme; -*- |
| 3 | exec guix repl -- "$0" "$@" | ||
| 3 | !# | 4 | !# |
| 4 | 5 | ||
| 5 | ;;; GNU Guix --- Functional package management for GNU | 6 | ;;; GNU Guix --- Functional package management for GNU |
