Skip to content
Snippets Groups Projects
Commit 8bbf82d6 authored by Amit Kucheria's avatar Amit Kucheria
Browse files

docs: cleanup references to old project name


Signed-off-by: default avatarAmit Kucheria <amit.kucheria.ext@huawei.com>
parent e3fddf5a
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
=============== ===============
The ``.aggregate-docs`` job triggers a build of the aggregated documentation of The ``.aggregate-docs`` job triggers a build of the aggregated documentation of
All Scenarios OS. Oniro OS.
All Scenarios OS documentation is maintained in an unusual way. Individual Oniro OS documentation is maintained in an unusual way. Individual
repositories contain dedicated documentation that can be built with repositories contain dedicated documentation that can be built with
:doc`build-docs` job. A special *centralized* documentation project aggregates :doc`build-docs` job. A special *centralized* documentation project aggregates
documentation from multiple git repositories, as checked out by *git-repo* based documentation from multiple git repositories, as checked out by *git-repo* based
...@@ -37,7 +37,7 @@ To use this job in your pipeline include the generic build definition file, ...@@ -37,7 +37,7 @@ To use this job in your pipeline include the generic build definition file,
build-docs: build-docs:
extends: .build-docs extends: .build-docs
# Trigger aggregation of All Scenarios OS documentation. # Trigger aggregation of Oniro OS documentation.
aggregate-docs: aggregate-docs:
extends: .aggregate-docs extends: .aggregate-docs
needs: [build-docs] needs: [build-docs]
...@@ -20,7 +20,7 @@ the way BitBake is configured. ...@@ -20,7 +20,7 @@ the way BitBake is configured.
CI_ONIRO_BUILD_FLAVOUR CI_ONIRO_BUILD_FLAVOUR
---------------------- ----------------------
The name of the *flavour* of All Scenarios OS, which effectively picks the kernel The name of the *flavour* of Oniro OS, which effectively picks the kernel
type. This is used to select the initial BitBake configuration template. type. This is used to select the initial BitBake configuration template.
Templates are stored in the **oniro** repository. Templates are stored in the **oniro** repository.
......
...@@ -19,6 +19,6 @@ Implementation Details ...@@ -19,6 +19,6 @@ Implementation Details
====================== ======================
The job handles differences between the name of the temporary build directory The job handles differences between the name of the temporary build directory
between various All Scenarios OS flavours. Internally BitBake is interrogated for between various Oniro OS flavours. Internally BitBake is interrogated for
the value of ``TMPDIR`` and the image is copied back to a subdirectory the value of ``TMPDIR`` and the image is copied back to a subdirectory
of ``$CI_PROJECT_DIR`` for delivery to the GitLab runner. of ``$CI_PROJECT_DIR`` for delivery to the GitLab runner.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment