SolidCharity / LightBuildServer

LightBuildServer for building rpm and deb packages and running CI scripts, using linux containers
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

when building a whole project, skip already built packages that have no changes #165

Closed tpokorra closed 7 years ago

tpokorra commented 8 years ago

need to store a hash of the sources, and know which other packages depend on this package.

if a package is rebuilt, invalidate all packages depending on it

Cannot use eTag because that is for the whole project

tpokorra commented 7 years ago

when building a project: