Git Mozilla
« previous entry | next entry »
Mar. 27th, 2007 | 09:18 pm
It finally works: I can pull patches from mozilla cvs into a valid checkout of firefox and thunderbird (make -f client.mk checkout); save any changes into git (git-add . ; git-commit); check that git repository out on my laptop (git-clone); create a branch for product specific hacking (git-checkout -b browser master); build hacked mozilla product (reusing any previous compiled versions with ccache) (make -f client.mk build); and then grab and merge in any new cvs updates. (git-pull; git-rebase)
The last issue is how to make any patches I work on look like it was produced with cvs -u8.
The last issue is how to make any patches I work on look like it was produced with cvs -u8.
Mozilla and Python
from:
davidldahl
date: Mar. 28th, 2007 03:24 pm (UTC)
Link
Reply | Thread
Re: Mozilla and Python
from:
alienghic
date: Mar. 28th, 2007 06:00 pm (UTC)
Link
Its not compatible with Python 2.5 (though that wont be hard to fix). The Makefiles had some problems on OS X, and also got confused about which version of python to link against.
I just managed to get the shared library into python, and found some new problem.
I get the sense not many people have been using pyxpcom on OS X.
Reply | Parent | Thread
Re: Mozilla and Python
from:
davidldahl
date: Mar. 28th, 2007 08:19 pm (UTC)
Link
Reply | Parent | Thread
any progress?
from:
doublecnz
date: May. 30th, 2007 09:52 pm (UTC)
Link
I'd be really keen to hear your workflow in using it.
Reply | Thread
Re: any progress?
from:
laurentfashion
date: Jun. 27th, 2010 11:19 am (UTC)
Link
Reply | Parent | Thread
yeassss
from:
tosserino
date: Mar. 8th, 2008 08:04 pm (UTC)
Link
sss
Reply | Thread