diff mbox series

[yocto-autobuilder-helper,2/2] scripts/run-docs-build: do not checkout releases.rst from master anymore

Message ID 20220719081214.1924835-3-foss+yocto@0leil.net
State New
Headers show
Series [yocto-autobuilder-helper,1/2] scripts: run-docs-build: use latest version of set_versions.py script | expand

Commit Message

Quentin Schulz July 19, 2022, 8:12 a.m. UTC
Master branch of the yocto-docs now autogenerates the releases.rst file
and the file therefore does not exist anymore.

Signed-off-by: Quentin Schulz <foss+yocto@0leil.net>
---
 scripts/run-docs-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Opdenacker July 20, 2022, 1:12 p.m. UTC | #1
On 7/19/22 10:12, Quentin Schulz wrote:
> Master branch of the yocto-docs now autogenerates the releases.rst file
> and the file therefore does not exist anymore.
>
> Signed-off-by: Quentin Schulz <foss+yocto@0leil.net>


Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Indeed, it should be applied right after the latest pull request from 
master-next is applied.

Cheers
Michael.
diff mbox series

Patch

diff --git a/scripts/run-docs-build b/scripts/run-docs-build
index 6a71d54..c6b3965 100755
--- a/scripts/run-docs-build
+++ b/scripts/run-docs-build
@@ -122,7 +122,7 @@  for branch in dunfell $(git branch --remote --contains "$first_sphinx_commit" --
         git am "${scriptdir}/docs-build-patches/${branch}/"000*
     fi
 
-    git checkout origin/master releases.rst sphinx-static/switchers.js.in set_versions.py
+    git checkout origin/master sphinx-static/switchers.js.in set_versions.py
     if [ -e poky.yaml ]; then
         cp poky.yaml poky.yaml.in
         case $branch in