Skip to content

Add hashing methods to Project and Package

Marco Clemencic requested to merge cacheable-binaries into master

The Project.hash and Package.hash methods return strings (sha256 hashes) that can be used to identify equivalent artifacts (sources or binary).

The the artifacts method uses the new method to generate identical artifacts paths for equivalent checkout artifacts.

Edited by Maciej Pawel Szymanski

Merge request reports