1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

maint: Actually run ‘make check-channel-news’ in pre-push hook.

Fixes a bug introduced in ab9cda9ebd where
‘make check-channel-news’ would not longer be executed.

* etc/git/pre-push: Remove ‘exec’ before ‘guix git authenticate’.

Change-Id: Ic425db866e44695493be96a0a8c81c77c815e42d
This commit is contained in:
Ludovic Courtès 2025-02-16 00:20:13 +01:00
parent 622568ec13
commit 1afbf48b25
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -33,8 +33,8 @@ do
case "$2" in
*.gnu.org*)
set -e
exec guix git authenticate
make check-channel-news
guix git authenticate
exec make check-channel-news
exit 127
;;
*)