Re: [DOC-WEB] cvs: docweb /cron/weekly howto
[email protected] (Sean Coates)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Yes. Sort of. /cron/monthly/foo would simply be a wrapper for /scripts/foo and /scripts/foo would contain the logic S Mehdi Achour wrote: > Sean Coates wrote: > >>Only somewhat related, and not a complaint against anyone specific: >> >>Can we please use /docweb/cron/* as wrappers only? >> >>Any logic should be in /docweb/scripts/ ; this makes it easier to see >>what's actually happening, and doesn't force a maintainer to guess the >>frequency of a given job. > > > You mean that we should create bash files under scripts/ and invokes > them in cron/ ? > > didou >