Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
e08d95bc
Commit
e08d95bc
authored
Jun 28, 2010
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a mr.developer configuration to make it easier to work on factored out distributions
parent
2ea2cbbf
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
4 deletions
+24
-4
buildout.cfg
buildout.cfg
+7
-4
sources.cfg
sources.cfg
+15
-0
versions.cfg
versions.cfg
+2
-0
No files found.
buildout.cfg
View file @
e08d95bc
[buildout]
extensions = mr.developer
allow-picked-versions = false
develop = .
extends =
sources.cfg
versions.cfg
parts =
test
scripts
...
...
@@ -10,10 +15,8 @@ parts =
docs
checkversions
wsgi
allow-picked-versions = false
extends = versions.cfg
unzip = true
sources-dir = develop
auto-checkout =
[test]
...
...
sources.cfg
0 → 100644
View file @
e08d95bc
[sources]
AccessControl = svn svn+ssh://svn.zope.org/repos/main/AccessControl/trunk
Acquisition = svn svn+ssh://svn.zope.org/repos/main/Acquisition/trunk
DateTime = svn svn+ssh://svn.zope.org/repos/main/DateTime/trunk
DocumentTemplate = svn svn+ssh://svn.zope.org/repos/main/DocumentTemplate/trunk
ExtensionClass = svn svn+ssh://svn.zope.org/repos/main/ExtensionClass/trunk
initgroups = svn svn+ssh://svn.zope.org/repos/main/initgroups/trunk
Missing = svn svn+ssh://svn.zope.org/repos/main/Missing/trunk
MultiMapping = svn svn+ssh://svn.zope.org/repos/main/MultiMapping/trunk
Persistence = svn svn+ssh://svn.zope.org/repos/main/Persistence/trunk
Products.ZCTextIndex = svn svn+ssh://svn.zope.org/repos/main/Products.ZCTextIndex/trunk
Record = svn svn+ssh://svn.zope.org/repos/main/Record/trunk
tempstorage = svn svn+ssh://svn.zope.org/repos/main/tempstorage/trunk
zExceptions = svn svn+ssh://svn.zope.org/repos/main/zExceptions/trunk
ZopeUndo = svn svn+ssh://svn.zope.org/repos/main/ZopeUndo/trunk
versions.cfg
View file @
e08d95bc
...
...
@@ -34,5 +34,7 @@ repoze.who = 2.0a2
zope.testbrowser = 3.9.0
# toolchain
argparse = 1.1
mr.developer = 1.14
tl.eggdeps = 0.4
z3c.checkversions = 0.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