Skip to content

Draft: Add FilesSignature support

Karel Koci requested to merge filessignature into master

We need this to cover case when files change in package without anything other changing. The issue this tries to cover is conflicts between packages because two packages provide same file but in reality that is only because local version is older than the one in repository. This forces reinstall and thus resolved such collision.

Implements #313 (closed) and is related to turris/os/build#257 (closed).

Merge request reports