mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03: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
|
case "$2" in
|
||||||
*.gnu.org*)
|
*.gnu.org*)
|
||||||
set -e
|
set -e
|
||||||
make check-channel-news
|
|
||||||
exec guix git authenticate
|
exec guix git authenticate
|
||||||
|
make check-channel-news
|
||||||
exit 127
|
exit 127
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user