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
Valentin Benozillo
slapos
Commits
81a54337
Commit
81a54337
authored
Feb 29, 2012
by
Mayoro Diagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change gitorious path of template and configuration file of phpfin
parent
38a35d38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
+14
-9
software/phpfin/software.cfg
software/phpfin/software.cfg
+14
-9
No files found.
software/phpfin/software.cfg
View file @
81a54337
...
@@ -11,26 +11,30 @@ parts =
...
@@ -11,26 +11,30 @@ parts =
configure-script
configure-script
extends =
extends =
http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp:/stack/lamp.cfg
http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp:/stack/lamp.cfg
http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD
:/stack/shacache-client.cfg
http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp
:/stack/shacache-client.cfg
[application]
[application]
recipe =
hexagonit.recipe.downloa
d
recipe =
slapos.recipe.buil
d
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
#If provided tarball does not contain top directory, option shall be changed to false
script =
strip-top-level-dir = true
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
location = ${buildout:parts-directory}/${:_buildout_section_name_}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
url = http
s://gitorious.org/~mayoro/slapos/yoro-slapos/blobs/raw/master/software/fluxbb
/configure-phpfin.py
url = http
://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/phpfin
/configure-phpfin.py
filename = configure-phpfin.py
filename = configure-phpfin.py
download-only = True
download-only = True
[application-template]
[application-template]
recipe = slapos.recipe.download
recipe = slapos.recipe.download
url = http
s://gitorious.org/~mayoro/slapos/yoro-slapos/blobs/raw/master
/software/phpfin/template/connect.inc.in
url = http
://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:
/software/phpfin/template/connect.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
...
@@ -39,7 +43,8 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
...
@@ -39,7 +43,8 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration]
[application-configuration]
location = connect.inc
location = connect.inc
[instance-recipe]
[instance-recipe]
egg = slapos.cookbook
egg = slapos.cookbook
module = lamp.simple
module = lamp.simple
...
@@ -74,4 +79,4 @@ recipe = plone.recipe.command
...
@@ -74,4 +79,4 @@ recipe = plone.recipe.command
download-cache = ${buildout:directory}/downloads
download-cache = ${buildout:directory}/downloads
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
update-command = ${:command}
update-command = ${:command}
stop-on-error = True
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