Re: [DOC-ZH] help needed for fixing manual build
[email protected] (Philip Olson)
| Newsgroups | php.doc,php.doc.zh |
|---|---|
| Message-ID | <[email protected]> |
Hello André, <snip> > > euk2 is related to http://doc.php.net/logs/ ? Because there is there build logs every 4 hours. > > A lot of logs, btw. This link takes between 5 to 20 seconds to complete. Good point. The boxen/euk2.php.net[1] file is executed hourly and includes build-doc-snapshots[2] that executes the builds. As this thread discovered, the build-doc-snapshots script reveals important information, namely: * It uses phd from git (not the version installed via pear) * Uses the /local/src/phpdoc-all/ doc directory (which wasn't being updated before) * Script is executed hourly but fully runs every 4 hours At some point soon we should probably add 'svn update' here. As for the logs/[3], all non-2018 directories were moved to logs/archive/ so the page loads faster now. Still not perfect but we can tweak it later (e.g., alter default sort from asc to desc or add a simple ui). [1] https://github.com/php/systems/blob/master/boxen/euk2.php.net [2] https://github.com/php/systems/blob/master/build-docs-snapshots [3] http://doc.php.net/logs/ Regards, Philip