Skip to content

feat(archives): add .sha256 and construct archives in tmpdir

Kevin Morris requested to merge kevr/aurweb:move-and-sign-archives into master

This change brings some new additions to our archives:

  • SHA-256 .sha256 hexdigests
  • We construct our archives in a tmpdir now and move them to the archive destination when all are completed. This removes some corrupted downloading when archiving is in-process.

Signed-off-by: Kevin Morris kevr@0cost.org

Edited by Kevin Morris

Merge request reports