Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

v3.1.0

Compare
Choose a tag to compare
@phmccarty phmccarty released this 17 Mar 20:00
· 158 commits to master since this release

This release adds support for bsdtar (compile-time option), enables
parallel building of delta packs with pack_maker.sh, adds an initial
functional test suite, and addresses a few bugs:

  • Makes parallel pack generation more robust when building packs for
    multiple versions simultaneously.
  • Fixes basic_creator.sh to work properly on first run.
  • Removes an unneeded -a option passed to tar, and fixes tar argument
    ordering (files always after options).
  • Makes hash calculation always account for xattrs, since swupd-client
    unconditionally accounts for them.