Skip to content

Commit

Permalink
Auto update references for commits, tags, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonZiweiWang committed May 1, 2024
1 parent 88e8989 commit 40319e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.39.0'
export const pythonVersion = '2024.2.1'
export const pythonVersion = '2024.4.1'
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-4.3.3
BITBAKE_DOCS_COMMIT=380a9ac97de5774378ded5e37d40b79b96761a0c
# Tag: yocto-4.3.3
YOCTO_DOCS_COMMIT=dde4b815db82196af086847f68ee27d7902b4ffa
# Tag: yocto-5.0
BITBAKE_DOCS_COMMIT=c86466d51e8ff14e57a734c1eec5bb651fdc73ef
# Tag: yocto-5.0
YOCTO_DOCS_COMMIT=0cdc0afd3332459d30cfc8f4c2e62bdcc23f5ed5

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-4.3.3
COMMIT=d3b27346c3a4a7ef7ec517e9d339d22bda74349d
# Tag: yocto-5.0
COMMIT=fb91a49387cfb0c8d48303bb3354325ba2a05587

set -e

Expand Down

0 comments on commit 40319e6

Please sign in to comment.