From 8bbf82d64cc243926ce71e2f750c2ebb8853946e Mon Sep 17 00:00:00 2001 From: Amit Kucheria <amit.kucheria.ext@huawei.com> Date: Tue, 26 Oct 2021 11:38:29 +0530 Subject: [PATCH] docs: cleanup references to old project name Signed-off-by: Amit Kucheria <amit.kucheria.ext@huawei.com> --- docs/ci/hidden-jobs/aggregate-docs.rst | 6 +++--- docs/ci/hidden-jobs/bitbake-workspace.rst | 2 +- docs/ci/hidden-jobs/build-image.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ci/hidden-jobs/aggregate-docs.rst b/docs/ci/hidden-jobs/aggregate-docs.rst index ba7f00c2..bb753811 100644 --- a/docs/ci/hidden-jobs/aggregate-docs.rst +++ b/docs/ci/hidden-jobs/aggregate-docs.rst @@ -7,9 +7,9 @@ =============== 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 :doc`build-docs` job. A special *centralized* documentation project aggregates 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, build-docs: extends: .build-docs - # Trigger aggregation of All Scenarios OS documentation. + # Trigger aggregation of Oniro OS documentation. aggregate-docs: extends: .aggregate-docs needs: [build-docs] diff --git a/docs/ci/hidden-jobs/bitbake-workspace.rst b/docs/ci/hidden-jobs/bitbake-workspace.rst index 463fb1f2..5c3e38a3 100644 --- a/docs/ci/hidden-jobs/bitbake-workspace.rst +++ b/docs/ci/hidden-jobs/bitbake-workspace.rst @@ -20,7 +20,7 @@ the way BitBake is configured. 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. Templates are stored in the **oniro** repository. diff --git a/docs/ci/hidden-jobs/build-image.rst b/docs/ci/hidden-jobs/build-image.rst index f7b0ae21..dbc7fea2 100644 --- a/docs/ci/hidden-jobs/build-image.rst +++ b/docs/ci/hidden-jobs/build-image.rst @@ -19,6 +19,6 @@ Implementation Details ====================== 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 of ``$CI_PROJECT_DIR`` for delivery to the GitLab runner. -- GitLab