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
e0c2e4a3
Commit
e0c2e4a3
authored
Jan 12, 2017
by
anonym
Browse files
Fixup markdown and phrasing of uBlock Origin release steps.
parent
05ce912c
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/release_process.mdwn
View file @
e0c2e4a3
...
...
@@ -150,21 +150,23 @@ The patterns+settings file is stored as a converted sqlite text dump in
3. Select the tab *3rd-party filters*
4. Click on the button *Update now* to update all used patterns
5. Close the Tor Browser
7. Copy the `.tor-browser/profile.default/extension-data/ublock0.sqlite` from
this Tor Browser instance into the git repo and run
`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' > \
config/chroot_local-includes/usr/share/tails/ublock-origin/ublock0.dump`
in the Tails Git checkout.
7. Copy the `.tor-browser/profile.default/extension-data/ublock0.sqlite`
from this Tor Browser instance into the root of Tails' Git repo and
run the following command:
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' > \
config/chroot_local-includes/usr/share/tails/ublock-origin/ublock0.dump`
8. Commit:
git commit -m 'Update uBlock patterns
+
settings file.' \
git commit -m 'Update uBlock
Origin
patterns
+
settings file.' \
config/chroot_local-includes/usr/share/tails/ublock-origin/ublock0.dump
9. Remove the original ublock0.sqlite from the
g
it root.
9. Remove the original
`
ublock0.sqlite
`
from the
G
it root.
Upgrade bundled binary Debian packages
--------------------------------------
...
...
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