It appears that redirects.txt is used for local builds, not sure what the proper fix should be, so just commented it out.
----- Forwarded message from aahz <[email protected]> ----- > Date: Fri, 25 Feb 2011 17:06:34 +0100 (CET) > From: aahz <[email protected]> > To: [email protected] > Subject: [Pydotorg-checkins] r13659 - trunk/beta.python.org/build/new-build > Reply-To: [email protected] > > Author: aahz > Date: Fri Feb 25 17:06:34 2011 > New Revision: 13659 > > Modified: > trunk/beta.python.org/build/new-build/run-server.py > Log: > comment out use of redirects.txt > > Modified: trunk/beta.python.org/build/new-build/run-server.py > ============================================================================== > --- trunk/beta.python.org/build/new-build/run-server.py (original) > +++ trunk/beta.python.org/build/new-build/run-server.py Fri Feb 25 > 17:06:34 2011 > @@ -71,8 +71,10 @@ > self.end_headers() > return f > > +# redirect file removed, comment this out > +for x in (): > # Read redirect file > -for line in open('redirects.txt', 'r'): > +#for line in open('redirects.txt', 'r'): > # Ignore blank lines > if line.strip() == '': > continue > _______________________________________________ > Pydotorg-checkins mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pydotorg-checkins ----- End forwarded message ----- -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "Programming language design is not a rational science. Most reasoning about it is at best rationalization of gut feelings, and at worst plain wrong." --GvR, python-ideas, 2009-03-01 _______________________________________________ pydotorg-www mailing list [email protected] http://mail.python.org/mailman/listinfo/pydotorg-www
