Meego Wiki
Views

Project/Browser/How We Work/UpdateToLatest

From MeeGo wiki
< Project/Browser | How We Work(Difference between revisions)
Jump to: navigation, search
(Update LATEST_UPSTREAM in 10 Steps)
(Update LATEST_UPSTREAM in 10 Steps)
 
Line 1: Line 1:
This page describes how get latest mozilla central into our LATEST_UPSTREAM Branch.
This page describes how get latest mozilla central into our LATEST_UPSTREAM Branch.
-
== Update LATEST_UPSTREAM in 10 Steps ==
+
== Update LATEST_UPSTREAM in 11 Steps ==
# hg clone http://hg.meego.com/mozilla-central
# hg clone http://hg.meego.com/mozilla-central
Line 10: Line 10:
# hg branch bug_NUMBER
# hg branch bug_NUMBER
# hg push
# hg push
 +
# see it compile
# hg update LATEST_UPSTREAM
# hg update LATEST_UPSTREAM
# hg merge bug_NUMBER
# hg merge bug_NUMBER
# hg push
# hg push

Latest revision as of 09:00, 23 September 2010

This page describes how get latest mozilla central into our LATEST_UPSTREAM Branch.

Update LATEST_UPSTREAM in 11 Steps

  1. hg clone http://hg.meego.com/mozilla-central
  2. cd mozilla-central
  3. hg update LATEST_UPSTREAM
  4. ./debian/resources/tagscript.sh
  5. debcommit
  6. hg branch bug_NUMBER
  7. hg push
  8. see it compile
  9. hg update LATEST_UPSTREAM
  10. hg merge bug_NUMBER
  11. hg push
Personal tools