[Python-checkins] python/nondist/peps pep-0283.txt,1.39,1.40

Thomas Heller theller@python.net
Mon, 21 Jul 2003 15:11:14 +0200


"Fred L. Drake, Jr." <fdrake@acm.org> writes:

> Raymond Hettinger writes:
>  > In theory, a cron job comes along a bit later and updates the html
>  > for www.python.org/peps .
>
> Yes.  It runs every 6 hours.
>
> Unfortunately, given the frequently unavailable anonymous CVS access
> to SourceForge, the script fails about half the time.  I get a (short)
> email for each of those times.

I don't know if this helps or not, but running anon cvs on SF's shell
server (in a cron job on SF) uses the 'normal' CVS server with current
data, not the backup one with the delay. I've also never noticed a
failure (although it only runs once a day).

I've used this to create up-to-data cvs snapshots of another project
hosted on sourceforge.

Thomas