PLDWWW: XULRunner
    glen  
    glen at pld-linux.org
       
    Tue Jun 17 20:52:54 CEST 2008
    
    
  
Author: glen   Date: Tue Jun 17 18:52:54 2008 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/XULRunner?action=diff&rev2=8&rev1=7
---- Log message:
copy paste ready
---- Page affected: XULRunner
---- Diffs:
================================================================
The comment on the change is:
copy paste ready
  PLD Ac and Th are using custom snapshots of [http://developer.mozilla.org/en/docs/XULRunner XULRunner] to provide libraries for all applications using Gecko engine (except Firefox, Thunderbird and SeaMonkey). To upgrade XULRunner you must create tarball with our snapshot sources. To do this checkout source from Mozilla CVS using branch of latest official Firefox release.
  
  {{{
- # tag=FIREFOX_2_0_0_8_RELEASE
+ tag=FIREFOX_2_0_0_8_RELEASE
- # version=1.8.1.8
+ version=1.8.1.8
- # mkdir xulrunner-$version
+ mkdir xulrunner-$version
- # cd xulrunner-$version
+ cd xulrunner-$version
- # cvs -d :pserver:anonymous at cvs-mirror.mozilla.org:/cvsroot co -r $tag mozilla/client.mk
+ cvs -d :pserver:anonymous at cvs-mirror.mozilla.org:/cvsroot co -r $tag mozilla/client.mk
- # cd mozilla
+ cd mozilla
- # make -f client.mk checkout MOZ_CO_PROJECT=xulrunner
+ make -f client.mk checkout MOZ_CO_PROJECT=xulrunner
- # rm -f .mozconfig.*
+ rm -f .mozconfig.*
- # cd ..
+ cd ..
- # tar jcf xulrunner-$version-$(date +%Y%m%d)-source.tar.bz2 --exclude=CVS mozilla/
+ tar jcf xulrunner-$version-$(date +%Y%m%d)-source.tar.bz2 --exclude=CVS mozilla/
  }}}
  
  Be sure to change Firefox and XULRunner versions in example above to current ones.
    
    
More information about the pld-cvs-commit
mailing list