3 sites
='ko repo github2 sfjp sf.net gph '
4 nexts
='ko repo gph github2'
14 printf "%s: " "$remote"
15 git push
--follow-tags "$remote" "$@" || failed
="$failed$remote "
21 elif test "x$sites" = "x$failed"
23 echo >&2 "Failed to push to: $sites"
32 push_retry
"$nexts" "$@"
37 push_retry
"$sites" "$@"
41 printf "github mirror: "
42 git push github
"$@" ||
exit $?
43 for topic
in htmldocs manpages
45 printf "%s: " "$topic"
46 ( cd ..
/git-
$topic.git
&& git push
"$@") ||
exit