You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Koschei cannot resolve builds that were done in tag different from build tags we know. The reason is that it needs to know which arches to use for given tag.
The text was updated successfully, but these errors were encountered:
This has been a known problem for a long time. It also happens at branching time, eg. when rawhide moves from f24 to f25 - Koschei is unable to resolve older builds that were still done in f24-build repo.
I think, the only thing preventing it from resolving them is that it doesn't know which arches to use. We need two pieces of information - which arches to download repos from and which arch to use as resolution arch. We can probably have resolution arch specified in the config globally. For repo arches, we can get those with getTag from Koji, but it also lists arches which we don't want to download for performance resons (arm). So maybe we could use getTag and have global arch whitelist in the configuration?
Koschei cannot resolve builds that were done in tag different from build tags we know. The reason is that it needs to know which arches to use for given tag.
The text was updated successfully, but these errors were encountered: