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
7347d0dc
Commit
7347d0dc
authored
Aug 24, 2018
by
Yusei Tahara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/apache: apache is not shareable. apache-antiloris writes in apache part.
parent
34b8d4f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
component/apache/buildout.cfg
component/apache/buildout.cfg
+7
-7
No files found.
component/apache/buildout.cfg
View file @
7347d0dc
...
@@ -19,7 +19,7 @@ extends =
...
@@ -19,7 +19,7 @@ extends =
[apr]
[apr]
recipe = slapos.recipe.build:download-unpacked
recipe = slapos.recipe.build:download-unpacked
shared =
tru
e
shared =
fals
e
strip-top-level-dir = false
strip-top-level-dir = false
version = 1.5.2
version = 1.5.2
md5sum = 4e9769f3349fe11fc0a5e1b224c236aa
md5sum = 4e9769f3349fe11fc0a5e1b224c236aa
...
@@ -27,7 +27,7 @@ url = https://archive.apache.org/dist/apr/apr-${:version}.tar.bz2
...
@@ -27,7 +27,7 @@ url = https://archive.apache.org/dist/apr/apr-${:version}.tar.bz2
[apr-util]
[apr-util]
recipe = slapos.recipe.build:download-unpacked
recipe = slapos.recipe.build:download-unpacked
shared =
tru
e
shared =
fals
e
strip-top-level-dir = false
strip-top-level-dir = false
version = 1.5.4
version = 1.5.4
url = https://archive.apache.org/dist/apr/apr-util-${:version}.tar.bz2
url = https://archive.apache.org/dist/apr/apr-util-${:version}.tar.bz2
...
@@ -36,7 +36,7 @@ md5sum = 2202b18f269ad606d70e1864857ed93c
...
@@ -36,7 +36,7 @@ md5sum = 2202b18f269ad606d70e1864857ed93c
[apache]
[apache]
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared =
tru
e
shared =
fals
e
version = 2.4.33
version = 2.4.33
url = https://archive.apache.org/dist/httpd/httpd-${:version}.tar.bz2
url = https://archive.apache.org/dist/httpd/httpd-${:version}.tar.bz2
md5sum = 6ef469d3f16fffeb688bc6e0346823e5
md5sum = 6ef469d3f16fffeb688bc6e0346823e5
...
@@ -103,7 +103,7 @@ environment =
...
@@ -103,7 +103,7 @@ environment =
[apache-antiloris]
[apache-antiloris]
# Note: Shall react on each build of apache and reinstall itself
# Note: Shall react on each build of apache and reinstall itself
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared =
tru
e
shared =
fals
e
url = http://downloads.sourceforge.net/project/mod-antiloris/mod_antiloris-0.4.tar.bz2
url = http://downloads.sourceforge.net/project/mod-antiloris/mod_antiloris-0.4.tar.bz2
md5sum = 66862bf10e9be3a023e475604a28a0b4
md5sum = 66862bf10e9be3a023e475604a28a0b4
patch-options = -p0
patch-options = -p0
...
@@ -122,7 +122,7 @@ environment =
...
@@ -122,7 +122,7 @@ environment =
[apache-2.2]
[apache-2.2]
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared =
tru
e
shared =
fals
e
version = 2.2.34
version = 2.2.34
url = https://archive.apache.org/dist/httpd/httpd-${:version}.tar.bz2
url = https://archive.apache.org/dist/httpd/httpd-${:version}.tar.bz2
md5sum = c0bf1bdb779a3b5e6e294caf9ca20441
md5sum = c0bf1bdb779a3b5e6e294caf9ca20441
...
@@ -184,7 +184,7 @@ environment =
...
@@ -184,7 +184,7 @@ environment =
[apache-antiloris-apache-2.2]
[apache-antiloris-apache-2.2]
# Note: Shall react on each build of apache and reinstall itself
# Note: Shall react on each build of apache and reinstall itself
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared =
tru
e
shared =
fals
e
url = http://downloads.sourceforge.net/project/mod-antiloris/mod_antiloris-0.4.tar.bz2
url = http://downloads.sourceforge.net/project/mod-antiloris/mod_antiloris-0.4.tar.bz2
md5sum = 66862bf10e9be3a023e475604a28a0b4
md5sum = 66862bf10e9be3a023e475604a28a0b4
configure-command = ${apache-2.2:location}/bin/apxs
configure-command = ${apache-2.2:location}/bin/apxs
...
@@ -195,7 +195,7 @@ make-targets =
...
@@ -195,7 +195,7 @@ make-targets =
[template-apache-backend-conf]
[template-apache-backend-conf]
recipe = slapos.recipe.build:download
recipe = slapos.recipe.build:download
shared =
tru
e
shared =
fals
e
url = ${:_profile_base_location_}/apache-backend.conf.in
url = ${:_profile_base_location_}/apache-backend.conf.in
md5sum = 8f1f92ad308ab6bad973c790ee583428
md5sum = 8f1f92ad308ab6bad973c790ee583428
mode = 640
mode = 640
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