Browse Source

mozilla-b2g18 - bug 832555

11 years ago
parent
commit
1448d3be3c
3 changed files with 10 additions and 1 deletions
  1. 2 0
      lxr.conf
  2. 7 0
      root/index.html
  3. 1 1
      update-src.pl

+ 2 - 0
lxr.conf

@@ -156,6 +156,8 @@ sourceroot: mozilla-esr10 /data/mxr-data/mozilla-esr10/mozilla-esr10
 sourceprefix: mozilla-esr10 mozilla
 sourceroot: mozilla-esr17 /data/mxr-data/mozilla-esr17/mozilla-esr17
 sourceprefix: mozilla-esr17 mozilla
+sourceroot: mozilla-b2g18 /data/mxr-data/mozilla-b2g18/mozilla-b2g18
+sourceprefix: mozilla-b2g18 mozilla
 sourceroot: mozilla-central /data/mxr-data/mozilla-central/mozilla-central
 sourceprefix: mozilla-central mozilla
 sourceroot: mozilla-com /data/mxr-data/mozillasvn/svn.mozilla.org/projects/www.mozilla.com

+ 7 - 0
root/index.html

@@ -104,6 +104,13 @@ Gecko, XULRunner, and Firefox.
           This is the Mozilla Release branch.  (e.g. Firefox ##)
       </dd>
 
+      <dt>
+         <a href="mozilla-b2g18/">Mozilla B2G18</a>
+      </dt>
+      <dd class="note">
+          This is the Mozilla FirefoxOS 18 branch. (for Gecko code)
+      </dd>
+
       <dt>
          <a href="mozilla-esr10/">Mozilla ESR10</a> /
          <a href="l10n-mozilla-esr10/">l10n</a>

+ 1 - 1
update-src.pl

@@ -404,7 +404,7 @@ for ($TREE) {
         }
         last;
     };
-    /^(mozilla-esr10|mozilla-esr17)$/ && do {
+    /^(mozilla-esr10|mozilla-esr17|mozilla-b2g18)$/ && do {
         if (-d "$src_dir/.hg") {
           hg_update($src_dir);
         } else {