Skip to content

Commit

Permalink
Add source service commands
Browse files Browse the repository at this point in the history
Add the commands to install the source service and run the service
with osc.
  • Loading branch information
smarlowucf committed Sep 8, 2023
1 parent c89397f commit 8569fd0
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions doc/source/obs_source_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,22 @@ updated. Default is `true`.
If true, refresh image description even if there are no new commits. Default
is `false`.

The system the source service is run on needs to have `keg` and
`obs-service-keg` installed. Refer to the `Using Source Services
The system the source service is run on needs to have the
`compose_kiwi_description` service installed. Use the following command to
install the service in openSUSE:

.. code:: shell
zypper in obs-service-compose_kiwi_description
Once installed you can run the service with osc from the checked out
package directory:

.. code:: shell
osc service mr
Refer to the `Using Source Services
<https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.source_service.html>`_
section of the OBS manual about details on how to run the source service and
which operating modes are available.

0 comments on commit 8569fd0

Please sign in to comment.