Page MenuHomeFreeBSD

Allow to define NOSRC on release.conf
ClosedPublic

Authored by garga on Jun 3 2016, 5:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 2:30 AM
Unknown Object (File)
Thu, Apr 18, 2:29 AM
Unknown Object (File)
Mar 14 2024, 1:56 PM
Unknown Object (File)
Mar 14 2024, 1:56 PM
Unknown Object (File)
Mar 14 2024, 1:56 PM
Unknown Object (File)
Mar 11 2024, 12:58 AM
Unknown Object (File)
Jan 6 2024, 11:31 AM
Unknown Object (File)
Jan 6 2024, 11:31 AM
Subscribers

Details

Summary

One of the already implemented options in release/Makefile is NOSRC. When it's
defined, installation image is shipped without source distribution (src.txz)

Add the hability of defining NOSRC in release.conf and pass it to 'make release'
argument

Sponsored by: Rubicon Communications (Netgate)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4098
Build 4141: arc lint + arc unit

Event Timeline

garga retitled this revision from to Allow to define NOSRC on release.conf.
garga updated this object.
garga edited the test plan for this revision. (Show Details)
garga added a reviewer: gjb.

I'm fine with this overall, however we should avoid combining the DOCPORTS option into this.

The NODOC and NOPORTS are orthogonal to NOSRC intentionally, since if NOPORTS is set, NODOC must be set (since it relies on the ports/ tree).

They are not combined, DOCPORTS is just a variable that will contain all selected knobs to pass to make release call. It's populated based on each (NOPORTS, NOSRC or NODOC) value

The logic you mentioned, about set NODOC when NOPORTS is set happens inside release/Makefile and it's not affected by this change

gjb edited edge metadata.

You are correct, sorry. I misread it.

This revision is now accepted and ready to land.Jun 3 2016, 6:35 PM
This revision was automatically updated to reflect the committed changes.