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
Carlos Ramos Carreño
slapos
Commits
e952e29d
Commit
e952e29d
authored
Jun 28, 2013
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first attempt at an instance.cfg profile
parent
48ac33e9
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
647 additions
and
77 deletions
+647
-77
software/zimbra/buildout.cfg
software/zimbra/buildout.cfg
+8
-74
software/zimbra/instance.cfg
software/zimbra/instance.cfg
+637
-0
software/zimbra/junixsocket-hooks.py
software/zimbra/junixsocket-hooks.py
+0
-1
software/zimbra/software.cfg
software/zimbra/software.cfg
+2
-2
No files found.
software/zimbra/buildout.cfg
View file @
e952e29d
...
@@ -57,6 +57,8 @@
...
@@ -57,6 +57,8 @@
# sudo chmod 755 /etc/authbind/byport/{80,110,143,443,\!993,\!995}
# sudo chmod 755 /etc/authbind/byport/{80,110,143,443,\!993,\!995}
#
#
offline = false
extends =
extends =
/home/marco/src/slapos/stack/slapos.cfg
/home/marco/src/slapos/stack/slapos.cfg
/home/marco/src/slapos/component/git/buildout.cfg
/home/marco/src/slapos/component/git/buildout.cfg
...
@@ -77,6 +79,7 @@ extends =
...
@@ -77,6 +79,7 @@ extends =
/home/marco/src/slapos/component/sqlite3/buildout.cfg
/home/marco/src/slapos/component/sqlite3/buildout.cfg
/home/marco/src/slapos/component/pax/buildout.cfg
/home/marco/src/slapos/component/pax/buildout.cfg
/home/marco/src/slapos/component/p7zip/buildout.cfg
/home/marco/src/slapos/component/p7zip/buildout.cfg
http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/zimbra:/component/git/buildout.cfg
parts =
parts =
...
@@ -88,8 +91,6 @@ parts =
...
@@ -88,8 +91,6 @@ parts =
jdk-sources-policy
jdk-sources-policy
jdk-sources-policy2
jdk-sources-policy2
junit
junit
junixsocket
junixsocket-sources
ant
ant
autoconf
autoconf
automake
automake
...
@@ -113,6 +114,8 @@ parts =
...
@@ -113,6 +114,8 @@ parts =
zimbra-sources-search-replace
zimbra-sources-search-replace
environment
environment
sh-environment
sh-environment
junixsocket
junixsocket-sources
zimbra-build
zimbra-build
...
@@ -257,8 +260,9 @@ strip-top-level-dir = True
...
@@ -257,8 +260,9 @@ strip-top-level-dir = True
# checkout the zimbra and thirt party sources.
# checkout the zimbra and thirt party sources.
recipe = slapos.recipe.build:gitclone
recipe = slapos.recipe.build:gitclone
#repository = https://marco.mariani@bitbucket.org/marco.mariani/zimbra-5682.git
#repository = https://marco.mariani@bitbucket.org/marco.mariani/zimbra-5682.git
repository = /home/marco/src/zimbra-5682
#repository = /home/marco/src/zimbra-5682
branch = buildout
repository = http://git.erp5.org/repos/zimbra.git
branch = authbind
develop = True
develop = True
git-executable = ${git:location}/bin/git
git-executable = ${git:location}/bin/git
...
@@ -622,73 +626,3 @@ inotifyx = 0.2.0
...
@@ -622,73 +626,3 @@ inotifyx = 0.2.0
netifaces = 0.8
netifaces = 0.8
# ----------------------- automatically picked -----------------------
# ----------------------- automatically picked -----------------------
Jinja2 = 2.7
MarkupSafe = 0.18
Werkzeug = 0.8.3
buildout-versions = 1.7
collective.recipe.environment = 0.2.0
cp.recipe.cmd = 0.4
hexagonit.recipe.cmmi = 2.0
meld3 = 0.6.10
plone.recipe.command = 1.1
slapos.recipe.cmmi = 0.1.1
# Required by:
# slapos.core==0.35.1
Flask = 0.9
# Required by:
# slapos.cookbook==0.77.2.dev
# slapos.core==0.35.1
# xml-marshaller==0.9.7
lxml = 3.2.1
# Required by:
# slapos.cookbook==0.77.2.dev
netaddr = 0.7.10
# Required by:
# slapos.core==0.35.1
pyflakes = 0.7.2
# Required by:
# slapos.cookbook==0.77.2.dev
pytz = 2013b
# Required by:
# slapos.cookbook==0.77.2.dev
# slapos.core==0.35.1
# zc.buildout==1.6.0-dev-SlapOS-010
# zc.recipe.egg==1.3.2
setuptools = 0.6c12dev-r88997
# Required by:
# slapos.cookbook==0.77.2.dev
slapos.core = 0.35.1
# Required by:
# slapos.core==0.35.1
supervisor = 3.0b1
# Required by:
# slapos.core==0.35.1
unittest2 = 0.5.1
# Required by:
# slapos.cookbook==0.77.2.dev
xml-marshaller = 0.9.7
# Required by:
# zope.testing==4.1.2
zope.exceptions = 4.0.6
# Required by:
# slapos.core==0.35.1
zope.interface = 4.0.5
# Required by:
# cp.recipe.cmd==0.4
zope.testing = 4.1.2
software/zimbra/instance.cfg
0 → 100644
View file @
e952e29d
This diff is collapsed.
Click to expand it.
software/zimbra/junixsocket-hooks.py
View file @
e952e29d
...
@@ -23,4 +23,3 @@ def install_library(options, sections):
...
@@ -23,4 +23,3 @@ def install_library(options, sections):
built_package
=
os
.
path
.
join
(
compile_directory
,
'junixsocket-1.3'
,
'dist'
,
filename
)
built_package
=
os
.
path
.
join
(
compile_directory
,
'junixsocket-1.3'
,
'dist'
,
filename
)
dst
=
os
.
path
.
join
(
options
[
'location'
],
filename
)
dst
=
os
.
path
.
join
(
options
[
'location'
],
filename
)
shutil
.
copyfile
(
built_package
,
dst
)
shutil
.
copyfile
(
built_package
,
dst
)
software/zimbra/software.cfg
View file @
e952e29d
...
@@ -11,7 +11,7 @@ parts =
...
@@ -11,7 +11,7 @@ parts =
[instance]
[instance]
recipe = slapos.recipe.build:download
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/
buildout
.cfg
url = ${:_profile_base_location_}/
instance
.cfg
filename = ${buildout:directory}/instance.cfg
filename = ${buildout:directory}/instance.cfg
#md5sum = b501b73cdf50ddfb89b6bf3a096f05ea
#md5sum = b501b73cdf50ddfb89b6bf3a096f05ea
...
@@ -20,5 +20,5 @@ filename = ${buildout:directory}/instance.cfg
...
@@ -20,5 +20,5 @@ filename = ${buildout:directory}/instance.cfg
recipe = slapos.recipe.build:download
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/junixsocket-hooks.py
url = ${:_profile_base_location_}/junixsocket-hooks.py
filename = ${buildout:directory}/junixsocket-hooks.py
filename = ${buildout:directory}/junixsocket-hooks.py
#md5sum = ed0ec6b0d558823a278d3617f09a4e12
md5sum = 3a6f9e8d9b6fcc5934dfd200c09ca3f1
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