Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs-appstore
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
officejs-appstore
Commits
03d13c82
Commit
03d13c82
authored
May 02, 2017
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos: Add dedicated Software profile
parent
ac4867c5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
slapos/software.cfg
slapos/software.cfg
+25
-0
No files found.
slapos/software.cfg
0 → 100644
View file @
03d13c82
[buildout]
extends =
https://lab.nexedi.com/nexedi/slapos/raw/b3ea968fb64b768aa5485ce9be4d1178ea734b8a/software/erp5/software.cfg
parts +=
officejs-appstore
[eggs]
extra-paths +=
${officejs-appstore:location}
[erp5_repository_list]
repository_id_list += officejs-appstore
[local-bt5-repository]
list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap ${officejs-appstore:location}/bt5
[officejs-appstore]
# We might use later better recipe, one specific to git would be much better
recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
branch=generic
stop-on-error = true
repository = https://lab.nexedi.cn/nexedi/officejs-appstore.git
command = GIT_SSL_NO_VERIFY=true ${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location}
update-command = cd ${:location} && GIT_SSL_NO_VERIFY=true ${git:location}/bin/git pull --quiet
\ No newline at end of file
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