Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto update references for commits, tags, etc #384

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration-tests/src/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { pythonVersion, bashVersion } from './utils/version'

async function main (): Promise<void> {
try {
const vscodeVersion = '1.96.2'
const vscodeVersion = '1.97.2'
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion)
const [cliPath, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath)

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/src/utils/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

// Required extension versions
export const bashVersion = '1.43.0'
export const pythonVersion = '2024.22.1'
export const pythonVersion = '2025.0.0'
8 changes: 4 additions & 4 deletions scripts/fetch-docs.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

# Tag: yocto-5.1.1
BITBAKE_DOCS_COMMIT=846cf0555c1e56c8cdfa86fbfb5fdb1a46d7cbcf
# Tag: yocto-5.1.1
YOCTO_DOCS_COMMIT=9d9fde97364655b1b29398cc2f3742b44839fb39
# Tag: yocto-5.1.2
BITBAKE_DOCS_COMMIT=db1eccf286a162d12a56600eb7e59322f8c08b2f
# Tag: yocto-5.1.2
YOCTO_DOCS_COMMIT=77f1205b6bc7879249c94c605ed7e07c12fdd40a

BITBAKE_DOCS_LIST="bitbake-user-manual-metadata.rst bitbake-user-manual-ref-variables.rst"
YOCTO_DOCS_LIST=" tasks.rst variables.rst"
Expand Down
4 changes: 2 additions & 2 deletions scripts/fetch-poky.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Tag: yocto-5.1.1
COMMIT=7e081bd98fdc5435e850d1df79a5e0f1e30293d0
# Tag: yocto-5.1.2
COMMIT=ff9ca74e170480578fcdb1f7bcd897f0e69e46a5

set -e

Expand Down