summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-04-11 12:41:25 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-11 12:44:44 -0700
commit6bdb97057e16b8d31b0b39f6b1f64bc0f02ad59e (patch)
treee38c05d000fecccb2905e2d9ee6cfbfc9bf85ad6
parent1b21701f49696fb6e0bbee8b4fa6f5b37b983ddc (diff)
downloadgit-6bdb97057e16b8d31b0b39f6b1f64bc0f02ad59e.tar.gz
Meta/pushall: push out to CI repository before ko
The refmap (not tracked here) to update 'main' branch at the CI repository is set to push from remotes/ko/master to make 'master' current while allowing 'main' to lag behind one round of pushout to 'master'/'main'. This way, pushing out to the CI repository won't have to spend redundant cycles to build 'master' and 'main' at the same time.
-rwxr-xr-xpushall2
1 files changed, 1 insertions, 1 deletions
diff --git a/pushall b/pushall
index f1ad8e2ec3..8d18760b00 100755
--- a/pushall
+++ b/pushall
@@ -2,7 +2,7 @@
#sites='ko repo github2 sfjp sf.net'
-: ${sites:="ko repo github2"}
+: ${sites:="github2 ko repo"}
: ${nexts:="$sites"}
: ${mirrors="github gob-private"}