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
ff376951
Commit
ff376951
authored
Jun 05, 2010
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add z3c.checkversions and buildout.dumppickedversions to make maintenance of versions easier
parent
6950d08e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
buildout.cfg
buildout.cfg
+8
-2
versions.cfg
versions.cfg
+2
-1
No files found.
buildout.cfg
View file @
ff376951
[buildout]
extensions = buildout.dumppickedversions
develop = .
parts =
test
...
...
@@ -7,6 +9,7 @@ parts =
alltests
allpy
docs
checkversions
extends = versions.cfg
unzip = true
...
...
@@ -78,8 +81,6 @@ eggs =
zope.traversing
zope.viewlet
defaults = ['--module', '!^(zope[.]app)[.]']
[allpy]
recipe = zc.recipe.egg
...
...
@@ -91,3 +92,8 @@ scripts = allpy
[docs]
recipe = zc.recipe.egg
eggs = Sphinx
[checkversions]
recipe = zc.recipe.egg
eggs = z3c.checkversions
versions.cfg
View file @
ff376951
...
...
@@ -78,11 +78,12 @@ ZODB3 = 3.9.5
Jinja2 = 2.4.1
Pygments = 1.3.1
Sphinx = 0.6.5
buildout.dumppickedversions = 0.4
distribute = 0.6.12
setuptools= 0.6c11
tl.eggdeps = 0.4
z3c.checkversions = 0.2
z3c.recipe.depgraph = 0.5
zc.buildout = 1.4.3
zc.recipe.egg = 1.2.2
zc.recipe.testrunner = 1.2.0
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