On Sun, Mar 14, 2010 at 21:44, Philip Olson <phi...@roshambo.org> wrote: > > On Mar 14, 2010, at 7:33 AM, Hannes Magnusson wrote: > >> >> We could have it exclusively on doc.php.net (then we dont need any >> mirrors or rsync), and just add a monthly cron to update it? > > I think the 'doc.php.net only' option is reasonable, but I'm unsure how best > to automate the pear channel and package information updates with each new > version. Thoughts? >
It shouldn't be a problem. If we use PEAR_PackageFileManager (or whatever that package was called) then it can generate the package.xml stuff. A quick "pearscs.phar pman && svn commit -m 'todays release'" from a cron would do the job.. -Hannes