Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
55c24300
Unverified
Commit
55c24300
authored
Nov 27, 2024
by
boklm
Browse files
Options
Downloads
Patches
Plain Diff
Bug 41327: Print more logs when make_full_update.sh failed to generate mar file in dmg2mar
parent
d21f57b2
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1110
Bug 41327: Print more logs when make_full_update.sh failed to generate mar file in dmg2mar
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/dmg2mar
+1
-1
1 addition, 1 deletion
tools/dmg2mar
with
1 addition
and
1 deletion
tools/dmg2mar
+
1
−
1
View file @
55c24300
...
...
@@ -165,7 +165,7 @@ sub convert_files {
(
undef
,
$err
,
$success
)
=
capture_exec
('
make_full_update.sh
',
'
-q
',
$output
,
$appdir
);
exit_error
"
Error updating
$output
:
$err
"
unless
$success
;
exit_error
"
make_full_update.sh failed.
$output
doe
s not
exist.
"
exit_error
"
make_full_update.sh failed.
$output
wa
s not
created.
\n
$err
"
unless
-
f
$output
;
$pm
->
finish
;
}
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment