1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

etc: pre-push git hook: Also check Codeberg SSH remote.

* etc/git/pre-push (main): Check Codeberg SSH remote.

Fixes: #421
Change-Id: Id669259f510cf3e33cadf77a5c9eeada52a5d0dd
This commit is contained in:
Hilton Chain
2025-06-04 23:23:31 +08:00
committed by Leo Famulari
parent c1d6ab1a51
commit 50b69ecb40

View File

@@ -49,9 +49,14 @@ do
*.gnu.org*)
perform_checks
;;
# HTTPS Git remote.
*codeberg.org/guix/*)
perform_checks
;;
# SSH Git remote.
*codeberg.org:guix/*)
perform_checks
;;
*)
exit 0
;;