etc: git: pre-push: Run guix git authenticate before check-channel-news.

Running check-channel-news first could potentially be untrusted code, so
authenticate first.

* etc/git/pre-push: Run guix git authenticate before check-channel-news.
This commit is contained in:
Vagrant Cascadian 2024-12-09 12:21:30 -08:00
parent 59df73256c
commit ab9cda9ebd
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

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