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)
Tue, Oct 7, 11:50 AM
Unknown Object (File)
Sep 9 2025, 11:03 PM
Unknown Object (File)
Aug 19 2025, 2:28 AM
Unknown Object (File)
Aug 15 2025, 8:11 AM
Unknown Object (File)
Aug 9 2025, 9:51 AM
Unknown Object (File)
Jul 19 2025, 2:21 PM
Unknown Object (File)
Jul 17 2025, 9:07 PM
Unknown Object (File)
Jul 11 2025, 2:33 PM
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