Skip to content

Commit

Permalink
GitHub Actions Build: 953 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Sep 18, 2024
1 parent 7a63e60 commit 4e34f1e
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 267 deletions.
12 changes: 4 additions & 8 deletions docs/opendevstack/5.x/quickstarters/release-manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,15 +385,14 @@ <h3 id="_automated_resolution_of_dependencies"><a class="anchor" href="#_automat

repositories:
- id: A
branch: master
- id: B
name: my-repo-B
branch: master
- id: C</pre>
</div>
</div>
<div class="paragraph">
<p>If a named repository wants to announce a dependency on another repo, the dependency needs to be listed in that repository&#8217;s <code>release-manager.yml</code>, simply by referring to its <code>repo.id</code> as defined in <code>metadata.yml</code>:</p>
<p>For all repositories mentioned above (A, B, C) the library will resolve the default branch configured in each.
If a named repository wants to announce a dependency on another repo, the dependency needs to be listed in that repository&#8217;s <code>release-manager.yml</code>, simply by referring to its <code>repo.id</code> as defined in <code>metadata.yml</code>:</p>
</div>
<div class="listingblock">
<div class="content">
Expand All @@ -411,11 +410,9 @@ <h3 id="_automated_resolution_of_dependencies"><a class="anchor" href="#_automat

repositories:
- id: A
branch: master
type: ods
- id: B
name: my-repo-B
branch: master
type: ods
- id: C
type: ods</pre>
Expand Down Expand Up @@ -458,8 +455,7 @@ <h4 id="_example_resolve_git_url_for_repository_b"><a class="anchor" href="#_exa

repositories:
- id: B
name: my-repo-B
branch: master</pre>
name: my-repo-B</pre>
</div>
</div>
<div class="paragraph">
Expand All @@ -485,7 +481,7 @@ <h4 id="_example_resolve_git_url_for_repository_c"><a class="anchor" href="#_exa
<div class="sect2">
<h3 id="_automated_resolution_of_repository_branch"><a class="anchor" href="#_automated_resolution_of_repository_branch"></a>Automated Resolution of Repository Branch</h3>
<div class="paragraph">
<p>If no <code>branch</code> parameter is provided for a repository, <code>master</code> will be assumed.</p>
<p>The default branch configured for the repository will be considered.</p>
</div>
</div>
<div class="sect2">
Expand Down
2 changes: 1 addition & 1 deletion docs/search-index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4e34f1e

Please sign in to comment.