
stas at stason
Dec 20, 2004, 9:02 PM
Post #2 of 4
(2069 views)
Permalink
|
Stas Bekman wrote: > Philippe, I've noticed that the docs weren't being updated. I see you've > changed the cron but why didn't you tell that the whole thing is down? > > #MAILTO=docs-dev [at] perl > > # Temporarly send to myself, don't want to spam the list until the > # svn issues are resolved > > MAILTO=gozer [at] apache > > # every monday rebuild all, including pdf > 30 03 * * 1 > /home/perlwww/apache.org/modperl-docs/bin/site_build_force_pdf_index > # update all (only changes/no pdf) every 6 hours > 15 6,12,18 * * * /home/perlwww/apache.org/modperl-docs/bin/site_build_index > # update all (only changes and pdfs) once a day > 15 0 * * * /home/perlwww/apache.org/modperl-docs/bin/site_build_pdf_index looks like the repository was borked: % cd /home/perlwww/apache.org/modperl-docs % svn up svn: Working copy '.' locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) % svn cleanup % svn up U src/docs/2.0/api/Apache/PerlSections.pod U src/docs/2.0/user/handlers/filters.pod U src/docs/2.0/user/config/config.pod U src/docs/2.0/user/config/custom.pod U src/download/index_top.html Updated to revision 122936. So what remains to be fixed? In the future please log this kind of issues in the todo file, so others know what's happening. Thanks. -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas [at] stason http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|