mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01: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
|
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
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue