From 8569fd07e7bf757e57341e86553b14e9eb24f464 Mon Sep 17 00:00:00 2001 From: Sean Marlow Date: Fri, 8 Sep 2023 14:23:29 -0400 Subject: [PATCH 1/2] Add source service commands Add the commands to install the source service and run the service with osc. --- doc/source/obs_source_service.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/source/obs_source_service.rst b/doc/source/obs_source_service.rst index cb56fd5..22cea29 100644 --- a/doc/source/obs_source_service.rst +++ b/doc/source/obs_source_service.rst @@ -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 `_ section of the OBS manual about details on how to run the source service and which operating modes are available. From 3fb0e82b61a31bd5d66b14edd51cae4654b95d3b Mon Sep 17 00:00:00 2001 From: Sean Marlow Date: Thu, 2 Nov 2023 13:06:08 -0400 Subject: [PATCH 2/2] Add comment with osc documentation --- doc/source/obs_source_service.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/obs_source_service.rst b/doc/source/obs_source_service.rst index 22cea29..b410e72 100644 --- a/doc/source/obs_source_service.rst +++ b/doc/source/obs_source_service.rst @@ -82,6 +82,9 @@ package directory: osc service mr +For more information about the Open Build Service command line tool see the + `osc documentation `_ + Refer to the `Using Source Services `_ section of the OBS manual about details on how to run the source service and