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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.buildout
Commits
ecf7c4f2
Commit
ecf7c4f2
authored
Jul 15, 2008
by
Chris Withers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try and make this section make sense.
I hope I haven't changed any intended meaning.
parent
893e343b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
src/zc/buildout/update.txt
src/zc/buildout/update.txt
+7
-6
No files found.
src/zc/buildout/update.txt
View file @
ecf7c4f2
...
...
@@ -94,11 +94,9 @@ Our buildout script has been updated to use the new eggs:
if __name__ == '__main__':
zc.buildout.buildout.main()
There are a number of cases in which the updates don't happen.
Let's recreate the sample buildout. One case is the one in which we
specify versions of zc.buildout and setuptools for which the don't
match. If we update out configuration file to specify an older
version:
Now, let's recreate the sample buildout. If we specify constraints on
the versions of zc.buildout and setuptools to use, running the
buildout will install earlier versions of these packages:
>>> write(sample_buildout, 'buildout.cfg',
... """
...
...
@@ -114,7 +112,7 @@ version:
... recipe = showversions
... """ % dict(new_releases=new_releases))
We'll
actually "upgrade" to an earlier version.
Now we can see that We
actually "upgrade" to an earlier version.
>>> print system(buildout),
Upgraded:
...
...
@@ -127,6 +125,9 @@ We'll actually "upgrade" to an earlier version.
zc.buildout 1.0.0
setuptools 0.6
There are a number of cases, described below, in which the updates
don't happen.
We won't upgrade in offline mode:
>>> write(sample_buildout, '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