Skip to content

Commit

Permalink
Merge pull request #147 from SUSE-Enceladus/obs-service-doc
Browse files Browse the repository at this point in the history
Add source service commands
  • Loading branch information
jgleissner authored Nov 3, 2023
2 parents b1ba5a2 + 3fb0e82 commit e5b23ae
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions doc/source/obs_source_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,25 @@ 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
For more information about the Open Build Service command line tool see the
`osc documentation <https://en.opensuse.org/openSUSE:OSC>`_

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 e5b23ae

Please sign in to comment.