Skip to content

Commit

Permalink
Merge pull request #362 from adrianschroeter/onlybuild
Browse files Browse the repository at this point in the history
Document onlybuild parameter of git bridge
  • Loading branch information
adrianschroeter authored Jul 8, 2024
2 parents 807ea6e + 1412922 commit ebf68f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xml/obs_scm_bridge.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
clone the entire project to modify a single package.</para>

<para>The build configuration part can get stored as '_config' file in the top level directory.</para>

<para>It is possible to limit the actual used package sources by specifying an "onlybuild" cgi parameter
as part of the scmsync url. This parameter can be used multiple times. This is useful,
for example, when trying to do a test build of just a few packages without the need to modify the source.
In that way an open merge request may be tested before merging. Example URL:</para>
<screen>&lt;scmsync&gt;https://gitlab.com/some/repository?onlybuild=glibc&amp;onlybuild=kernel&lt;/scmsync&gt;</screen>
</sect2>

<sect2 xml:id="sec.obs.obs_scm_bridge.implementation_and_limitations">
Expand Down

0 comments on commit ebf68f3

Please sign in to comment.