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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Łukasz Nowak
slapos
Commits
122f833a
Commit
122f833a
authored
May 27, 2020
by
Łukasz Nowak
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/haproxy: Add haproxy version 2
parent
a605dd2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
component/haproxy/buildout.cfg
component/haproxy/buildout.cfg
+9
-1
No files found.
component/haproxy/buildout.cfg
View file @
122f833a
...
@@ -10,6 +10,13 @@ extends =
...
@@ -10,6 +10,13 @@ extends =
parts = haproxy
parts = haproxy
[haproxy2]
<= haproxy
# haproxy 2.0 is used, as it is LTS
url = http://www.haproxy.org/download/2.0/src/haproxy-2.0.14.tar.gz
md5sum = 62fe30b1394ef2c0221061679e30d7fa
target = linux-glibc
[haproxy]
[haproxy]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
...
@@ -19,8 +26,9 @@ configure-command = true
...
@@ -19,8 +26,9 @@ configure-command = true
# If the system is running on Linux 2.6, we use "linux26" as the TARGET,
# If the system is running on Linux 2.6, we use "linux26" as the TARGET,
# otherwise use "generic".
# otherwise use "generic".
# For ARCH value, x86_64 and i[3456]86 are supported.
# For ARCH value, x86_64 and i[3456]86 are supported.
target = linux2628
make-options =
make-options =
TARGET="$(uname -sr 2>/dev/null|grep -Eq '^Linux (2\.6\.2[89]|2\.6\.[3-9]|[3-9])' && echo
linux2628
|| echo generic)"
TARGET="$(uname -sr 2>/dev/null|grep -Eq '^Linux (2\.6\.2[89]|2\.6\.[3-9]|[3-9])' && echo
${:target}
|| echo generic)"
ARCH="$(uname -m 2>/dev/null|grep -E '^(x86_64|i[3456]86)$')"
ARCH="$(uname -m 2>/dev/null|grep -E '^(x86_64|i[3456]86)$')"
PREFIX=@@LOCATION@@
PREFIX=@@LOCATION@@
USE_DL=1
USE_DL=1
...
...
Łukasz Nowak
@luke
mentioned in commit
nexedi/slapos@748e4a58
·
Jun 16, 2020
mentioned in commit
nexedi/slapos@748e4a58
mentioned in commit nexedi/slapos@748e4a581914b1f7ef38fb6e0320565241f77fd9
Toggle commit list
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