On Tue, 24 Jul 2012 23:18:51 +1000, Nick Coghlan <ncogh...@gmail.com> wrote:
> On Tue, Jul 17, 2012 at 5:59 AM, Georg Brandl <g.bra...@gmx.net> wrote:
> > On 16.07.2012 15:43, Antoine Pitrou wrote:
> >> Le lundi 16 juillet 2012 à 23:26 +1000, Nick Coghlan a écrit :
> >>> I just noticed that PEP 424 hasn't appeared on the site yet - is it
> >>> possible the automatic regeneration broke when hg.python.org was moved
> >>> to OSU/OSL?
> >>
> >> Yes, it appears to have broken. Whoever put the automatic generation in
> >> place (Georg perhaps?) should probably simply add a cronjob that will
> >> periodically fetch PEP changes and build them.
> >
> > I didn't set up the whole thing -- that was done by someone before for
> > SVN.  I just added a hook to touch the "pepqueued" file (that hook can
> > be removed fwiw).
> 
> Can the PEP regeneration at least be hooked up to the same daily cycle
> that rebuilds the main docs?
> 
> PEP 398 is still showing the old schedule and PEP 424 isn't on the site at 
> all.
> 
> Or should I be sending this question to the pydotorg list?

My understanding is that there is a push script for the docs run out of
a cronjob "somewhere", but it is operating off the cpython repo, not the
pep repo.  So an equivalent script needs to be set up.  I think *all*
it needs to do is push the data over to the web server, but my knowledge
of all these details is so fuzzy (I've never touched pydotorg) that I'm
not in a position to look at it.

--David
_______________________________________________
python-committers mailing list
python-committers@python.org
http://mail.python.org/mailman/listinfo/python-committers

Reply via email to