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
tous
tails
Commits
526c5581
Commit
526c5581
authored
May 25, 2016
by
intrigeri
Browse files
Actually support the tagged snapshot format use.
parent
ee606914
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/binary_local-hooks/40-include_syslinux_in_ISO_filesystem
View file @
526c5581
...
...
@@ -44,7 +44,7 @@ cat chroot/etc/apt/sources.list chroot/etc/apt/sources.list.d/*.list \
|
grep
--extended-regexp
--line-regexp
--invert-match
\
'deb\s+file:/root/local-packages\s+\./'
\
|
grep
--extended-regexp
--invert-match
\
'^deb\s+http://tagged\.snapshots\.deb\.tails\.boum.org/[^/]+/torproject
/
'
\
'^deb\s+http://tagged\.snapshots\.deb\.tails\.boum.org/[^/]+/torproject
(/|\s)
'
\
|
grep
--extended-regexp
--invert-match
\
'^deb\s+http://time-based\.snapshots\.deb\.tails\.boum.org/torproject/'
\
|
sed
--regexp-extended
-e
's,^deb(\s+),deb-src\1,'
\
...
...
config/chroot_local-hooks/19-install-tor-browser-AppArmor-profile
View file @
526c5581
...
...
@@ -19,7 +19,7 @@ toggle_src_APT_sources() {
|
grep
--extended-regexp
--line-regexp
--invert-match
\
'deb\s+file:/root/local-packages\s+\./'
\
|
grep
--extended-regexp
--invert-match
\
'^deb\s+http://tagged\.snapshots\.deb\.tails\.boum.org/[^/]+/torproject
/
'
\
'^deb\s+http://tagged\.snapshots\.deb\.tails\.boum.org/[^/]+/torproject
(/|\s)
'
\
|
grep
--extended-regexp
--invert-match
\
'^deb\s+http://time-based\.snapshots\.deb\.tails\.boum.org/torproject/'
\
|
sed
--regexp-extended
-e
's,^deb(\s+),deb-src\1,'
\
...
...
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