[pydotorg-www] FWD: redirects.txt needed for local builds

Aahz aahz at pythoncraft.com
Fri Feb 25 17:08:09 CET 2011


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 <pydotorg-checkins at python.org> -----

> Date: Fri, 25 Feb 2011 17:06:34 +0100 (CET)
> From: aahz <pydotorg-checkins at python.org>
> To: pydotorg-checkins at python.org
> Subject: [Pydotorg-checkins] r13659 - trunk/beta.python.org/build/new-build
> Reply-To: pydotorg at python.org
> 
> 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
> Pydotorg-checkins at python.org
> http://mail.python.org/mailman/listinfo/pydotorg-checkins

----- End forwarded message -----

-- 
Aahz (aahz at pythoncraft.com)           <*>         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


More information about the pydotorg-www mailing list