[Pkg-mozext-commits] [adblock-plus] 333/464: Removed special Babelzilla builds, we no longer use Babelzilla

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 86af459db7a726845640eb99e3e9ab2333c02b5e
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Nov 21 14:58:25 2012 +0100

    Removed special Babelzilla builds, we no longer use Babelzilla
---
 build.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/build.py b/build.py
index 4bc19a2..ab0a468 100644
--- a/build.py
+++ b/build.py
@@ -185,9 +185,6 @@ def runBuild(baseDir, scriptName, opts, args, type):
       releaseBuild = True
     elif option == '--experimental':
       experimentalAPI = True
-    elif option == '--babelzilla':
-      locales = 'all'
-      limitMetadata = True
   outFile = args[0] if len(args) > 0 else None
 
   if type == 'gecko':
@@ -426,7 +423,6 @@ with addCommand(runBuild, 'build') as command:
   command.addOption('Create a build for leak testing', short='m', long='multi-compartment', types=('gecko'))
   command.addOption('Create a release build', short='r', long='release')
   command.addOption('Enable use of experimental APIs', long='experimental')
-  command.addOption('Create a build for Babelzilla', long='babelzilla', types=('gecko'))
   command.supportedTypes = ('gecko', 'chrome')
 
 with addCommand(runAutoInstall, 'autoinstall') as command:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list