Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rajakavitha Kodhandapani
tails
Commits
39b8bafd
Commit
39b8bafd
authored
Jan 12, 2017
by
anonym
Browse files
Use the correct uBlock Origin database dumping scheme.
parent
78db2a28
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/release_process.mdwn
View file @
39b8bafd
...
...
@@ -157,8 +157,8 @@ The patterns+settings file is stored as a converted sqlite text dump in
echo '.dump' | sqlite3 ublock0.sqlite | \
grep -v "cached_asset_content://cache://compiled-" | \
awk '!/^INSERT/; /^INSERT/ {print $0 | "sort -n"}' | \
sed 's_\\n_\\n\n_g' | \
sed "/^INSERT INTO \"settings\" VALUES('\(remoteBlacklists\|cached_asset_entries\)'/"'s_,_,\
\n
\n_g' > \
sed 's_\\n_\\n\
r\
n_g' | \
sed "/^INSERT INTO \"settings\" VALUES('\(remoteBlacklists\|cached_asset_entries\)'/"'s_,_,\
r
\n_g' > \
config/chroot_local-includes/usr/share/tails/ublock-origin/ublock0.dump`
8. Commit:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment