mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-05 07:03:38 +02:00
_product packages have _meta files ...
This commit is contained in:
@@ -2263,8 +2263,8 @@ def show_package_meta(apiurl, prj, pac, meta=False):
|
||||
if meta:
|
||||
query['meta'] = 1
|
||||
|
||||
# packages like _project, _pattern and _project do not have a _meta file
|
||||
if pac.startswith('_'):
|
||||
# packages like _pattern and _project do not have a _meta file
|
||||
if pac.startswith('_pattern') or pac.startswith('_project'):
|
||||
return ""
|
||||
|
||||
url = makeurl(apiurl, ['source', prj, pac, '_meta'], query)
|
||||
|
Reference in New Issue
Block a user