Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Guillaume Hervier
slapos-caddy
Commits
b47b8161
Commit
b47b8161
authored
Jun 03, 2014
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abilian: added readme, rsync extranet repo to buildout part
parent
362c2f6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
1 deletion
+33
-1
software/abilian/extranet_spr/readme.txt
software/abilian/extranet_spr/readme.txt
+13
-0
software/abilian/extranet_spr/software.cfg
software/abilian/extranet_spr/software.cfg
+20
-1
No files found.
software/abilian/extranet_spr/readme.txt
0 → 100644
View file @
b47b8161
* libjpeg62-dev must not be installed before building the SR, or
Pillow will link against the wrong library version and raise this exception:
IOError: encoder error -2 when writing image file
Wrong JPEG library version: library is 62, caller expects 80
* the host needs
/etc/security/limits.conf
* hard nofile 32768
* soft nofile 32768
* 'extra' parameters from json or partition configuration can only be strings
software/abilian/extranet_spr/software.cfg
View file @
b47b8161
...
...
@@ -46,6 +46,8 @@ parts =
redis
unoconv-repository
extranet-repository
extranet-repository-check
Extranet_SPR
nginx
...
...
@@ -67,7 +69,7 @@ develop =
${:parts-directory}/progressbar-repository
${:parts-directory}/abilian-core-repository
${:parts-directory}/slapos-cookbook-repository
/opt/slapgrid/src/systematic/extranet_spr
${extranet-repository:target-directory}/${extranet-repository:part-name}
[git-repository]
...
...
@@ -80,6 +82,23 @@ stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/${:egg-link}
[extranet-repository]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
source-directory = /opt/slapgrid/src/systematic/${:part-name}
part-name = extranet_spr
target-directory = ${buildout:parts-directory}/
command =
rsync -a ${:source-directory} ${:target-directory} --delete-after --delete-excluded --chmod=o-rwx
[extranet-repository-check]
< = git-repository-check
egg-link = Extranet-SPR.egg-link
[weasyprint-repository]
< = git-repository
repository = https://github.com/mmariani/WeasyPrint.git
...
...
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