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
isaak yansane-sisk
slapos
Commits
423d1722
Commit
423d1722
authored
Sep 27, 2011
by
Antoine Catton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin on newer versions.
Conflicts: software/mariadb/software.cfg
parent
719638cc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
software/davstorage/software.cfg
software/davstorage/software.cfg
+2
-2
software/mariadb/instance.cfg
software/mariadb/instance.cfg
+1
-0
software/mariadb/software.cfg
software/mariadb/software.cfg
+5
-3
No files found.
software/davstorage/software.cfg
View file @
423d1722
...
...
@@ -63,14 +63,14 @@ mode = 0644
python = python2.7
[versions]
zc.buildout = 1.5.3-dev-SlapOS-0
09
zc.buildout = 1.5.3-dev-SlapOS-0
10
Jinja2 = 2.6
Werkzeug = 0.7.1
buildout-versions = 1.6
hexagonit.recipe.cmmi = 1.5.0
hexagonit.recipe.download = 1.5.0
meld3 = 0.6.7
slapos.cookbook = 0.2
4
slapos.cookbook = 0.2
6
slapos.recipe.template = 1.1
# Required by:
...
...
software/mariadb/instance.cfg
View file @
423d1722
...
...
@@ -17,3 +17,4 @@ mysqldump_binary = ${mariadb:location}/bin/mysqldump
openssl_binary = ${openssl:location}/bin/openssl
stunnel_binary = ${stunnel:location}/bin/stunnel
gzip_binary = ${gzip:location}/bin/gzip
duplicity_binary = ${buildout:bin-directory}/duplicity
software/mariadb/software.cfg
View file @
423d1722
...
...
@@ -14,6 +14,7 @@ extends =
../../component/python-2.7/buildout.cfg
../../component/lxml-python/buildout.cfg
../../component/gzip/buildout.cfg
../../component/duplicity/buildout.cfg
../../stack/shacache-client.cfg
# Use only quite well working sites.
...
...
@@ -38,6 +39,7 @@ parts =
eggs
gzip
instance-recipe-egg
duplicity
# XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
...
...
@@ -68,13 +70,13 @@ eggs =
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum =
bc6cfa74b8b80879e9564f18ce1e3791
md5sum =
3cb8c08a90d4c379e1efdd5ef4ef030a
output = ${buildout:directory}/template.cfg
mode = 0644
dollar = $
[versions]
slapos.cookbook = 0.2
5
slapos.cookbook = 0.2
6
# Required by slapos.cookbook==0.25
slapos.core = 0.4
...
...
@@ -88,4 +90,4 @@ hexagonit.recipe.download = 1.5.0
plone.recipe.command = 1.1
# Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-0
09
zc.buildout = 1.5.3-dev-SlapOS-0
10
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