From 3388f8e078f482962b65c2b1477798d130779897 Mon Sep 17 00:00:00 2001 From: WilsonZiweiWang <47988425+WilsonZiweiWang@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:54:54 +0000 Subject: [PATCH] Auto update references for commits, tags, etc --- integration-tests/src/runTest.ts | 2 +- integration-tests/src/utils/version.ts | 4 ++-- scripts/fetch-docs.sh | 8 ++++---- scripts/fetch-poky.sh | 4 ++-- scripts/fetch-spdx-licenses.sh | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/integration-tests/src/runTest.ts b/integration-tests/src/runTest.ts index 24bac17f..b6a714c1 100644 --- a/integration-tests/src/runTest.ts +++ b/integration-tests/src/runTest.ts @@ -14,7 +14,7 @@ import { pythonVersion, bashVersion } from './utils/version' async function main (): Promise { try { - const vscodeVersion = '1.92.2' + const vscodeVersion = '1.96.2' const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion) const [cliPath, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath) diff --git a/integration-tests/src/utils/version.ts b/integration-tests/src/utils/version.ts index 3d875c41..30abd56c 100644 --- a/integration-tests/src/utils/version.ts +++ b/integration-tests/src/utils/version.ts @@ -4,5 +4,5 @@ * ------------------------------------------------------------------------------------------ */ // Required extension versions -export const bashVersion = '1.42.0' -export const pythonVersion = '2024.12.3' +export const bashVersion = '1.43.0' +export const pythonVersion = '2024.22.1' diff --git a/scripts/fetch-docs.sh b/scripts/fetch-docs.sh index 473568a9..8322397e 100755 --- a/scripts/fetch-docs.sh +++ b/scripts/fetch-docs.sh @@ -1,9 +1,9 @@ #!/bin/bash -# Tag: yocto-5.0.3 -BITBAKE_DOCS_COMMIT=2ec4cf05a4f9d56347f83b98424f620362af8030 -# Tag: yocto-5.0.3 -YOCTO_DOCS_COMMIT=a7d0bff69f10d94799a9abd39421d29e2511e1fe +# Tag: yocto-5.1.1 +BITBAKE_DOCS_COMMIT=846cf0555c1e56c8cdfa86fbfb5fdb1a46d7cbcf +# Tag: yocto-5.1.1 +YOCTO_DOCS_COMMIT=9d9fde97364655b1b29398cc2f3742b44839fb39 BITBAKE_DOCS_LIST="bitbake-user-manual-metadata.rst bitbake-user-manual-ref-variables.rst" YOCTO_DOCS_LIST=" tasks.rst variables.rst" diff --git a/scripts/fetch-poky.sh b/scripts/fetch-poky.sh index 4288d0ce..dee768c2 100644 --- a/scripts/fetch-poky.sh +++ b/scripts/fetch-poky.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Tag: yocto-5.0.3 -COMMIT=0b37512fb4b231cc106768e2a7328431009b3b70 +# Tag: yocto-5.1.1 +COMMIT=7e081bd98fdc5435e850d1df79a5e0f1e30293d0 set -e diff --git a/scripts/fetch-spdx-licenses.sh b/scripts/fetch-spdx-licenses.sh index 5106cc93..43a0c699 100644 --- a/scripts/fetch-spdx-licenses.sh +++ b/scripts/fetch-spdx-licenses.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Tag: v3.25.0 -SPDX_LICENSES_COMMIT=fc55e415a435a8608a2e273ee901b6a8a5bdaab1 +# Tag: v3.26.0 +SPDX_LICENSES_COMMIT=558c64b2e0a93fa86aab8a6dcbd84a565846a48e set -e cd "$(dirname "$(readlink -f "$0")")/.."