Merge pull request #2786 from coolo/find_the_archs
Fix adi projects having no archs
This commit is contained in:
commit
a2fa658345
1
dist/package/openSUSE-release-tools.spec
vendored
1
dist/package/openSUSE-release-tools.spec
vendored
@ -356,7 +356,6 @@ exit 0
|
||||
%{_bindir}/osrt-build-fail-reminder
|
||||
%{_bindir}/osrt-checknewer
|
||||
%{_bindir}/osrt-check_bugowner
|
||||
%{_bindir}/osrt-check_source_in_factory
|
||||
%{_bindir}/osrt-check_tags_in_requests
|
||||
%{_bindir}/osrt-compare_pkglist
|
||||
%{_bindir}/osrt-container_cleaner
|
||||
|
@ -1441,6 +1441,7 @@ class StagingAPI(object):
|
||||
for arch in self.cstaging_archs:
|
||||
a = ET.SubElement(repository, 'arch')
|
||||
a.text = arch
|
||||
meta = ET.tostring(root)
|
||||
url = make_meta_url('prj', name, self.apiurl)
|
||||
http_PUT(url, data=meta)
|
||||
# put twice because on first put, the API adds useless maintainer
|
||||
|
Loading…
x
Reference in New Issue
Block a user