Skip to content

Commit c578c44

Browse files
Auto update references for commits, tags, etc
1 parent b2a08bc commit c578c44

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

integration-tests/src/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { pythonVersion, bashVersion } from './utils/version'
1414

1515
async function main (): Promise<void> {
1616
try {
17-
const vscodeVersion = '1.96.2'
17+
const vscodeVersion = '1.999.0'
1818
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion)
1919
const [cliPath, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath)
2020

integration-tests/src/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
// Required extension versions
77
export const bashVersion = '1.43.0'
8-
export const pythonVersion = '2024.22.1'
8+
export const pythonVersion = '2025.18.0'

scripts/fetch-docs.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
# Tag: yocto-5.1.1
4-
BITBAKE_DOCS_COMMIT=846cf0555c1e56c8cdfa86fbfb5fdb1a46d7cbcf
5-
# Tag: yocto-5.1.1
6-
YOCTO_DOCS_COMMIT=9d9fde97364655b1b29398cc2f3742b44839fb39
3+
# Tag: yocto-5.2.4
4+
BITBAKE_DOCS_COMMIT=5b889f5d92e7bcebbe664538402f1c3a433e8189
5+
# Tag: yocto-5.2.4
6+
YOCTO_DOCS_COMMIT=86959a6b14c7d705d1aa4c939d519190353e349e
77

88
BITBAKE_DOCS_LIST="bitbake-user-manual-metadata.rst bitbake-user-manual-ref-variables.rst"
99
YOCTO_DOCS_LIST=" tasks.rst variables.rst"

scripts/fetch-poky.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
# Tag: yocto-5.1.1
4-
COMMIT=7e081bd98fdc5435e850d1df79a5e0f1e30293d0
3+
# Tag: yocto-5.2.4
4+
COMMIT=d0b46a6624ec9c61c47270745dd0b2d5abbe6ac1
55

66
set -e
77

scripts/fetch-spdx-licenses.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
# Tag: v3.26.0
4-
SPDX_LICENSES_COMMIT=558c64b2e0a93fa86aab8a6dcbd84a565846a48e
3+
# Tag: v3.27.0
4+
SPDX_LICENSES_COMMIT=60e0de29cbcf3e83bf9d5e299972a1969516d918
55

66
set -e
77
cd "$(dirname "$(readlink -f "$0")")/.."

0 commit comments

Comments
 (0)