Page MenuHomeFreeBSD

nanobsd: Use local repository cache for precompiled package base builds
Needs ReviewPublic

Authored by senguptaangshuman17_gmail.com on Wed, Aug 19, 10:18 AM.
Tags
None
Referenced Files
F168393928: D58956.id184597.diff
Fri, Aug 28, 12:04 AM
F168392814: D58956.id184831.diff
Thu, Aug 27, 11:50 PM
F168392532: D58956.id184504.diff
Thu, Aug 27, 11:46 PM
F168389768: D58956.id185261.diff
Thu, Aug 27, 11:10 PM
F168374049: D58956.diff
Thu, Aug 27, 8:30 PM
F168373761: D58956.diff
Thu, Aug 27, 8:29 PM
F168371799: D58956.diff
Thu, Aug 27, 8:13 PM
F168330283: D58956.id184968.diff
Thu, Aug 27, 3:53 PM
Subscribers

Details

Reviewers
jlduran
jrm
ashish
Summary

Fetch pkgbase packages into a local repository (FreeBSD-local) before installing. Rewrite _xxx_pkg_metalog() to deduplicate METALOG entries and split target database regeneration into _xxx_run_pkg_scripts().

Add metalog_add_data() to append metalog lines with sensible mode defaults.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 76017
Build 72900: arc lint + arc unit

Event Timeline

Rename revision, normalize XXXJL comments, restore normalized fingerprints comment

senguptaangshuman17_gmail.com retitled this revision from nanobsd: Fix package base metalog and installation issues to nanobsd: Use local repository cache for precompiled package base builds.
tools/tools/nanobsd/defaults.sh
304

This change should be done in D58950.

370

This change should be done in D58952.

490

This comment change is not related to this commit, I believe it should be done in D58951.

515

This comment change is not related to this commit, I believe it should be done in D58954.

587

This change should be done in D58951.

866

This (location) change should be done in D58931. It is a non-functional change (NFC) that just changes the location of the function to keep it together (alphabetically?) with other tgt_ functions.

Clean up pkgbase world list logic and remove duplicate sed fixups