dennisvang / tufup

Automated updates for stand-alone Python applications.
MIT License
71 stars 1 forks source link

Repository.initialize does not handle multiple key dirs #102

Closed dennisvang closed 5 months ago

dennisvang commented 5 months ago

Description (and how to reproduce)

For example, in the repo_workflow_example, if keys exist, but the metadata have been removed (for whatever reason), then Repository.initialize() will try to create new metadata, but fails to find the private keys.

The reason is twofold:

Proposed solution