Comment 4 for bug 559128

Revision history for this message
Tom Haddon (mthaddon) wrote : Re: [Bug 559128] Re: edge rollouts broke CSS

On Fri, 2010-04-09 at 13:41 +0000, Gary Poster wrote:
> I tried a simple experiment (make a new branch, ``make bin/buildout &&
> bin/buildout``, then ``make build``) and it worked, so it means that the
> basic mechanism is fine. Do you have the original files and the post
> ``make clean && make build`` files? If so, I'd like to compare
> _pythonpath.py and parts/scripts/site.py before and after (paths are
> from root of LP tree).

Ok, so these are the files before we run bin/buildout:

https://pastebin.canonical.com/30371/

And here they are on the deployment server after we've done that:

https://pastebin.canonical.com/30372/

And here they are on one of the frontends that failed after running make
clean; make build:

https://pastebin.canonical.com/30370/

Thanks, Tom