Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Yusei Tahara
slapos
Commits
199e7420
Commit
199e7420
authored
Aug 14, 2019
by
Yusei Tahara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a custom firefox binary.
parent
8aee9b29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
component/firefox/buildout.cfg
component/firefox/buildout.cfg
+11
-1
No files found.
component/firefox/buildout.cfg
View file @
199e7420
...
@@ -47,6 +47,11 @@ script =
...
@@ -47,6 +47,11 @@ script =
))
))
os.fchmod(f.fileno(), 0o755)
os.fchmod(f.fileno(), 0o755)
[firefox-wrapper-custom]
<= firefox-wrapper
wrapper-name = firefox-custom
part = ${firefox-custom:location}
[firefox-wrapper-60]
[firefox-wrapper-60]
<= firefox-wrapper
<= firefox-wrapper
wrapper-name = firefox-60
wrapper-name = firefox-60
...
@@ -69,7 +74,12 @@ part = ${firefox-51:location}
...
@@ -69,7 +74,12 @@ part = ${firefox-51:location}
# installed in ${buildout:bin-directory}.
# installed in ${buildout:bin-directory}.
# Installing ${firefox:} is not enough, because wrapper setting $LD_LIBRARY_PATH
# Installing ${firefox:} is not enough, because wrapper setting $LD_LIBRARY_PATH
# would not be created.
# would not be created.
<= firefox-52
<= firefox-custom
[firefox-custom]
<= firefox-download
x86 = none
x86-64 = https://softinst81356.host.vifib.net/public/backup/firefox-70.0a1.en-US.linux-x86_64.tar.bz2 9fb9534d2022250d73d2cf503d7fd554
[firefox-60]
[firefox-60]
<= firefox-download
<= firefox-download
...
...
Write
Preview
Markdown
is supported
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