|
[PATCH yocto-autobuilder-helper] scripts: run-docs-build: do not extract eclipse directories from old docs
From: Quentin Schulz <quentin.schulz@...> For some reason, the old docs tarball includes many eclipse subdirectories which are just cluttering the docs website up. Therefore, let's j
From: Quentin Schulz <quentin.schulz@...> For some reason, the old docs tarball includes many eclipse subdirectories which are just cluttering the docs website up. Therefore, let's j
|
By
Quentin Schulz
· #57071
·
|
|
[PATCH yocto-autobuilder-helper v10] Add a banner on the old documentation docs.
Hi Amahnui, No need for a regex, just check the root string starts with "./3.1", that's enough. Your script will only run on the old docs which stops at 3.1.4. There are no other directories. You can
Hi Amahnui, No need for a regex, just check the root string starts with "./3.1", that's enough. Your script will only run on the old docs which stops at 3.1.4. There are no other directories. You can
|
By
Quentin Schulz
· #56900
·
|
|
[PATCH yocto-autobuilder-helper] Sourced warning banner scripts to $outputdir
Hi Amahnui, This will not apply because run-docs-build is in the scripts directory inside yocto-autobuilder-helper git repo. I'm wondering how you got this patch. Do you mind explaining how you create
Hi Amahnui, This will not apply because run-docs-build is in the scripts directory inside yocto-autobuilder-helper git repo. I'm wondering how you got this patch. Do you mind explaining how you create
|
By
Quentin Schulz
· #56843
·
|
|
[PATCH v6] Add a banner on the old documentation docs
Hi Amahnui, Please have those files inside scripts/ in yocto-autobuilder-helper git repo and send a patch following the contribution guidelines (yocto-autobuilder-helper in the tag part of the commit
Hi Amahnui, Please have those files inside scripts/ in yocto-autobuilder-helper git repo and send a patch following the contribution guidelines (yocto-autobuilder-helper in the tag part of the commit
|
By
Quentin Schulz
· #56841
·
|
|
[RFC PATCH yocto-autobuilder-helper 6/6] scripts: run-docs-build: reuse logic to link to latest tag
From: Quentin Schulz <quentin.schulz@...> Since the latest tag already has a specific handling in the forloop, let's just move the symlink creation inside the forloop. Cc: Quentin Sc
From: Quentin Schulz <quentin.schulz@...> Since the latest tag already has a specific handling in the forloop, let's just move the symlink creation inside the forloop. Cc: Quentin Sc
|
By
Quentin Schulz
· #56812
·
|
|
[RFC PATCH yocto-autobuilder-helper 5/6] scripts: run-docs-build: make latest documentation tag the default version
From: Quentin Schulz <quentin.schulz@...> Currently, the master branch is the default branch being displayed by default when reaching the Yocto docs website. When big changes are imp
From: Quentin Schulz <quentin.schulz@...> Currently, the master branch is the default branch being displayed by default when reaching the Yocto docs website. When big changes are imp
|
By
Quentin Schulz
· #56811
·
|
|
[PATCH yocto-autobuilder-helper 4/6] scripts: run-docs-build: use set_versions.py and switchers.js.in from master
From: Quentin Schulz <quentin.schulz@...> set_versions.py and switchers.js.in need to be up-to-date so that a consistent behavior is kept between different branches and tags of the d
From: Quentin Schulz <quentin.schulz@...> set_versions.py and switchers.js.in need to be up-to-date so that a consistent behavior is kept between different branches and tags of the d
|
By
Quentin Schulz
· #56810
·
|
|
[PATCH yocto-autobuilder-helper 3/6] scripts: run-docs-build: add option to skip upstream rsync
From: Quentin Schulz <quentin.schulz@...> The rsync only makes sense for the Autobuilder as most people don't have access to docs@.... Therefore, to allow for easie
From: Quentin Schulz <quentin.schulz@...> The rsync only makes sense for the Autobuilder as most people don't have access to docs@.... Therefore, to allow for easie
|
By
Quentin Schulz
· #56809
·
|
|
[PATCH yocto-autobuilder-helper 2/6] scripts: run-docs-build: allow to pass buildtools script and docbook tarball paths
From: Quentin Schulz <quentin.schulz@...> Currently, the path to buildtools script and docbook tarball are hardcoded to work on Yocto Project Autobuilder. However, this makes it hard
From: Quentin Schulz <quentin.schulz@...> Currently, the path to buildtools script and docbook tarball are hardcoded to work on Yocto Project Autobuilder. However, this makes it hard
|
By
Quentin Schulz
· #56808
·
|
|
[PATCH yocto-autobuilder-helper 1/6] scripts: run-docs-build: transform argument paths into absolute paths
From: Quentin Schulz <quentin.schulz@...> The script is written in such a way that absolute paths are expected. Instead of failing weirdly at some point in the script, let's just mak
From: Quentin Schulz <quentin.schulz@...> The script is written in such a way that absolute paths are expected. Instead of failing weirdly at some point in the script, let's just mak
|
By
Quentin Schulz
· #56807
·
|
|
[RFC PATCH] docs: update Bitbake objects.inv location for master branch
From: Quentin Schulz <quentin.schulz@...> master branch of Bitbake is now located at docs.yoctoproject.org/dev instead of docs.yoctoproject.org so let's update the switchers and set_
From: Quentin Schulz <quentin.schulz@...> master branch of Bitbake is now located at docs.yoctoproject.org/dev instead of docs.yoctoproject.org so let's update the switchers and set_
|
By
Quentin Schulz
· #56806
·
|
|
[PATCH yocto-autobuilder-helper v4] Add a banner on the old documentation docs
Hi Amahnui, #!/usr/bin/env python3 All of the above cam be replaced with: import glob glob.glob('**/*.html', recursive=True) C.f. https://docs.python.org/3/library/glob.html#glob.glob I assume we want
Hi Amahnui, #!/usr/bin/env python3 All of the above cam be replaced with: import glob glob.glob('**/*.html', recursive=True) C.f. https://docs.python.org/3/library/glob.html#glob.glob I assume we want
|
By
Quentin Schulz
· #56792
·
|
|
installed and not shipped files. [installed-vs-shipped]
Hi Konstantin, FILES variables is compatible with glob from Python so that should work but that's really the first time I see this, usually it's just the directory or dir/*. Learned something new toda
Hi Konstantin, FILES variables is compatible with glob from Python so that should work but that's really the first time I see this, usually it's just the directory or dir/*. Learned something new toda
|
By
Quentin Schulz
· #56642
·
|
|
[PATCH yocto-autobuilder-helper 6/6] scripts: run-docs-build: factor out yocto-docs tags and branches building
From: Quentin Schulz <quentin.schulz@...> Except patching which is specific to tags and yocto- tag prefix stripping, the logic is identical, so let's merge both loops together. Cc: Q
From: Quentin Schulz <quentin.schulz@...> Except patching which is specific to tags and yocto- tag prefix stripping, the logic is identical, so let's merge both loops together. Cc: Q
|
By
Quentin Schulz
· #56494
·
|
|
[PATCH yocto-autobuilder-helper 5/6] scripts: run-docs-build: simplify sphinx-buildable yocto-docs tag list fetching
From: Quentin Schulz <quentin.schulz@...> The commit that introduced Sphinx support in yocto-docs is 01dd5af7954e24552aca022917669b27bb0541ed. Any tag containing this commit is build
From: Quentin Schulz <quentin.schulz@...> The commit that introduced Sphinx support in yocto-docs is 01dd5af7954e24552aca022917669b27bb0541ed. Any tag containing this commit is build
|
By
Quentin Schulz
· #56493
·
|
|
[PATCH yocto-autobuilder-helper 4/6] scripts: run-docs-build: automatically build new yocto-docs branches
From: Quentin Schulz <quentin.schulz@...> Since commit 01dd5af7954e24552aca022917669b27bb0541ed, all later releases of yocto-docs can be built with Sphinx. Instead of manually updati
From: Quentin Schulz <quentin.schulz@...> Since commit 01dd5af7954e24552aca022917669b27bb0541ed, all later releases of yocto-docs can be built with Sphinx. Instead of manually updati
|
By
Quentin Schulz
· #56492
·
|
|
[PATCH yocto-autobuilder-helper 3/6] scripts: run-docs-build: factor out all yocto-docs branches building
From: Quentin Schulz <quentin.schulz@...> master, master-next and transition only differ from other branches by their output directory name. Let's put everything in common and only h
From: Quentin Schulz <quentin.schulz@...> master, master-next and transition only differ from other branches by their output directory name. Let's put everything in common and only h
|
By
Quentin Schulz
· #56491
·
|
|
[PATCH yocto-autobuilder-helper 2/6] scripts: run-docs-build: automatically build new Bitbake branches
From: Quentin Schulz <quentin.schulz@...> Since commit 84ccba0f4aff91528f764523fe1205a354c889ed, docs of all later releases can be built with Sphinx. Instead of manually updating thi
From: Quentin Schulz <quentin.schulz@...> Since commit 84ccba0f4aff91528f764523fe1205a354c889ed, docs of all later releases can be built with Sphinx. Instead of manually updating thi
|
By
Quentin Schulz
· #56490
·
|
|
[PATCH yocto-autobuilder-helper 1/6] scripts: run-docs-build: factor out all bitbake branches building
From: Quentin Schulz <quentin.schulz@...> master and master-next only differ from other branches by their output directory name. Let's put everything in common and only have a check
From: Quentin Schulz <quentin.schulz@...> master and master-next only differ from other branches by their output directory name. Let's put everything in common and only have a check
|
By
Quentin Schulz
· #56489
·
|
|
[PATCH yocto-autobuilder-helper 4/4] Revert "scripts: run-docs-build: do not turn sphinx warnings into errors"
From: Quentin Schulz <quentin.schulz@...> The patch was meant as a quick temporary work-around to have the docs built and published. Now that releases where -W flag is set (turning w
From: Quentin Schulz <quentin.schulz@...> The patch was meant as a quick temporary work-around to have the docs built and published. Now that releases where -W flag is set (turning w
|
By
Quentin Schulz
· #56451
·
|