PLDWWW: XULRunner

glen glen at pld-linux.org
Thu Mar 6 19:23:33 CET 2008


Author: glen   Date: Thu Mar  6 18:23:33 2008 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/XULRunner?action=diff&rev2=7&rev1=6
---- Log message:


---- Page affected: XULRunner

---- Diffs:

================================================================
  ## page was renamed from xulrunner
  #language en
  == XULRunner upgrade procedure ==
- PLD Ac and Th are using custom snapshots of [http://developer.mozilla.org/en/docs/XULRunner:Mozilla 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.
+ 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.
  
  {{{
- # mkdir xulrunner-1.8.1.8
- # cd xulrunner-1.8.1.8
  # tag=FIREFOX_2_0_0_8_RELEASE
+ # version=1.8.1.8
+ # mkdir xulrunner-$version
+ # cd xulrunner-$version
  # cvs -d :pserver:anonymous at cvs-mirror.mozilla.org:/cvsroot co -r $tag mozilla/client.mk
  # cd mozilla
  # make -f client.mk checkout MOZ_CO_PROJECT=xulrunner
  # rm -f .mozconfig.*
  # cd ..
- # tar jcf xulrunner-1.8.1.8-$(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