diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-04-28 16:55:11 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-04-28 16:56:45 +0000 |
| commit | ab98fd3234304ea10db3dee70205828d372c443a (patch) | |
| tree | 29a0bebbdbfd557c2ebc43a6230461413fdb5261 | |
| parent | ddabf7f3ea4f0497dc5a5ffcbbb1d852ea77a4cd (diff) | |
build.7: Explain update-packages repo signing
MFC after: 3 days
Reported by: kevans
Reviewed by: kevans, ngie
Differential Revision: https://reviews.freebsd.org/D56607
| -rw-r--r-- | share/man/man7/build.7 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index ef4e2c94a82f..b9a781a9b5ab 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 22, 2026 +.Dd April 28, 2026 .Dt BUILD 7 .Os .Sh NAME @@ -387,10 +387,18 @@ defaults to Create or update the .Xr freebsd-base 7 package repository for the base system. +.Bl -bullet +.It If an old repository is being updated, then packages whose contents have not changed since the previous version will be copied into the new repository to avoid needless updating of the version number. +.It +If +.Va PKG_REPO_SIGNING_KEY +is defined, the repo will be signed according to +.Xr pkg-repo 8 . +.El .It Cm xdev-build Builds for the .Cm xdev @@ -1166,6 +1174,7 @@ Study the examples above. .Xr config 8 , .Xr etcupdate 8 , .Xr nextboot 8 , +.Xr pkg-repo 8 , .Xr shutdown 8 .Sh HISTORY The |
