Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upbuilder-fedora: check-repo target may report false positive #1260
Comments
marmarek
added
bug
P: minor
C: builder
labels
Oct 2, 2015
marmarek
added this to the Release 3.0 milestone
Oct 2, 2015
marmarek
closed this
Oct 2, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
marmarek commentedOct 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
versionfile, but packages were not built). We still need to recordoutput 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.