Page MenuHomeFreeBSD

website: Fix build when public dir is already populated
ClosedPublic

Authored by dbaio on Mar 23 2022, 12:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 26, 3:50 PM
Unknown Object (File)
Mon, Jun 15, 5:05 PM
Unknown Object (File)
Jun 8 2026, 9:30 PM
Unknown Object (File)
Jun 8 2026, 8:11 AM
Unknown Object (File)
Jun 8 2026, 7:13 AM
Unknown Object (File)
Jun 7 2026, 9:14 PM
Unknown Object (File)
Jun 7 2026, 8:24 PM
Unknown Object (File)
Jun 6 2026, 2:26 AM
Subscribers
None

Details

Summary

All CGI scripts are set with 555 permission mode in the post-build
target, and this makes the following builds hang if not cleaned the
public (temp) directory before or changed CGI permissions to 755.

Error: Error building site: process: readAndProcessContent: open
/doc/website/public/cgi/mailindex.cgi: permission denied

PR: 256352

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable