Skip to content

Commit

Permalink
Use external library for p12n-extract (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo authored Oct 13, 2016
1 parent af5260c commit 400d83a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 680 deletions.
2 changes: 1 addition & 1 deletion app/scripts/glossaire.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ updateFirefoxiOS
# Generate productization data
cd $install
echogreen "Extracting p12n data"
nice -20 python $install/app/scripts/p12n_extract.py
nice -20 python $libraries/p12n/p12n_extract/p12n_extract.py $config

# Create a file to get the timestamp of the last string extraction for caching
echogreen "Creating extraction timestamp for cache system"
Expand Down
Loading

0 comments on commit 400d83a

Please sign in to comment.