Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/repo: change some error handling in repo_open_local.
- use less intermediate variables - assert that archive_read_new managed to allocate memory for itself: not ideal, but if we ever want to move from assertions it shows us where we need to change things - use libarchive's archive_error_string for better error messages Closes: #345 [via git-merge-pr]
- Loading branch information