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
Vincent Bechu
slapos
Commits
57150b4d
Commit
57150b4d
authored
Jun 04, 2013
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed echo line at the end
parent
c6a51979
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
5 deletions
+20
-5
software/zimbra/buildout.cfg
software/zimbra/buildout.cfg
+20
-5
No files found.
software/zimbra/buildout.cfg
View file @
57150b4d
...
@@ -21,6 +21,13 @@
...
@@ -21,6 +21,13 @@
# zmlocalconfig postfix_alias_maps -- hash:/etc/aliases
# zmlocalconfig postfix_alias_maps -- hash:/etc/aliases
#
#
#
#
# /etc/security/limits.conf:
# -------------------
# * hard nofile 32768
# * soft nofile 32768
# -------------------
#
#
# -------------------
# -------------------
# /etc/rsyslog.conf:
# /etc/rsyslog.conf:
# # uncomment the following
# # uncomment the following
...
@@ -278,7 +285,7 @@ LD_LIBRARY_PATH = ${:ZIMBRA_HOME}/bdb/lib:${:ZIMBRA_HOME}/mysql/lib
...
@@ -278,7 +285,7 @@ LD_LIBRARY_PATH = ${:ZIMBRA_HOME}/bdb/lib:${:ZIMBRA_HOME}/mysql/lib
BZIP2_PREFIX = ${bzip2:location}
BZIP2_PREFIX = ${bzip2:location}
PCRE_PREFIX = ${pcre:location}
PCRE_PREFIX = ${pcre:location}
NCURSES_PREFIX = ${ncurses:location}
NCURSES_PREFIX = ${ncurses:location}
MAKEARGS=-j
4
MAKEARGS=-j
2
ZIMBRA_USER=${environment-base:USER}
ZIMBRA_USER=${environment-base:USER}
...
@@ -313,6 +320,8 @@ recipe = cp.recipe.cmd
...
@@ -313,6 +320,8 @@ recipe = cp.recipe.cmd
shell = /bin/bash
shell = /bin/bash
PACKAGE_LIST = zimbra-core zimbra-store
PACKAGE_LIST = zimbra-core zimbra-store
ZIMBRA_HOME = ${environment:ZIMBRA_HOME}
ZIMBRA_HOME = ${environment:ZIMBRA_HOME}
# attention: reference to the gitcloned part. we don't want it to be updated
#PACKAGES = ${zimbra-sources:location}/ZimbraBuild/amd64
PACKAGES = /home/marco/zbuild/amd64
PACKAGES = /home/marco/zbuild/amd64
update_cmd = ${:install_cmd}
update_cmd = ${:install_cmd}
install_cmd =
install_cmd =
...
@@ -346,7 +355,7 @@ install_cmd =
...
@@ -346,7 +355,7 @@ install_cmd =
mkdir backup ssl .ssh zmstat
mkdir backup ssl .ssh zmstat
echo . ${:ZIMBRA_HOME}/.bashrc
echo . ${:ZIMBRA_HOME}/.bashrc
echo cd ${:ZIMBRA_HOME}; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ./libexec/zmsetup.pl
echo cd ${:ZIMBRA_HOME}
\
; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ./libexec/zmsetup.pl
...
@@ -357,6 +366,8 @@ recipe = cp.recipe.cmd
...
@@ -357,6 +366,8 @@ recipe = cp.recipe.cmd
shell = /bin/bash
shell = /bin/bash
PACKAGE_LIST = zimbra-core zimbra-ldap
PACKAGE_LIST = zimbra-core zimbra-ldap
ZIMBRA_HOME = ${environment:ZIMBRA_HOME}
ZIMBRA_HOME = ${environment:ZIMBRA_HOME}
# attention: reference to the gitcloned part. we don't want it to be updated
#PACKAGES = ${zimbra-sources:location}/ZimbraBuild/amd64
PACKAGES = /home/marco/zbuild/amd64
PACKAGES = /home/marco/zbuild/amd64
update_cmd = ${:install_cmd}
update_cmd = ${:install_cmd}
install_cmd =
install_cmd =
...
@@ -394,7 +405,7 @@ install_cmd =
...
@@ -394,7 +405,7 @@ install_cmd =
sudo -k
sudo -k
echo . ${:ZIMBRA_HOME}/.bashrc
echo . ${:ZIMBRA_HOME}/.bashrc
echo cd ${:ZIMBRA_HOME}; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ./libexec/zmsetup.pl
echo cd ${:ZIMBRA_HOME}
\
; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ./libexec/zmsetup.pl
...
@@ -405,6 +416,8 @@ recipe = cp.recipe.cmd
...
@@ -405,6 +416,8 @@ recipe = cp.recipe.cmd
shell = /bin/bash
shell = /bin/bash
PACKAGE_LIST = zimbra-core zimbra-mta
PACKAGE_LIST = zimbra-core zimbra-mta
ZIMBRA_HOME = ${environment:ZIMBRA_HOME}
ZIMBRA_HOME = ${environment:ZIMBRA_HOME}
# attention: reference to the gitcloned part. we don't want it to be updated
#PACKAGES = ${zimbra-sources:location}/ZimbraBuild/amd64
PACKAGES = /home/marco/zbuild/amd64
PACKAGES = /home/marco/zbuild/amd64
update_cmd = ${:install_cmd}
update_cmd = ${:install_cmd}
install_cmd =
install_cmd =
...
@@ -468,7 +481,7 @@ install_cmd =
...
@@ -468,7 +481,7 @@ install_cmd =
sed -i 's#LDAPUseTLS.*#LDAPUseTLS 0#g' ${:ZIMBRA_HOME}/conf/opendkim.conf.in
sed -i 's#LDAPUseTLS.*#LDAPUseTLS 0#g' ${:ZIMBRA_HOME}/conf/opendkim.conf.in
echo . ${:ZIMBRA_HOME}/.bashrc
echo . ${:ZIMBRA_HOME}/.bashrc
echo cd ${:ZIMBRA_HOME}; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ./libexec/zmsetup.pl
echo cd ${:ZIMBRA_HOME}
\
; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ./libexec/zmsetup.pl
...
@@ -488,6 +501,8 @@ recipe = cp.recipe.cmd
...
@@ -488,6 +501,8 @@ recipe = cp.recipe.cmd
shell = /bin/bash
shell = /bin/bash
PACKAGE_LIST = zimbra-core zimbra-ldap zimbra-mta zimbra-store
PACKAGE_LIST = zimbra-core zimbra-ldap zimbra-mta zimbra-store
ZIMBRA_HOME = ${environment:ZIMBRA_HOME}
ZIMBRA_HOME = ${environment:ZIMBRA_HOME}
# attention: reference to the gitcloned part. we don't want it to be updated
#PACKAGES = ${zimbra-sources:location}/ZimbraBuild/amd64
PACKAGES = /home/marco/zbuild/amd64
PACKAGES = /home/marco/zbuild/amd64
update_cmd = ${:install_cmd}
update_cmd = ${:install_cmd}
install_cmd =
install_cmd =
...
@@ -558,7 +573,7 @@ install_cmd =
...
@@ -558,7 +573,7 @@ install_cmd =
sed -i 's#LDAPUseTLS.*#LDAPUseTLS 0#g' ${:ZIMBRA_HOME}/conf/opendkim.conf.in
sed -i 's#LDAPUseTLS.*#LDAPUseTLS 0#g' ${:ZIMBRA_HOME}/conf/opendkim.conf.in
echo . ${:ZIMBRA_HOME}/.bashrc
echo . ${:ZIMBRA_HOME}/.bashrc
echo cd ${:ZIMBRA_HOME}; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ./libexec/zmsetup.pl
echo cd ${:ZIMBRA_HOME}
\
; ZIMBRA_INSTALLED_PKGS=\"${:PACKAGE_LIST}\" ./libexec/zmsetup.pl
...
...
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