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
Labels
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
a13690c7
Commit
a13690c7
authored
Jul 15, 2014
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abilian: added rsync, removed local-eggs, updated readme
parent
e79a64f2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
14 deletions
+45
-14
software/abilian/extranet_spr/local-eggs/hexagonit.recipe.download-1.7nxd002.tar.gz
...spr/local-eggs/hexagonit.recipe.download-1.7nxd002.tar.gz
+0
-0
software/abilian/extranet_spr/readme.txt
software/abilian/extranet_spr/readme.txt
+8
-0
software/abilian/extranet_spr/software.cfg
software/abilian/extranet_spr/software.cfg
+37
-14
No files found.
software/abilian/extranet_spr/local-eggs/hexagonit.recipe.download-1.7nxd002.tar.gz
deleted
100644 → 0
View file @
e79a64f2
File deleted
software/abilian/extranet_spr/readme.txt
View file @
a13690c7
...
@@ -13,3 +13,11 @@
...
@@ -13,3 +13,11 @@
* 'extra' parameters from json or partition configuration can only be strings
* '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
software/abilian/extranet_spr/software.cfg
View file @
a13690c7
...
@@ -11,6 +11,8 @@ extends =
...
@@ -11,6 +11,8 @@ extends =
../../../component/unoconv/buildout.cfg
../../../component/unoconv/buildout.cfg
../../../component/nginx/buildout.cfg
../../../component/nginx/buildout.cfg
../../../component/dcron/buildout.cfg
../../../component/dcron/buildout.cfg
../../../component/rsync/buildout.cfg
../../../component/patch/buildout.cfg
../../../component/cups/buildout.cfg
../../../component/cups/buildout.cfg
../../../component/dbus/buildout.cfg
../../../component/dbus/buildout.cfg
...
@@ -63,6 +65,8 @@ parts =
...
@@ -63,6 +65,8 @@ parts =
unoconv-repository
unoconv-repository
extranet-repository
extranet-repository
extranet-patch
extranet-patch-apply
extranet-repository-check
extranet-repository-check
Extranet_SPR
Extranet_SPR
...
@@ -77,8 +81,10 @@ parts =
...
@@ -77,8 +81,10 @@ parts =
cloudoooconv
cloudoooconv
find-links +=
find-links =
${:_profile_base_location_}/local-eggs
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 =
develop =
...
@@ -88,7 +94,7 @@ develop =
...
@@ -88,7 +94,7 @@ develop =
${:parts-directory}/progressbar-repository
${:parts-directory}/progressbar-repository
${:parts-directory}/abilian-core-repository
${:parts-directory}/abilian-core-repository
${:parts-directory}/slapos-cookbook-repository
${:parts-directory}/slapos-cookbook-repository
${
extranet-repository:target-directory}/${extranet-repository:part-name}
${
:parts-directory}/extranet_spr
[git-repository]
[git-repository]
...
@@ -111,12 +117,26 @@ source-directory = /opt/slapgrid/src/systematic/${:part-name}
...
@@ -111,12 +117,26 @@ source-directory = /opt/slapgrid/src/systematic/${:part-name}
part-name = extranet_spr
part-name = extranet_spr
target-directory = ${buildout:parts-directory}/
target-directory = ${buildout:parts-directory}/
command =
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]
[extranet-repository-check]
< = git-repository-check
< = git-repository-check
egg-link = Extranet-SPR.egg-link
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]
[weasyprint-repository]
< = git-repository
< = git-repository
...
@@ -319,14 +339,17 @@ mode = 0644
...
@@ -319,14 +339,17 @@ mode = 0644
[versions]
[versions]
hexagonit.recipe.cmmi = 2.0
hexagonit.recipe.download = 1.7nxd002
### Abilian
### Abilian
Flask = 0.9
Flask = 0.9
Flask-Assets = 0.8
Flask-Assets = 0.8
Flask-Babel = 0.8
Flask-Babel = 0.8
Babel = 0.9.6
Babel = 0.9.6
Flask-DebugToolbar = 0.8.0
Flask-DebugToolbar = 0.8.0
Flask-Mail = 0.8.2
Flask-SQLAlchemy = 0.16
Flask-SQLAlchemy = 0.16
Flask-Cache = 0.13.1
Flask-Script = 0.5.3
Flask-Script = 0.5.3
Flask-Testing = 0.4
Flask-Testing = 0.4
...
@@ -335,10 +358,10 @@ Flask-WTF = 0.8.3
...
@@ -335,10 +358,10 @@ Flask-WTF = 0.8.3
Flask-Markdown = 0.3
Flask-Markdown = 0.3
phonenumbers = 5.4b1
phonenumbers = 5.4b1
w
hoosh = 2.4.1
W
hoosh = 2.4.1
m
arkdown = 2.3.1
M
arkdown = 2.3.1
feedparser = 5.1.3
feedparser = 5.1.3
requests =
1.2
.0
requests =
2.3
.0
iso8601 = 0.1.4
iso8601 = 0.1.4
passlib = 1.6.1
passlib = 1.6.1
py-bcrypt = 0.3
py-bcrypt = 0.3
...
@@ -350,11 +373,11 @@ docflow = 0.3.1
...
@@ -350,11 +373,11 @@ docflow = 0.3.1
# Language detection. Langig seems better that guess-language.
# Language detection. Langig seems better that guess-language.
langid = 1.1.4dev
langid = 1.1.4dev
#guess-language-spirit
==
0.5a4
#guess-language-spirit
=
0.5a4
#pyenchant
==
1.6.5
#pyenchant
=
1.6.5
wtf
orms = 1.0.4
WTF
orms = 1.0.4
wtforms-a
lchemy = 0.7.15
WTForms-A
lchemy = 0.7.15
WTForms-Components = 0.7.0
WTForms-Components = 0.7.0
#psycopg2 = 2.4.6
#psycopg2 = 2.4.6
...
@@ -382,14 +405,14 @@ python-dateutil = 1.5
...
@@ -382,14 +405,14 @@ python-dateutil = 1.5
cov-core = 1.7
cov-core = 1.7
coverage = 3.6
coverage = 3.6
coveralls = 0.2
coveralls = 0.2
f
abric = 1.6.0
F
abric = 1.6.0
fabtools = 0.13.0
fabtools = 0.13.0
pytest-cov = 1.6
pytest-cov = 1.6
pytest = 2.4.2
pytest = 2.4.2
Flask-LinkTester = 0.2.5
Flask-LinkTester = 0.2.5
#: PRODUCTION
#: PRODUCTION
#newrelic==1.10.2.38
newrelic = 1.13.1.31
raven = 3.3.3
raven = 3.3.3
blinker = 1.2
blinker = 1.2
xlrd = 0.9.2
xlrd = 0.9.2
...
...
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