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
Sosthène Sosth
tails
Commits
2ce30476
Unverified
Commit
2ce30476
authored
Nov 22, 2020
by
intrigeri
Browse files
patch-thunderbird: log which patch we're currently trying to apply
This saves a little bit of time when one patch fails to apply.
parent
19fd526c
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/share/tails/build/patch-thunderbird
View file @
2ce30476
...
...
@@ -17,6 +17,7 @@ tmpdir="$(mktemp -d)"
# that we need to override
7z x
-tzip
"
$OMNI_JA
"
||
true
while
read
-r
patch
;
do
# < "$PATCHES_DIRECTORY"/series
echo
"I: Applying
$patch
"
# shellcheck disable=SC2002
cat
"
$PATCHES_DIRECTORY
/
$patch
"
\
| perl
-p
-E
's{^(--- [ab])/comm/mail/components/accountcreation/content/}{$1/chrome/messenger/content/messenger/accountcreation/}'
\
...
...
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