diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe707c32bd78ff9f4e9e191736bb117e44066d71..f326aa4ff017ee5fb990519e28d9c68657cf8fae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,7 +79,7 @@ deploy: if [ -n "$(git status -s)" ]; then msg="docs repository snapshot - $CI_COMMIT_BRANCH:$CI_COMMIT_SHA"; git config --local user.name "Oniro Project CI"; - git config --local user.email "ci@booting.oniroproject.org"; + git config --local user.email "ci@oniroproject.org"; git add -A; git commit -sm "$msg"; git push origin HEAD:main; diff --git a/README.md b/README.md index 4ad1afa562893bd5b88ae4b915f30a5f0d4cfdea..ec99bd7ff4da1475470ff8f8fdad255e65d32f30 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Read The Docs project. You can inspect the `latest` version As per the current implementation for satisfying aggregation of multiple `sphinx` projects, the repository takes advantage of symlinks which assume a -workspace set up from [the oniro repository](https://booting.oniroproject.org/distro/oniro/). +workspace set up from [the oniro repository](https://gitlab.eclipse.org/eclipse/oniro-core/oniro). Once that is initialized and synced, one can build/validate the documentation by simply running: diff --git a/building-project-documentation.rst b/building-project-documentation.rst index 3d6c2ecc33f464394bab9bf2063c23ccf1d1d34e..9224fd046cd2ea92be3f27d30b51ba7a375da725 100644 --- a/building-project-documentation.rst +++ b/building-project-documentation.rst @@ -9,7 +9,7 @@ Building |main_project_name| Documentation This topic outlines the standard way of generating the |main_project_name| project documentation locally using the source files available in the -`booting.oniroproject.org <https://booting.oniroproject.org/distro/docs>`__ repository which +`gitlab.eclipse.org <https://gitlab.eclipse.org/eclipse/oniro-core/docs>`__ repository which aggregates documentation from multiple other components. Overview diff --git a/ci/docs.rst b/ci/docs.rst index a2c9683a2fd3b39e7bcde72f141bbf469c26e5ee..1963b5ccececebc8b06000c0d8ebe356873cada2 100644 --- a/ci/docs.rst +++ b/ci/docs.rst @@ -7,14 +7,14 @@ The docs Repository =================== -.. _docs repository: https://booting.oniroproject.org/distro/docs.git +.. _docs repository: https://gitlab.eclipse.org/eclipse/oniro-core/docs.git The `docs repository`_ contains the general documentation of the |main_project_name| project. The documentation is normally written in reStructuredText, with an important difference. Unlike in a regular project, the documentation here is not standalone. Instead, the git repository contains symbolic links that are valid when an entire workspace is constructed with `oniro -<https://booting.oniroproject.org/distro/oniro>`_ repository. +<https://gitlab.eclipse.org/eclipse/oniro-core/oniro>`_ reposiotory. This complicates the testing process and the deployment process, but allows the resulting documentation to span multiple repositories, permitting code and text @@ -40,7 +40,7 @@ de-referencing any links that were followed to other repositories, and commits t updated set of files to helper repository which is observed by readthedocs. The helper repository is called `oniro-readthedocs-aggregated -<https://booting.oniroproject.org/distro/oniro-readthedocs-aggregated>`_. +<https://gitlab.eclipse.org/eclipse/oniro-core/oniro-readthedocs-aggregated>`_. That repository contains a webhook, configured at the level of the GitLab project, which asks readthedocs to re-build the documentation. diff --git a/ci/index.rst b/ci/index.rst index 7d6029513f60b96298cbdfdb37a6fe2aeb4c53d3..79a06cacfeaf05d75fa508a4eb1b3d61452ca100 100644 --- a/ci/index.rst +++ b/ci/index.rst @@ -7,7 +7,7 @@ Continuous Integration ====================== -|main_project_name| ``git`` repositories hosted on https://booting.oniroproject.org/distro use +|main_project_name| ``git`` repositories hosted on https://gitlab.eclipse.org/eclipse/oniro-core use GitLab pipelines for building and testing changes before they are merged. Individual pipelines are documented in each repository, but some general or more important elements are described below. diff --git a/ci/oniro.rst b/ci/oniro.rst index 219c441f20fb7cff9a2d80c9eebd1ef3156dea04..44903468c219744e28ef788d0df420665f37a0c2 100644 --- a/ci/oniro.rst +++ b/ci/oniro.rst @@ -7,7 +7,7 @@ The oniro Repository ==================== -.. _oniro repository: https://booting.oniroproject.org/distro/oniro.git +.. _oniro repository: https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git The `oniro repository`_ contains meta-layers specific to |main_project_name| and is the most important repository. diff --git a/contributing/gitlab.rst b/contributing/gitlab.rst index 584cd4886388171c81c4f3a7563a628348ad32e6..bb08fe1e49019541d7f6d67d870a0fdad3c6c9b5 100644 --- a/contributing/gitlab.rst +++ b/contributing/gitlab.rst @@ -14,7 +14,7 @@ Overview ******** |main_project_name| project handles contributions as `merge requests <https://docs.gitlab.com/ee/user/project/merge_requests/>`_ -to relevant repositories part of the |main_project_name| `GitLab instance <https://booting.oniroproject.org/distro/oniro>`_. +to relevant repositories part of the |main_project_name| `GitLab instance <https://gitlab.eclipse.org/eclipse/oniro-core>`_. The flow for handling that is classic: fork-based merge requests. This means that once you have an account, you can fork any repository, create a branch with proposed changes and raise a merge request against the forked repository. @@ -134,7 +134,7 @@ to remain the same. The only difference is that documentation files are to be released under ``Creative Commons License version 4.0``. Documentation that doesn't link directly to one specific repository, is -available in the `docs repository <https://booting.oniroproject.org/distro/docs>`_. +available in the `docs repository <https://gitlab.eclipse.org/eclipse/oniro-core/docs>`_. In terms of file format, the project unifies its documentation as ``ReStructuredText`` files. A RestructuredText primer is available as part of diff --git a/releases/jasmine/1.0.0/release_notes.rst b/releases/jasmine/1.0.0/release_notes.rst index e98a52ce5692093bbb8e4f79a29e4378be6efe6e..3cac9dbcf873716e3d9f1c66e779516a08ab9db3 100644 --- a/releases/jasmine/1.0.0/release_notes.rst +++ b/releases/jasmine/1.0.0/release_notes.rst @@ -109,7 +109,7 @@ for the repo init commands as follows: .. code-block:: console - repo init -u https://booting.oniroproject.org/distro/oniro.git -b v1.0.0 + repo init -u https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git -b v1.0.0 Known Issues ------------ @@ -125,7 +125,7 @@ Source Code Available For more details on our repo structure, see: -`OniroProject's GitLab <https://booting.oniroproject.org/distro/>`__ document +`OniroProject's GitLab <https://gitlab.eclipse.org/eclipse/oniro-core>`__ document The release is signed with the key: