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

builder-fedora: check-repo target may report false positive #1260

Closed
marmarek opened this Issue Oct 2, 2015 · 0 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Oct 2, 2015

builder-fedora records built packages in text file, and later when it is
present it uses its content, instead of evaluating spec file content. This may
lead to checking old package versions (when repository was updated - especially
the version file, but packages were not built). We still need to record
output packages somehow - because spec file may contain packages definitions,
which aren't actually generated (when %files section is missing). But it needs
some safeguard to detect if that package list is fresh.

@marmarek marmarek added this to the Release 3.0 milestone Oct 2, 2015

@marmarek marmarek closed this Oct 2, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment