Meta/pushall: make it easier to one-shot customize the destinations

This commit is contained in:
Junio C Hamano
2022-02-03 17:20:04 -08:00
parent 58bd20f182
commit 5e3eaf38f2

View File

@@ -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