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
F168666681: D58956.diff
Sat, Aug 29, 12:57 PM
F168650571: D58956.id184321.diff
Sat, Aug 29, 10:49 AM
F168633089: D58956.diff
Sat, Aug 29, 8:47 AM
F168598746: D58956.id184968.diff
Sat, Aug 29, 5:10 AM
F168579351: D58956.id184994.diff
Sat, Aug 29, 2:57 AM
F168575354: D58956.id185261.diff
Sat, Aug 29, 2:32 AM
F168543088: D58956.id.diff
Fri, Aug 28, 10:44 PM
Unknown Object (File)
Fri, Aug 28, 1:09 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 76251
Build 73134: 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.

522

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

594

This change should be done in D58951.

881–895

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