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
Steven Gueguen
slapos
Commits
92b3bf1a
Commit
92b3bf1a
authored
Sep 25, 2012
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for pear modules
parent
6e743810
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
software/maarch/software.cfg
software/maarch/software.cfg
+7
-4
No files found.
software/maarch/software.cfg
View file @
92b3bf1a
...
@@ -9,10 +9,10 @@ extends =
...
@@ -9,10 +9,10 @@ extends =
parts =
parts =
slapos-cookbook
slapos-cookbook
apache-php-postgres
apache-php-postgres
pear-modules
eggs
eggs
template
template
template-apache-php
template-apache-php
pear-modules
[application]
[application]
...
@@ -21,6 +21,7 @@ md5sum = 5c2c859dee9d0dde3ba959474fd5fc86
...
@@ -21,6 +21,7 @@ md5sum = 5c2c859dee9d0dde3ba959474fd5fc86
[application-template]
[application-template]
# XXX we don't need this
recipe = slapos.recipe.download
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/config.php.in
url = ${:_profile_base_location_}/config.php.in
#md5sum =
#md5sum =
...
@@ -31,15 +32,17 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
...
@@ -31,15 +32,17 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration]
[application-configuration]
# XXX we don't need this
location = config.php
location = config.php
[pear-modules]
[pear-modules]
recipe = cp.recipe.cmd
recipe = cp.recipe.cmd
pear = ${apache-php-postgres:location}/bin/pear
install_cmd =
install_cmd =
${
apache-php-postgres:location}/bin/pear channel-discover
pear.maarch.org
${
:pear} channel-info pear.maarch.org >/dev/null || ${:pear} channel-discovery
pear.maarch.org
${
apache-php-postgres:location}/bin/pear
install maarch/CLITools-0.3.1
${
:pear} info maarch/CLITools-0.3.1 >/dev/null || ${:pear}
install maarch/CLITools-0.3.1
${
apache-php-postgres:location}/bin/pear
install MIME_Type
${
:pear} info MIME_Type >/dev/null || ${:pear}
install MIME_Type
[apache-php-postgres]
[apache-php-postgres]
...
...
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