Browse Source

Bug 1085008 - add comm-esr31

Kendall Libby 10 years ago
parent
commit
afd6ca8bd2
4 changed files with 7 additions and 1 deletions
  1. 1 0
      comm-esr31
  2. 2 0
      lxr.conf
  3. 3 0
      root/index.html
  4. 1 1
      update-src.pl

+ 1 - 0
comm-esr31

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

+ 2 - 0
lxr.conf

@@ -104,6 +104,8 @@ sourceroot: comm-esr17 /data/mxr-data/comm-esr17/comm-esr17
 sourceprefix: comm-esr17 comm-esr17
 sourceroot: comm-esr24 /data/mxr-data/comm-esr24/comm-esr24
 sourceprefix: comm-esr24 comm-esr24
+sourceroot: comm-esr31 /data/mxr-data/comm-esr31/comm-esr31
+sourceprefix: comm-esr31 comm-esr31
 sourceroot: firefox /data/mxr-data/firefox/mozilla
 sourceprefix: firefox mozilla
 sourceroot: firefox2 /data/mxr-data/firefox2/mozilla

+ 3 - 0
root/index.html

@@ -134,6 +134,9 @@ dl.rootlist dd {
       <dt><a href="comm-esr24/">Comm. ESR24</a></dt>
       <dd>ESR24 versions of Thunderbird, Seamonkey, etc.</dd>
 
+      <dt><a href="comm-esr31/">Comm. ESR31</a></dt>
+      <dd>ESR24 versions of Thunderbird, Seamonkey, etc.</dd>
+
       <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>
 

+ 1 - 1
update-src.pl

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