mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 06:53:44 +00:00
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:
@@ -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
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user