Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add source service commands #147

Merged
merged 2 commits into from
Nov 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.