Browse Source

Bug 1172099 - add mozilla-esr38 and comm-esr38

Kendall Libby 9 years ago
parent
commit
41f18cb85b
5 changed files with 14 additions and 2 deletions
  1. 1 0
      comm-esr38
  2. 4 0
      lxr.conf
  3. 1 0
      mozilla-esr38
  4. 6 0
      root/index.html
  5. 2 2
      update-src.pl

+ 1 - 0
comm-esr38

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

+ 4 - 0
lxr.conf

@@ -106,6 +106,8 @@ sourceroot: comm-esr24 /data/mxr-data/comm-esr24/comm-esr24
 sourceprefix: comm-esr24 comm-esr24
 sourceprefix: comm-esr24 comm-esr24
 sourceroot: comm-esr31 /data/mxr-data/comm-esr31/comm-esr31
 sourceroot: comm-esr31 /data/mxr-data/comm-esr31/comm-esr31
 sourceprefix: comm-esr31 comm-esr31
 sourceprefix: comm-esr31 comm-esr31
+sourceroot: comm-esr38 /data/mxr-data/comm-esr38/comm-esr38
+sourceprefix: comm-esr38 comm-esr38
 sourceroot: firefox /data/mxr-data/firefox/mozilla
 sourceroot: firefox /data/mxr-data/firefox/mozilla
 sourceprefix: firefox mozilla
 sourceprefix: firefox mozilla
 sourceroot: firefox2 /data/mxr-data/firefox2/mozilla
 sourceroot: firefox2 /data/mxr-data/firefox2/mozilla
@@ -172,6 +174,8 @@ sourceroot: mozilla-esr24 /data/mxr-data/mozilla-esr24/mozilla-esr24
 sourceprefix: mozilla-esr24 mozilla
 sourceprefix: mozilla-esr24 mozilla
 sourceroot: mozilla-esr31 /data/mxr-data/mozilla-esr31/mozilla-esr31
 sourceroot: mozilla-esr31 /data/mxr-data/mozilla-esr31/mozilla-esr31
 sourceprefix: mozilla-esr31 mozilla
 sourceprefix: mozilla-esr31 mozilla
+sourceroot: mozilla-esr38 /data/mxr-data/mozilla-esr38/mozilla-esr38
+sourceprefix: mozilla-esr38 mozilla
 sourceroot: mozilla-b2g28_v1_3 /data/mxr-data/mozilla-b2g28_v1_3/mozilla-b2g28_v1_3
 sourceroot: mozilla-b2g28_v1_3 /data/mxr-data/mozilla-b2g28_v1_3/mozilla-b2g28_v1_3
 sourceprefix: mozilla-b2g28_v1_3 mozilla
 sourceprefix: mozilla-b2g28_v1_3 mozilla
 sourceroot: mozilla-b2g28_v1_3t /data/mxr-data/mozilla-b2g28_v1_3t/mozilla-b2g28_v1_3t
 sourceroot: mozilla-b2g28_v1_3t /data/mxr-data/mozilla-b2g28_v1_3t/mozilla-b2g28_v1_3t

+ 1 - 0
mozilla-esr38

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

+ 6 - 0
root/index.html

@@ -89,6 +89,9 @@ dl.rootlist dd {
       <dt><a href="mozilla-esr31/">Mozilla ESR31</a></dt>
       <dt><a href="mozilla-esr31/">Mozilla ESR31</a></dt>
       <dd>ESR31 version of Firefox</dd>
       <dd>ESR31 version of Firefox</dd>
 
 
+      <dt><a href="mozilla-esr38/">Mozilla ESR38</a></dt>
+      <dd>ESR38 version of Firefox</dd>
+
       <dt><a href="mozilla-b2g28_v1_3/">Mozilla B2G28 v1_3</a></dt>
       <dt><a href="mozilla-b2g28_v1_3/">Mozilla B2G28 v1_3</a></dt>
       <dd class="note">This is the Mozilla FirefoxOS 28 v1_3 branch. (for Gecko code)</dd>
       <dd class="note">This is the Mozilla FirefoxOS 28 v1_3 branch. (for Gecko code)</dd>
 
 
@@ -143,6 +146,9 @@ dl.rootlist dd {
       <dt><a href="comm-esr31/">Comm. ESR31</a></dt>
       <dt><a href="comm-esr31/">Comm. ESR31</a></dt>
       <dd>ESR31 versions of Thunderbird, Seamonkey, etc.</dd>
       <dd>ESR31 versions of Thunderbird, Seamonkey, etc.</dd>
 
 
+      <dt><a href="comm-esr38/">Comm. ESR38</a></dt>
+      <dd>ESR38 versions of Thunderbird, Seamonkey, etc.</dd>
+
       <dt><a href="nspr/">NSPR</a></dt>
       <dt><a href="nspr/">NSPR</a></dt>
       <dd class="note">This module is <a href="//www.mozilla.org/projects/nspr/reference/html/">NSPR</a>, a cross platform library for operating system facilities including threads, I/O, timing and memory management.</dd>
       <dd class="note">This module is <a href="//www.mozilla.org/projects/nspr/reference/html/">NSPR</a>, a cross platform library for operating system facilities including threads, I/O, timing and memory management.</dd>
 
 

+ 2 - 2
update-src.pl

@@ -428,7 +428,7 @@ for ($TREE) {
         print LOG `cat cvsco.log $STDERRTOSTDOUT`;
         print LOG `cat cvsco.log $STDERRTOSTDOUT`;
         last;
         last;
     }; 
     }; 
-    /^comm-(?:central|1\.9\.\d+|2\.0|release|aurora|beta|esr10|esr17|esr24|esr31)$/ && do {
+    /^comm-(?:central|1\.9\.\d+|2\.0|release|aurora|beta|esr10|esr17|esr24|esr31|esr38)$/ && do {
         print LOG `cd $src_dir; $TIME python ./client.py checkout $STDERRTOSTDOUT`;
         print LOG `cd $src_dir; $TIME python ./client.py checkout $STDERRTOSTDOUT`;
         last;
         last;
     };
     };
@@ -441,7 +441,7 @@ for ($TREE) {
         }
         }
         last;
         last;
     };
     };
-    /^(mozilla-esr10|mozilla-esr17|mozilla-esr24|mozilla-esr31)$/ && do {
+    /^(mozilla-esr10|mozilla-esr17|mozilla-esr24|mozilla-esr31|mozilla-esr38)$/ && do {
         if (-d "$src_dir/.hg") {
         if (-d "$src_dir/.hg") {
           hg_update($src_dir);
           hg_update($src_dir);
         } else {
         } else {