Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
moodle_rebase10.1.2
Commits
d027d614
Commit
d027d614
authored
Aug 25, 2014
by
Jérome Perrin
Committed by
Kazuhiko Shiozaki
Aug 26, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use zc.recipe.egg:develop instead of "check-recipe" hack
parent
4a2f44da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
component/cloudooo/buildout.cfg
component/cloudooo/buildout.cfg
+4
-10
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+0
-1
No files found.
component/cloudooo/buildout.cfg
View file @
d027d614
...
...
@@ -5,14 +5,9 @@ extends =
parts =
cloudooo
develop +=
${:parts-directory}/cloudooo-repository
[cloudooo-check-recipe]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/cloudooo.egg-link
[cloudooo-develop]
recipe = zc.recipe.egg:develop
setup = ${cloudooo-repository:location}
[cloudooo-repository]
recipe = slapos.recipe.build:gitclone
...
...
@@ -22,7 +17,7 @@ git-executable = ${git:location}/bin/git
[cloudooo]
recipe = zc.recipe.egg
extra-paths = ${cloudooo-repository:location
}
dependency = ${cloudooo-develop:recipe
}
eggs =
${lxml-python:egg}
PasteScript
...
...
@@ -39,4 +34,3 @@ scripts =
paster=cloudooo_paster
runCloudoooUnitTest
runCloudoooTestSuite
ugly-depend-on = ${cloudooo-repository:recipe} ${cloudooo-repository:repository} ${cloudooo-check-recipe:command}
stack/erp5/buildout.cfg
View file @
d027d614
...
...
@@ -2,7 +2,6 @@
# Local development
develop =
${:parts-directory}/slapos.cookbook-repository
${:parts-directory}/cloudooo-repository
find-links +=
http://www.owlfish.com/software/wsgiutils/download.html
...
...
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