From eda6df7a190b47bbcac87d2dc8012abb99bd4a3b Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 23 Nov 2022 23:11:56 +0100 Subject: [PATCH] build: detach 4.3 branches from 4.4 branches Starting from this commit, there will be no more merges from 4.3 to 4.4. That is: fixes affecting both 4.3 and 4.4 will have to be sent in separate pull requests. This change is due to two reasons: 1. The ever increasing divergence from 4.4 is making the merges to cause more and more conflicts which are also harder to resolve 2. Opensource edition 4.3 has come to the 18-month EOL by November 2022 --- scripts/rel/cut4x.sh | 29 +++++++++++++---------------- scripts/rel/sync-remotes.sh | 20 ++++++++------------ 2 files changed, 21 insertions(+), 28 deletions(-) diff --git a/scripts/rel/cut4x.sh b/scripts/rel/cut4x.sh index dbfcf342b..54016b42d 100755 --- a/scripts/rel/cut4x.sh +++ b/scripts/rel/cut4x.sh @@ -10,13 +10,13 @@ usage() { cat <