Browse Source

Bug 923947 - add comm-esr24

Kendall Libby 11 years ago
parent
commit
8f75c2b6b1
3 changed files with 4 additions and 1 deletions
  1. 1 0
      comm-esr24
  2. 2 0
      lxr.conf
  3. 1 1
      update-src.pl

+ 1 - 0
comm-esr24

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

+ 2 - 0
lxr.conf

@@ -102,6 +102,8 @@ sourceroot: comm-esr10 /data/mxr-data/comm-esr10/comm-esr10
 sourceprefix: comm-esr10 comm-esr10
 sourceprefix: comm-esr10 comm-esr10
 sourceroot: comm-esr17 /data/mxr-data/comm-esr17/comm-esr17
 sourceroot: comm-esr17 /data/mxr-data/comm-esr17/comm-esr17
 sourceprefix: 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: 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

+ 1 - 1
update-src.pl

@@ -410,7 +410,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)$/ && do {
+    /^comm-(?:central|1\.9\.\d+|2\.0|release|aurora|beta|esr10|esr17|esr24)$/ && 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;
     };
     };