Page MenuHomeFreeBSD

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

Authored by kevans on Oct 28 2024, 4:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 2:56 AM
Unknown Object (File)
Thu, Sep 25, 4:10 AM
Unknown Object (File)
Sep 12 2025, 6:27 AM
Unknown Object (File)
Sep 6 2025, 8:09 AM
Unknown Object (File)
Sep 5 2025, 10:36 PM
Unknown Object (File)
Sep 5 2025, 7:36 PM
Unknown Object (File)
Sep 5 2025, 6:24 PM
Unknown Object (File)
Sep 5 2025, 2:37 PM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable