Meego Wiki
Views

Project/Browser/How We Work/UpdateToLatest

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Update LATEST_UPSTREAM in 10 Steps)
(Update LATEST_UPSTREAM in 10 Steps)
Line 3: Line 3:
== Update LATEST_UPSTREAM in 10 Steps ==
== Update LATEST_UPSTREAM in 10 Steps ==
-
1. hg clone http://hg.meego.com/mozilla-central
+
# hg clone http://hg.meego.com/mozilla-central
-
2. cd mozilla-central
+
# cd mozilla-central
-
3. hg update LATEST_UPSTREAM
+
# hg update LATEST_UPSTREAM
-
4. ./debian/resources/tagscript.sh
+
# ./debian/resources/tagscript.sh
-
5. debcommit
+
# debcommit
-
6. hg branch bug_NUMBER
+
# hg branch bug_NUMBER
-
7. hg push
+
# hg push
-
8. hg update LATEST_UPSTREAM
+
# hg update LATEST_UPSTREAM
-
9. hg merge bug_NUMBER
+
# hg merge bug_NUMBER
-
10. hg push
+
# hg push

Revision as of 08:29, 23 September 2010

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

Update LATEST_UPSTREAM in 10 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. hg update LATEST_UPSTREAM
  9. hg merge bug_NUMBER
  10. hg push
Personal tools