Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
81bae4ad
Commit
81bae4ad
authored
Aug 24, 2020
by
Matthew Finkel
Browse files
fixup! Bug 40027: Fix incremental .mar creation for esr78
parent
340d124d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/update-responses/update_responses
View file @
81bae4ad
...
@@ -230,8 +230,8 @@ sub create_incremental_mar {
...
@@ -230,8 +230,8 @@ sub create_incremental_mar {
exit_error
"
Missing
code
signature
while
creating
$mar_file
"
;
exit_error
"
Missing
code
signature
while
creating
$mar_file
"
;
}
}
}
}
$ENV
{MOZ_PRODUCT_VERSION} =
$new_version
;
local
$ENV
{MOZ_PRODUCT_VERSION} =
$new_version
;
$ENV
{MAR_CHANNEL_ID} =
"
torbrowser
-
torproject
-
$channel
"
;
local
$ENV
{MAR_CHANNEL_ID} =
"
torbrowser
-
torproject
-
$channel
"
;
my (
$out
,
$err
,
$success
) = capture_exec('make_incremental_update.sh',
my (
$out
,
$err
,
$success
) = capture_exec('make_incremental_update.sh',
$mar_file_path
,
"
$tmpdir
/A", "$tmpdir/
B
"
);
$mar_file_path
,
"
$tmpdir
/A", "$tmpdir/
B
"
);
if (!
$success
) {
if (!
$success
) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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