Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
/ p12n-extract Public archive

Script to extract p12n data from Mozilla products

Notifications You must be signed in to change notification settings

flodolo/p12n-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Productization

p12n_extract.py: extract data from searchplugins, productization errors, productization file hashes and save them in JSON files

Usage:

usage: p12n_extract.py [-h] [-p {browser,mobile,mail,suite,all}]
                       [-b {release,beta,trunk,all}] [-n] [--pretty]
                       config_folder

positional arguments:
  config_folder         Path to Transvision /config folder

optional arguments:
  -h, --help            show this help message and exit
  -p {browser,mobile,mail,suite,all}, --product {browser,mobile,mail,suite,all}
                        Choose a specific product
  -b {release,beta,trunk,all}, --branch {release,beta,trunk,all}
                        Choose a specific branch
  -n, --noproductization
                        Disable productization checks
  --pretty              Generate pretty output

This file has to be used on an existing Transvision installation. All views are visible at http://l10n.mozilla-community.org/~flod/p12n/

Tests can be run with

python -m unittest discover

About

Script to extract p12n data from Mozilla products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published