Page MenuHomeFreeBSD

release: Make fetch happen in GCE images
ClosedPublic

Authored by cperciva on Mon, Nov 3, 9:46 PM.
Tags
None
Referenced Files
F134742587: D53569.id.diff
Tue, Nov 4, 7:57 AM
F134733701: D53569.diff
Tue, Nov 4, 6:31 AM
F134712242: D53569.id165780.diff
Tue, Nov 4, 3:20 AM
F134694312: D53569.id165771.diff
Tue, Nov 4, 1:04 AM
F134692799: D53569.id.diff
Tue, Nov 4, 12:54 AM
F134691526: D53569.diff
Tue, Nov 4, 12:45 AM
F134691284: D53569.diff
Tue, Nov 4, 12:44 AM
F134684588: D53569.diff
Tue, Nov 4, 12:13 AM
Subscribers

Details

Summary

We want to fetch distfiles, regardless of whether they contain known
vulnerabilities or we're building images for a different version of
FreeBSD.

MFC after: 3 days

Diff Detail

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

Event Timeline

DISABLE_VULNERABILITIES should really have been something like DISABLE_VULNERABILITY_CHECKS, yeah?

i don't know enough about ports to say if this is the right way to do this, but in principle disabling vulnerability checks here seems correct, otherwise building release would randomly break whenever VuXML is updated. which is, i suppose, what prompted this change in the first place.

This revision is now accepted and ready to land.Tue, Nov 4, 12:03 AM

You were exactly a month late for October 3rd... :)

DISABLE_VULNERABILITIES should really have been something like DISABLE_VULNERABILITY_CHECKS, yeah?

It's a silly name, but that's what marcus@ picked in February 2004... I had only been a committer for a couple weeks at that point IIRC. :-/

This revision was automatically updated to reflect the committed changes.