From: Junio C Hamano Date: Fri, 4 Feb 2022 01:20:04 +0000 (-0800) Subject: Meta/pushall: make it easier to one-shot customize the destinations X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e3eaf38f26fc35f48653adbb4cc31ef5a5b8d43;p=thirdparty%2Fgit.git Meta/pushall: make it easier to one-shot customize the destinations --- diff --git a/pushall b/pushall index 2b4a8a5ca6..f1ad8e2ec3 100755 --- a/pushall +++ b/pushall @@ -1,9 +1,10 @@ #!/bin/sh #sites='ko repo github2 sfjp sf.net' -sites='ko repo github2' -nexts='ko repo github2 ' -mirrors='github gob-private' + +: ${sites:="ko repo github2"} +: ${nexts:="$sites"} +: ${mirrors="github gob-private"} push_retry () { sites=$1