osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/29190 )
Change subject: obs: Cosmetic: verify new projects on OBS first ......................................................................
obs: Cosmetic: verify new projects on OBS first
Related: OS#5654 Change-Id: I4a2ebf65de09e08cf3883ae4de9e7e8c952c2182 --- M scripts/obs/lib/config.py 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/scripts/obs/lib/config.py b/scripts/obs/lib/config.py index 56f1c61..bb8955d 100644 --- a/scripts/obs/lib/config.py +++ b/scripts/obs/lib/config.py @@ -37,6 +37,9 @@ # Osmocom projects: generated source packages will depend on a meta package, # such as osmocom-nightly, osmocom-latest or osmocom-2022q1. This meta package # prevents that packages from different feeds are mixed by accident. +# NOTE: Before adding new projects, make sure the rpm and deb build in OBS! +# Test it in your own namespace (home:youruser), see README for +# instructions and/or ask osmith for help. projects_osmocom = [ "erlang/osmo_dia2gsup", "libasn1c",