From 26c7062c068175722d37bc5379260f4fa62a725d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 5 Jul 2024 11:30:32 +0200 Subject: [PATCH 1/2] Document onlybuild parameter of git bridge --- xml/obs_scm_bridge.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xml/obs_scm_bridge.xml b/xml/obs_scm_bridge.xml index eddabc9f..72cf9e19 100644 --- a/xml/obs_scm_bridge.xml +++ b/xml/obs_scm_bridge.xml @@ -77,6 +77,12 @@ clone the entire project to modify a single package. The build configuration part can get stored as '_config' file in the top level directory. + + It is possible to limit the actual used package sources by specifing an "onlybuild" cgi parameter + as part of the scmsync url. This parameter can be used multiple times. This is usefull to + for example when trying to do a testbuild 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: + <scmsync>https://gitlab.com/some/repository?onlybuild=glibc&onlybuild=kernel</scmsync> From 1412922e1f7102b6caaa56e5ed863822021bfc6b Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Mon, 8 Jul 2024 12:07:12 +0200 Subject: [PATCH 2/2] obs_scm_bridge: minor English style edits Signed-off-by: Nathan Cutler --- xml/obs_scm_bridge.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/obs_scm_bridge.xml b/xml/obs_scm_bridge.xml index 72cf9e19..e2f660d3 100644 --- a/xml/obs_scm_bridge.xml +++ b/xml/obs_scm_bridge.xml @@ -78,9 +78,9 @@ The build configuration part can get stored as '_config' file in the top level directory. - It is possible to limit the actual used package sources by specifing an "onlybuild" cgi parameter - as part of the scmsync url. This parameter can be used multiple times. This is usefull to - for example when trying to do a testbuild of just a few packages without the need to modify the source. + 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: <scmsync>https://gitlab.com/some/repository?onlybuild=glibc&onlybuild=kernel</scmsync>