Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
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
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
a565b18a
Commit
a565b18a
authored
Nov 3, 2023
by
Richard Pospesel
Browse files
Options
Downloads
Patches
Plain Diff
Bug 41007: gatekeeper-bundling.sh refers to old .tar.gz archive
parent
8ebcb6f6
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!843
Misc build signing script fixes
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/signing/gatekeeper-bundling.sh
+1
-1
1 addition, 1 deletion
tools/signing/gatekeeper-bundling.sh
with
1 addition
and
1 deletion
tools/signing/gatekeeper-bundling.sh
+
1
−
1
View file @
a565b18a
...
...
@@ -45,7 +45,7 @@ test -f "$libdmg_file" || \
"You can build it with:"
\
" ./rbm/rbm build --target no_containers libdmg-hfsplus"
\
"See var/deps in projects/libdmg-hfsplus/config for the list of build dependencies"
hfstools_file
=
"
$script_dir
/../../out/hfsplus-tools/hfsplus-tools-540.1.linux3-
81ff5b
.tar.
g
z"
hfstools_file
=
"
$script_dir
/../../out/hfsplus-tools/hfsplus-tools-540.1.linux3-
2acaa4
.tar.z
st
"
test
-f
"
$hfstools_file
"
||
\
exit_error
"
$hfstools_file
is missing."
\
"You can build it with:"
\
...
...
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
register
or
sign in
to comment