Browse Source

Bug 943522, add mozilla-esr24

Kendall Libby 11 years ago
parent
commit
ee01f73475
3 changed files with 4 additions and 1 deletions
  1. 2 0
      lxr.conf
  2. 1 0
      mozilla-esr24
  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-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-central /data/mxr-data/mozilla-central/mozilla-central

+ 1 - 0
mozilla-esr24

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

+ 1 - 1
update-src.pl

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