Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
isaak yansane-sisk
slapos.buildout
Commits
b6bfb4ff
Commit
b6bfb4ff
authored
Feb 16, 2013
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Awful hack to to temporarily get around a test bug (test depends on
the current distribute version).
parent
4aedea4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/zc/buildout/repeatable.txt
src/zc/buildout/repeatable.txt
+5
-5
No files found.
src/zc/buildout/repeatable.txt
View file @
b6bfb4ff
...
...
@@ -270,7 +270,7 @@ When everything is pinned, no output is generated:
... show-picked-versions = true
...
... [versions]
... distribute = 0.6.3
4
... distribute = 0.6.3
5
... spam = 2
...
... [foo]
...
...
@@ -294,7 +294,7 @@ and case differences won't impact the pinning:
... show-picked-versions = true
...
... [versions]
... distriBUTE = 0.6.3
4
... distriBUTE = 0.6.3
5
... Spam = 2
...
... [foo]
...
...
@@ -311,7 +311,7 @@ extending from that versions file:
>>> write('my_versions.cfg',
... '''
... [versions]
... distribute = 0.6.3
4
... distribute = 0.6.3
5
... spam = 2
... ''')
>>> write('buildout.cfg',
...
...
@@ -336,7 +336,7 @@ at the end.
>>> write('my_versions.cfg',
... '''
... [versions]
... distribute = 0.6.3
4
... distribute = 0.6.3
5
... ''')
>>> write('buildout.cfg',
... '''
...
...
@@ -377,7 +377,7 @@ printing them to the console):
>>> write('my_versions.cfg',
... '''
... [versions]
... distribute = 0.6.3
4
... distribute = 0.6.3
5
... ''')
>>> write('buildout.cfg',
... '''
...
...
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