Skip to content

Commit

Permalink
[VOL-5362] Fix extlinks in Voltha 2.12 relnotes
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Ball <[email protected]>
Change-Id: I11bd25cf8b1a743b210389686c74fef811169a4b
  • Loading branch information
eb-oss committed Sep 17, 2024
1 parent ea30799 commit 3e4d6d6
Show file tree
Hide file tree
Showing 11 changed files with 236 additions and 225 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.45-dev2
2.12.44
3 changes: 3 additions & 0 deletions howto/code/voltha-protos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Clone, edit, build & test
-------------------------

.. code:: bash
git clone ssh://gerrit.opencord.org:29418/voltha-protos.git
cd voltha-protos
vi ...
Expand Down Expand Up @@ -106,6 +107,7 @@ Problems with pip install
- From requirements.txt file entries, pip install failing versioned package.

.. code:: bash
:caption: Pip install debugging
# Debug using virtualenv
Expand All @@ -123,6 +125,7 @@ longintrepr.h
^^^^^^^^^^^^^

.. code:: bash
:caption: Include missing header
mkdir -p include
Expand Down
3 changes: 1 addition & 2 deletions howto/release/components/onos_components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Jenkins Jobs
- In the top right search for last part of the app name (eg: olt)
- Enable checkbox for the versioned package (status: closed).
- Click release (top left bar, small button)
- `Wait until artifacts are published <https://search.maven.org/search?q=g:org.opencord>`_
- `Wait until artifacts are published <https://central.sonatype.com/search?q=g:org.opencord&smo=true>`_

- Release all other apps/components (dependency hierarch):

Expand All @@ -109,4 +109,3 @@ Jenkins Jobs
- Verify expected dependent version has been released.
- Modify pom.xml, update dep version(s) from x.z.y-SNAPSHOT to x.y.z
- Commit and submit.

2 changes: 1 addition & 1 deletion operations/software-upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ the services and the dataplane protocols for converging to a stable stated
After changes in the code of ONOS apps are made and verified the following steps are needed:

#. | obtain the .oar of the app, either via a local build with `mvn clean install` or, if the code has been upstreamed
| by downloading it from `maven central <https://search.maven.org/search?q=g:org.opencord>`_ or sonatype.
| by downloading it from `maven central <https://central.sonatype.com/search?q=g:org.opencord&smo=true>`_ or sonatype.
#. Delete the old version of the ONOS app.
#. Upload install and activate the new `oar` file.

Expand Down
3 changes: 2 additions & 1 deletion overview/contributing/copyright.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Include a copyright notice with all submissions to ONF repositoreis.
- Copyright notice should be dated to the last year sources were modified.

.. code-block:: BASH
:caption: Project Copyright Notice
# -----------------------------------------------------------------------
Expand Down Expand Up @@ -39,4 +40,4 @@ See Also
- `ONF CLA Information <https://wiki.opencord.org>`_
- `Contributing License Agreement Manager <https://cla.opennetworking.org/>`_

`Copyrights <copyright/copyright>`_
:doc:`Copyrights <copyright/copyright>`
6 changes: 3 additions & 3 deletions overview/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ better release numbering pattern.

If a repository is branched the :doc:`.gitreview <howto/release/post-release/gitreview.html>`
file needs to be changed, adding `defaultorigin=voltha-X.Y` at the end.

.. note::
Given the dependency of the containers on the protos and the library, if the voltha-protos and/or voltha-lib-go or
omci-lib-go need to be released, it should be done first and then updated in the components:
Expand Down Expand Up @@ -116,8 +116,8 @@ The job will need to be initiated using specific parameters, for an example view

5. Wait until the artifacts are published

- https://search.maven.org/search?q=g:org.opencord
- https://search.maven.org/artifact/org.opencord/dhcpl2relay/2.9.0/pom
- https://central.sonatype.com/search?q=g:org.opencord&smo=true
- https://central.sonatype.com/artifact/org.opencord/dhcpl2relay/2.9.0?smo=true

6. Iterate through apps:

Expand Down
Loading

0 comments on commit 3e4d6d6

Please sign in to comment.