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
83d916ee
Commit
83d916ee
authored
Apr 08, 2012
by
Mayoro Diagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use simplifications of lamp template for phpfin
parent
938d7194
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
30 deletions
+6
-30
software/phpfin/software.cfg
software/phpfin/software.cfg
+6
-30
No files found.
software/phpfin/software.cfg
View file @
83d916ee
...
@@ -7,23 +7,15 @@ parts =
...
@@ -7,23 +7,15 @@ parts =
mariadb
mariadb
eggs
eggs
instance-recipe-egg
instance-recipe-egg
downloadcache-workaround
configure-script
configure-script
extends =
extends =
http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp:/stack/lamp.cfg
../../stack/lamp.cfg
http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp:/stack/shacache-client.cfg
[application]
[application]
recipe = slapos.recipe.build
recipe = slapos.recipe.build
:download-unpacked
url = http://garr.dl.sourceforge.net/project/phpfin/phpfin/phpfinV1.00%20Free/phpfinfree1_0.zip
url = http://garr.dl.sourceforge.net/project/phpfin/phpfin/phpfinV1.00%20Free/phpfinfree1_0.zip
md5sum = 06f5ef5205c492e38ecbb6159f5417e4
md5sum = 06f5ef5205c492e38ecbb6159f5417e4
script =
if not self.options.get('url'): self.options['url'], self.options['md5sum'] = self.options[guessPlatform()].split(' ')
extract_dir = self.extract(self.download(self.options['url'], self.options.get('md5sum')))
workdir = guessworkdir(extract_dir)
self.copyTree(workdir , "${buildout:parts-directory}/${:_buildout_section_name_}")
[configure-script]
[configure-script]
recipe = hexagonit.recipe.download
recipe = hexagonit.recipe.download
...
@@ -34,7 +26,7 @@ download-only = True
...
@@ -34,7 +26,7 @@ download-only = True
[application-template]
[application-template]
recipe = slapos.recipe.download
recipe = slapos.recipe.download
url = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/phpfin/template/connect.inc.in
url = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/phpfin/template/connect
ion
.inc.in
#md5sum = Student may put here md5sum of this file, this is good idea
#md5sum = Student may put here md5sum of this file, this is good idea
download-only = True
download-only = True
filename = template.in
filename = template.in
...
@@ -42,7 +34,7 @@ mode = 0644
...
@@ -42,7 +34,7 @@ mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration]
[application-configuration]
location = connect.inc
location = connect
ion
.inc
[instance-recipe]
[instance-recipe]
...
@@ -62,20 +54,4 @@ recipe = zc.recipe.egg
...
@@ -62,20 +54,4 @@ recipe = zc.recipe.egg
eggs =
eggs =
${mysql-python:egg}
${mysql-python:egg}
${instance-recipe:egg}
${instance-recipe:egg}
slapos.toolbox[lampconfigure]
slapos.toolbox[lampconfigure]
\ No newline at end of file
[versions]
# Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
[downloadcache-workaround]
# workaround irritating problem of hexagonit.recipe.cmmi which automatically
# creates download cache, which in turn switches builout to "semi-offline" mode
recipe = plone.recipe.command
# in hexagonit.recipe.cmmi if there is no ${buildout:download-cache} set it resolves
# to ${buildout:directory}/downloads but this variable is available late, that's
# why it is hardcoded only for required case
download-cache = ${buildout:directory}/downloads
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
update-command = ${:command}
stop-on-error = True
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