- 12 Jan, 2017 12 commits
-
-
anonym authored
-
anonym authored
-
anonym authored
-
spriver authored
-
spriver authored
-
spriver authored
-
spriver authored
-
spriver authored
-
spriver authored
-
anonym authored
The command I used for generating our dump was: echo '.dump' | sqlite3 ublock0.sqlite | \ grep -v "cached_asset_content://cache://compiled-" | \ awk '!/^INSERT/; /^INSERT/ {print $0 | "sort -n"}' | \ 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 The idea is to split lists (including huge strings with escaped newlines) into separate lines, leaving a CRLF at the end of the line as a marker -- removing these markers completely restores the file. We also have to sort the "INSERT" lines since uBlock Origin doesn't save them in the same order.
-
- 11 Jan, 2017 1 commit
-
-
spriver authored
-
- 06 Jan, 2017 2 commits
- 05 Jan, 2017 1 commit
-
-
spriver authored
-
- 28 Dec, 2016 6 commits
- 27 Dec, 2016 1 commit
-
-
anonym authored
-
- 23 Dec, 2016 1 commit
-
-
anonym authored
-
- 22 Dec, 2016 2 commits
- 21 Dec, 2016 5 commits
-
-
anonym authored
-
anonym authored
Fix-committed: #11853, #11850
-
anonym authored
It's required by openpgp-applet.
-
Currently our devel branch FTBFS since Stretch got openpgp-applet 1.0, that has a new dependency. For now let's revert to 0.9.1, that is the version we installed before openpgp-applet 1.0 migrated to testing, modulo "~bpo8+1". Ticket #11899 is there to track the upgrade to 1.0. refs: #11899
-
anonym authored
When we skipped the 2.8 major release we didn't extend the 2016092002 snapshot's Valid-until. Fix-committed: #12038
-
- 20 Dec, 2016 9 commits
-
-
intrigeri authored
-
intrigeri authored
It contains fuser.
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
… in the hope that it tells us why the filesystem cannot be unmounted, if this ever happens.
-
intrigeri authored
If the build tmpfs cannot be unmounted in practice, then the space it uses remains as occupied cached memory, which fails the next build. So let's try to *really* unmount it.
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-