Skip to content

Commit b174a00

Browse files
committed
Fix broken links in processes/releasing.md
Corrects two broken links in `processes/releasing.md`. The link [JJB](https://gerrit.nordix.org/plugins/gitiles/infra/cicd/+/refs/heads/master/jjb/metal3/) and [within BMO repo](https://github.com/metal3-io/baremetal-operator/tree/main/resources/keepalived-docker) led to a "Not Found' page because gitiles was removed from gerrit and keepalived was moved to the utility-images repository. The link [JJB] has been updated to point to https://gerrit.nordix.org/gitweb?p=infra/cicd.git;a=tree;f=jjb/metal3;hb=HEAD and the link [within BMO repo] was replaced by [within utility-images repo](https://github.com/metal3-io/utility-images/tree/main/keepalived). Signed-off-by: Andre Marchesini <[email protected]>
1 parent 09ab74e commit b174a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

processes/releasing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require the releases they refer to be out already to pass PR tests to merge!
7171
### Create Jenkins jobs
7272

7373
Two Jenkins jobs need to be created in
74-
[JJB](https://gerrit.nordix.org/plugins/gitiles/infra/cicd/+/refs/heads/master/jjb/metal3/):
74+
[JJB](https://gerrit.nordix.org/gitweb?p=infra/cicd.git;a=tree;f=jjb/metal3;hb=HEAD):
7575

7676
- a periodic job that runs on a regular basis.
7777
- a PR verification job that is triggered by a keyword on a PR targeted for that
@@ -159,7 +159,7 @@ BMO releasing to be fine-tuned.
159159

160160
1. BMO dependencies
161161
- BMO contains `keepalived`
162-
([within BMO repo](https://github.com/metal3-io/baremetal-operator/tree/main/resources/keepalived-docker))
162+
([within utility-images repo](https://github.com/metal3-io/utility-images/tree/main/keepalived))
163163
1. BMO makes assumption about the exact configuration of MariaDB.
164164
However, [mariadb-image](https://github.com/metal3-io/mariadb-image) is
165165
currently branchless.

0 commit comments

Comments
 (0)