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 #313

Merged
merged 1 commit into from
Sep 12, 2024
Merged
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.89.1'
const vscodeVersion = '1.92.2'
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion)
const [cliPath, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath)

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

// Required extension versions
export const bashVersion = '1.41.0'
export const pythonVersion = '2024.6.0'
export const bashVersion = '1.42.0'
export const pythonVersion = '2024.12.3'
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.0.1
BITBAKE_DOCS_COMMIT=8f90d10f9efc9a32e13f6bd031992aece79fe7cc
# Tag: yocto-5.0.1
YOCTO_DOCS_COMMIT=875dfe69e93bf8fee3b8c07818a6ac059f228a13
# Tag: yocto-5.0.3
BITBAKE_DOCS_COMMIT=2ec4cf05a4f9d56347f83b98424f620362af8030
# Tag: yocto-5.0.3
YOCTO_DOCS_COMMIT=a7d0bff69f10d94799a9abd39421d29e2511e1fe

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.0.1
COMMIT=4b07a5316ed4b858863dfdb7cab63859d46d1810
# Tag: yocto-5.0.3
COMMIT=0b37512fb4b231cc106768e2a7328431009b3b70

set -e

Expand Down
4 changes: 2 additions & 2 deletions scripts/fetch-spdx-licenses.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Tag: v3.24.0
SPDX_LICENSES_COMMIT=ddf4c0fe8ec024714fb97812abc378eb9a4d83be
# Tag: v3.25.0
SPDX_LICENSES_COMMIT=fc55e415a435a8608a2e273ee901b6a8a5bdaab1

set -e
cd "$(dirname "$(readlink -f "$0")")/.."
Expand Down