Browse Source

Bug 943522, 953291 - add esr24 to sidebar, add b2g26_v1_2

Kendall Libby 10 years ago
parent
commit
9ba803765c
4 changed files with 10 additions and 1 deletions
  1. 2 0
      lxr.conf
  2. 1 0
      mozilla-b2g26_v1_2
  3. 6 0
      root/index.html
  4. 1 1
      update-src.pl

+ 2 - 0
lxr.conf

@@ -170,6 +170,8 @@ sourceroot: mozilla-esr24 /data/mxr-data/mozilla-esr24/mozilla-esr24
 sourceprefix: mozilla-esr24 mozilla
 sourceroot: mozilla-b2g18 /data/mxr-data/mozilla-b2g18/mozilla-b2g18
 sourceprefix: mozilla-b2g18 mozilla
+sourceroot: mozilla-b2g26_v1_2 /data/mxr-data/mozilla-b2g18/mozilla-b2g26_v1_2
+sourceprefix: mozilla-b2g26_v1_2 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

+ 1 - 0
mozilla-b2g26_v1_2

@@ -0,0 +1 @@
+.

+ 6 - 0
root/index.html

@@ -83,9 +83,15 @@ dl.rootlist dd {
       <dt><a href="mozilla-release/">Mozilla Release</a> / <a href="l10n-mozilla-release/">l10n</a></dt>
       <dd class="note">This is the Mozilla Release branch.  (e.g. Firefox ##)</dd>
 
+      <dt><a href="mozilla-esr24/">Mozilla ESR24</a></dt>
+      <dd>ESR24 version of 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-b2g26_v1_2/">Mozilla B2G26 v1_2</a></dt>
+      <dd class="note">This is the Mozilla FirefoxOS 26 v1_2 branch. (for Gecko code)</dd>
+
       <dt><a href="gaia/">B2G - Gaia</a></dt>
       <dd>Pulled from: https://github.com/mozilla-b2g/gaia</dd>
 

+ 1 - 1
update-src.pl

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