~ruther/guix-local

ab9cda9ebd00073d5a0783919809f2e564f141e9 — Vagrant Cascadian 1 year, 3 months ago 59df732
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M etc/git/pre-push
M etc/git/pre-push => etc/git/pre-push +1 -1
@@ 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
			;;
		    *)