From: Junio C Hamano Date: Fri, 17 Jul 2026 21:42:34 +0000 (-0700) Subject: Meta/pushall: allow mirrors configurable the same way as sites and nexts X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c116abe2c2d251394832bf3534e71d5f6894b586;p=thirdparty%2Fgit.git Meta/pushall: allow mirrors configurable the same way as sites and nexts --- diff --git a/pushall b/pushall index f3de3fe446..c944149aed 100755 --- a/pushall +++ b/pushall @@ -2,7 +2,7 @@ : ${sites:="github2 ko repo"} : ${nexts:="$sites"} -: ${mirrors="github gob-private"} +: ${mirrors:="github gob-private"} push_retry () { sites=$1