Re: [DOC-ZH] help needed for fixing manual build
[email protected] (André L F S Bacci)
| Newsgroups | php.doc,php.doc.zh |
|---|---|
| Message-ID | <CAL1T4B0rF+xuHKWTf6TUUXq5oDQQpqTG+bqjWWzOjSm6vZ6QLw@mail.gmail.com> |
On Fri, Nov 16, 2018 at 9:46 PM Philip Olson <[email protected]> wrote: > 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 > The comments on build-docs-snapshots:14 match the 6 hours interval of "Viewing changes online" on http://doc.php.net/tutorial/editing.php, but the constant on next line fully runs the script in 4 hours intervals. > At some point soon we should probably add 'svn update' here. > Please, yes. Somewhere after `pushd $BASEDIR`, before the building of all languages. Also, thanks for impressive work. A lot of translators lists are better now :) André