Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot resolve builds done in side tags #98

Closed
msimacek opened this issue May 21, 2016 · 2 comments
Closed

Cannot resolve builds done in side tags #98

msimacek opened this issue May 21, 2016 · 2 comments
Assignees

Comments

@msimacek
Copy link
Contributor

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.

@msimacek msimacek self-assigned this May 21, 2016
@mizdebsk
Copy link
Member

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.

@msimacek
Copy link
Contributor Author

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?

mizdebsk added a commit that referenced this issue May 24, 2016
Arch-specific subdirectories are no longer needed since #98 was
implemented.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants