HomeFreeBSD

pkgbase: don't remove the 'latest' symlink until the repo is final

Description

pkgbase: don't remove the 'latest' symlink until the repo is final

We can encounter many issues in the pkg-repo(8) process which would
currently leave us with no more 'latest' symlink in the repository. The
main problems with this are that we've now broken a subsequent
update-packages because we can't determine a PKG_VERSION_FROM, but
also we break configured clients that are still expecting to see *some*
repository.

Switch to just replacing the latest symlink entirely after we have
made it past the pkg-repo(8) step so that we only swap over when we have
a finished repository.

Reviewed by: bapt, emaste
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D47303

(cherry picked from commit 8549e3ce0cd6d4a6187b3977d53ff56ce0ac9c5b)

Details

Provenance
kevansAuthored on Tue, Oct 29, 8:50 PM
Reviewer
bapt
Differential Revision
D47303: pkgbase: don't remove the 'latest' symlink until the repo is final
Parents
rG6bf02434bd9a: ena: Update driver version to v2.8.0
Branches
Unknown
Tags
Unknown