mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 10:16:14 +01:00
fix build of multiarch products. This was wrong in general and affected
all builds. So we may see some other breakage somewhere else.
This commit is contained in:
parent
cfc9c2a1b2
commit
690857d452
@ -408,7 +408,7 @@ def main(opts, argv):
|
||||
# OBS 1.5 and before has no downloadurl defined in buildinfo
|
||||
if bi.downloadurl:
|
||||
urllist.append(bi.downloadurl + '/%(extproject)s/%(extrepository)s/%(arch)s/%(filename)s')
|
||||
urllist.append( '%(apiurl)s/build/%(project)s/%(repository)s/%(buildarch)s/%(repopackage)s/%(repofilename)s' )
|
||||
urllist.append( '%(apiurl)s/build/%(project)s/%(repository)s/%(repoarch)s/%(repopackage)s/%(repofilename)s' )
|
||||
|
||||
fetcher = Fetcher(cachedir = config['packagecachedir'],
|
||||
urllist = urllist,
|
||||
|
Loading…
Reference in New Issue
Block a user