From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id 6A34A385700A; Thu, 27 May 2021 01:23:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6A34A385700A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Eugene Rozenfeld To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/microsoft/heads/main)] Update branch name X-Act-Checkin: gcc X-Git-Author: Eugene Rozenfeld X-Git-Refname: refs/vendors/microsoft/heads/main X-Git-Oldrev: b838d53d9c4d04805e3b10e6d93ae8cc37ac881f X-Git-Newrev: 2798baeae58dfa6b9736d926058bdda3a321e207 Message-Id: <20210527012316.6A34A385700A@sourceware.org> Date: Thu, 27 May 2021 01:23:16 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2021 01:23:16 -0000 https://gcc.gnu.org/g:2798baeae58dfa6b9736d926058bdda3a321e207 commit 2798baeae58dfa6b9736d926058bdda3a321e207 Author: Eugene Rozenfeld Date: Wed May 26 18:22:01 2021 -0700 Update branch name Replace current-temp with current Diff: --- .github/workflows/update-mirror-branches.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-mirror-branches.yaml b/.github/workflows/update-mirror-branches.yaml index 977c5cb3000..8ab9796c17b 100644 --- a/.github/workflows/update-mirror-branches.yaml +++ b/.github/workflows/update-mirror-branches.yaml @@ -43,7 +43,7 @@ jobs: # upstream vendor/microsoft/9.1.0 maps to gcc-9.1.0 include: - upstreamBranch: main - githubBranch: current-temp #TODO: Change this when we have everything in current in the upstream vendor branch + githubBranch: current - upstreamBranch: '9.1.0' githubBranch: gcc-9.1.0