Page MenuHomeFreeBSD

pkgbase: Create two new rules for creating repo
ClosedPublic

Authored by manu on Jan 26 2024, 6:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 21, 9:33 PM
Unknown Object (File)
Fri, May 31, 8:22 AM
Unknown Object (File)
May 2 2024, 4:11 PM
Unknown Object (File)
May 2 2024, 1:27 PM
Unknown Object (File)
May 2 2024, 1:25 PM
Unknown Object (File)
May 2 2024, 10:09 AM
Unknown Object (File)
Mar 23 2024, 11:01 PM
Unknown Object (File)
Mar 1 2024, 6:59 AM
Subscribers

Details

Summary

This adds two new rules named create-packages-kernel-repo and
create-packages-world-repo.
The goal of those rules is to create the {kernel,world} packages and
after that the repository.
It helps a lot for developing with pkgbase by adding the dev machine
repository created by those rules on top of the official pkgbase one.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

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

Event Timeline

manu requested review of this revision.Jan 26 2024, 6:54 PM

Do we have documentation that describes these targets? (i.e., where would an end user discover that these have been added?)

Do we have documentation that describes these targets? (i.e., where would an end user discover that these have been added?)

We have nothing on all pkgbase related targets, we probably should.

This revision is now accepted and ready to land.Jan 28 2024, 2:36 PM
This revision was automatically updated to reflect the committed changes.