Page MenuHomeFreeBSD

Compression agnostic symlink for pkg
Needs ReviewPublic

Authored by zac_freebsdfoundation.org on Oct 19 2020, 1:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 10 2024, 9:37 PM
Unknown Object (File)
Feb 2 2024, 10:50 PM
Unknown Object (File)
Dec 20 2023, 5:53 AM
Unknown Object (File)
Sep 6 2023, 8:49 AM
Unknown Object (File)
Jun 15 2023, 10:47 PM
Unknown Object (File)
May 7 2023, 6:16 AM
Unknown Object (File)
Mar 30 2023, 4:59 AM
Unknown Object (File)
Dec 30 2022, 4:52 AM
Subscribers

Details

Reviewers
emaste
kevans
Summary

Create a compression format agnostic symlink under the name pkg.bootstrap, as suggested by @kevans in D26517.

Test Plan

Create directory /tmp/pkgs, run make -DBATCH PACKAGES=/tmp/pkgs -C ports-mgmt/pkg package in the root of the repository. The output shows both the old and new symlink being created:

install -l rs /tmp/pkgs/All/pkg-1.15.9.txz /tmp/pkgs/Latest/pkg.txz
install -l rs /tmp/pkgs/All/pkg-1.15.9.txz /tmp/pkgs/pkg.bootstrap

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 34248
Build 31392: arc lint + arc unit