mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05: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:
parent
59df73256c
commit
ab9cda9ebd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue