Commit a13690c7 authored by Marco Mariani's avatar Marco Mariani

abilian: added rsync, removed local-eggs, updated readme

parent e79a64f2
......@@ -13,3 +13,11 @@
* 'extra' parameters from json or partition configuration can only be strings
* Required instance parameters:
(before node software)
CLOUDOO_URI = http://xxx.xxx.xxx.xxx:8001/
(before node instance)
SQLALCHEMY_DATABASE_PASSWORD = .....
SQLALCHEMY_DATABASE_URI = postgres://user_name:%(password)s@xxx.xxx.xxx.xxx:5432/database_name
......@@ -11,6 +11,8 @@ extends =
../../../component/unoconv/buildout.cfg
../../../component/nginx/buildout.cfg
../../../component/dcron/buildout.cfg
../../../component/rsync/buildout.cfg
../../../component/patch/buildout.cfg
../../../component/cups/buildout.cfg
../../../component/dbus/buildout.cfg
......@@ -63,6 +65,8 @@ parts =
unoconv-repository
extranet-repository
extranet-patch
extranet-patch-apply
extranet-repository-check
Extranet_SPR
......@@ -77,8 +81,10 @@ parts =
cloudoooconv
find-links +=
${:_profile_base_location_}/local-eggs
find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/
http://www.nexedi.org/static/packages/source/
http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
develop =
......@@ -88,7 +94,7 @@ develop =
${:parts-directory}/progressbar-repository
${:parts-directory}/abilian-core-repository
${:parts-directory}/slapos-cookbook-repository
${extranet-repository:target-directory}/${extranet-repository:part-name}
${:parts-directory}/extranet_spr
[git-repository]
......@@ -111,12 +117,26 @@ 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
${rsync:location}/bin/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
[extranet-patch]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/${:filename}
md5sum = 9613fc984e6d3e1c5812ffd018ff6a95
location = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = extranet.patch
[extranet-patch-apply]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = patch --forward --directory=${buildout:parts-directory}/extranet_spr -p1 < ${extranet-patch:location}/${extranet-patch:filename}
[weasyprint-repository]
< = git-repository
......@@ -319,14 +339,17 @@ mode = 0644
[versions]
hexagonit.recipe.cmmi = 2.0
hexagonit.recipe.download = 1.7nxd002
### Abilian
Flask = 0.9
Flask-Assets = 0.8
Flask-Babel = 0.8
Babel = 0.9.6
Flask-DebugToolbar = 0.8.0
Flask-Mail = 0.8.2
Flask-SQLAlchemy = 0.16
Flask-Cache = 0.13.1
Flask-Script = 0.5.3
Flask-Testing = 0.4
......@@ -335,10 +358,10 @@ Flask-WTF = 0.8.3
Flask-Markdown = 0.3
phonenumbers = 5.4b1
whoosh = 2.4.1
markdown = 2.3.1
Whoosh = 2.4.1
Markdown = 2.3.1
feedparser = 5.1.3
requests = 1.2.0
requests = 2.3.0
iso8601 = 0.1.4
passlib = 1.6.1
py-bcrypt = 0.3
......@@ -350,11 +373,11 @@ docflow = 0.3.1
# Language detection. Langig seems better that guess-language.
langid = 1.1.4dev
#guess-language-spirit==0.5a4
#pyenchant==1.6.5
#guess-language-spirit = 0.5a4
#pyenchant = 1.6.5
wtforms = 1.0.4
wtforms-alchemy = 0.7.15
WTForms = 1.0.4
WTForms-Alchemy = 0.7.15
WTForms-Components = 0.7.0
#psycopg2 = 2.4.6
......@@ -382,14 +405,14 @@ python-dateutil = 1.5
cov-core = 1.7
coverage = 3.6
coveralls = 0.2
fabric = 1.6.0
Fabric = 1.6.0
fabtools = 0.13.0
pytest-cov = 1.6
pytest = 2.4.2
Flask-LinkTester = 0.2.5
#: PRODUCTION
#newrelic==1.10.2.38
newrelic = 1.13.1.31
raven = 3.3.3
blinker = 1.2
xlrd = 0.9.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment