From 77fb04e5e740496636ef8e83ccdc82d0b3e8c855 Mon Sep 17 00:00:00 2001 From: MinhNLH2 Date: Mon, 29 Apr 2024 23:18:56 +0700 Subject: [PATCH] Yoga: Fix wrong TARGET_BRANCH in stackrc Closes-Bug: 2064140 Change-Id: Ia515d18f8aa9aefc1a8feea02de3540057d92cdb Signed-off-by: MinhNLH2 --- stackrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 25743210d7..b9d7b72fb6 100644 --- a/stackrc +++ b/stackrc @@ -15,7 +15,9 @@ source $RC_DIR/functions # Set the target branch. This is used so that stable branching # does not need to update each repo below. -TARGET_BRANCH=stable/yoga +# NOTE(minhnlh2): The yoga release is no longer supported, so we +# update the target branch from stable/yoga to unmaintained/yoga +TARGET_BRANCH=unmaintained/yoga # Cycle trailing projects need to branch later than the others. TRAILING_TARGET_BRANCH=master