Browse Source

adding mozilla-esr17 and comm-esr17, thanks to cturra for doing the work

12 years ago
parent
commit
2d271f2da2
5 changed files with 25 additions and 2 deletions
  1. 1 0
      comm-esr17
  2. 6 0
      lxr.conf
  3. 1 0
      mozilla-esr17
  4. 15 0
      root/index.html
  5. 2 2
      update-src.pl

+ 1 - 0
comm-esr17

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

+ 6 - 0
lxr.conf

@@ -100,6 +100,8 @@ sourceroot: comm-release /data/mxr-data/comm-release/comm-release
 sourceprefix: comm-release comm-release
 sourceroot: comm-esr10 /data/mxr-data/comm-esr10/comm-esr10
 sourceprefix: comm-esr10 comm-esr10
+sourceroot: comm-esr17 /data/mxr-data/comm-esr17/comm-esr17
+sourceprefix: comm-esr17 comm-esr17
 sourceroot: firefox /data/mxr-data/firefox/mozilla
 sourceprefix: firefox mozilla
 sourceroot: firefox2 /data/mxr-data/firefox2/mozilla
@@ -124,6 +126,8 @@ sourceroot: l10n-mozilla-release /data/mxr-data/l10n-mozilla-release/l10n
 sourceprefix: l10n-mozilla-release l10n
 sourceroot: l10n-mozilla-esr10 /data/mxr-data/l10n-mozilla-esr10/l10n
 sourceprefix: l10n-mozilla-esr10 l10n
+sourceroot: l10n-mozilla-esr17 /data/mxr-data/l10n-mozilla-esr17/l10n
+sourceprefix: l10n-mozilla-esr17 l10n
 sourceroot: l10n-aviarybranch /data/mxr-data/l10n-aviarybranch/mozilla
 sourceprefix: l10n-aviarybranch l10n
 sourceroot: l10n-mozilla1.8 /data/mxr-data/l10n-mozilla1.8/mozilla
@@ -150,6 +154,8 @@ sourceroot: mozilla-release /data/mxr-data/mozilla-release/mozilla-release
 sourceprefix: mozilla-release mozilla
 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-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-esr17

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

+ 15 - 0
root/index.html

@@ -112,6 +112,14 @@ Gecko, XULRunner, and Firefox.
           This is the Mozilla ESR10 branch.  (e.g. Firefox ESR 10)
       </dd>
 
+      <dt>
+         <a href="mozilla-esr17/">Mozilla ESR17</a> /
+         <a href="l10n-mozilla-esr17/">l10n</a>
+      </dt>
+      <dd class="note">
+          This is the Mozilla ESR17 branch.  (e.g. Firefox ESR 17)
+      </dd>
+
       <dt>
          <a href="mozilla2.0/">Mozilla 2.0</a> /
          <a href="l10n-mozilla2.0/">l10n</a>
@@ -172,6 +180,13 @@ SeaMonkey, and Calendar.
           ESR10 versions of Thunderbird, Seamonkey, etc.
       </dd>
 
+      <dt>
+         <a href="comm-esr17/">Comm. ESR17</a>
+      </dt>
+      <dd>
+          ESR17 versions of Thunderbird, Seamonkey, etc.
+      </dd>
+
       <dt>
          <a href="comm-2.0/">Comm. 2.0</a>
       </dt>

+ 2 - 2
update-src.pl

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