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
103
Merge Requests
103
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
85b0a08b
Commit
85b0a08b
authored
Aug 23, 2011
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add products-deps as well (following
06bde8c4
).
parent
06bde8c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
stack/erp5.cfg
stack/erp5.cfg
+5
-3
No files found.
stack/erp5.cfg
View file @
85b0a08b
...
@@ -130,7 +130,7 @@ parts =
...
@@ -130,7 +130,7 @@ parts =
# fix products path (Zeo needs ERP5 Products to be available for
# fix products path (Zeo needs ERP5 Products to be available for
# conflict resolution)
# conflict resolution)
fix-
erp5-products-path
fix-
products-paths
[bt5-repository]
[bt5-repository]
# Format:
# Format:
...
@@ -230,12 +230,13 @@ update-command = cd ${:location} && ${git:location}/bin/git pull --quiet && if [
...
@@ -230,12 +230,13 @@ update-command = cd ${:location} && ${git:location}/bin/git pull --quiet && if [
[products]
[products]
# XXX: ERP5 related products are not defined as python distributions, so it is
# XXX: ERP5 related products are not defined as python distributions, so it is
# required to configure them in declarative manner
# required to configure them in declarative manner
list =
${products-deps:location}
list =
[fix-
erp5-products-path
]
[fix-
products-paths
]
recipe = plone.recipe.command
recipe = plone.recipe.command
stop-on-error = true
stop-on-error = true
command =
command =
for DIR in "${products-deps:location}"; do cd "$DIR"; rm -f Products ; ln -s . Products; touch __init__.py; done
for DIR in "${erp5:location}"; do cd "$DIR"; rm -f Products ; ln -s product Products; touch product/__init__.py; done
for DIR in "${erp5:location}"; do cd "$DIR"; rm -f Products ; ln -s product Products; touch product/__init__.py; done
update-command = ${:command}
update-command = ${:command}
...
@@ -379,6 +380,7 @@ scripts =
...
@@ -379,6 +380,7 @@ scripts =
extra-paths =
extra-paths =
${itools:location}/lib
${itools:location}/lib
${products-deps:location}
${erp5:location}
${erp5:location}
[mysql-python]
[mysql-python]
...
...
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