Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 622 Bytes

File metadata and controls

31 lines (19 loc) · 622 Bytes

DeltaRepo

Set of tools that generate/merges differences between an old and a new version of a repodata.

Building

Build requires:

Build from your checkout dir

mkdir build && cd build
cmake .. && make

Testing

All unit tests run from checkout dir

make test

Links

DeltaRepo's Wiki