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
Boxiang Sun
slapos.buildout
Commits
77ef6200
Commit
77ef6200
authored
Aug 12, 2011
by
Lucas Carvalho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Fixed the assert messages."
This reverts commit
bfe5fb83
.
parent
bfe5fb83
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
src/zc/buildout/networkcache.txt
src/zc/buildout/networkcache.txt
+3
-7
No files found.
src/zc/buildout/networkcache.txt
View file @
77ef6200
...
...
@@ -10,11 +10,7 @@ Pure buildout ignore networkcache:
... networkcache-section = networkcache
... ''')
>>> print system(buildout)
While:
Initializing.
Getting section networkcache.
Error: The referenced section, 'networkcache', was not defined.
<BLANKLINE>
Unused options for buildout: 'networkcache-section'.
So lets activate networkcache in buildout:
>>> write(sample_buildout, 'buildout.cfg',
...
...
@@ -226,13 +222,13 @@ In case if download cache is failing, original resources are used:
Installing eggs.
Getting distribution for 'demo'.
Downloading demo-0.4c1-py2.7.egg from network cache.
Failed to download from network cache demo-0.4c1-py2.7.egg:
<urlopen error [Errno 111] Connection refused>
Failed to download from network cache demo-0.4c1-py2.7.egg:
[Errno 111] Connection refused
Uploading http://localhost/demo-0.4c1-py2.7.egg into network cache.
Fail to upload file. [Errno 111] Connection refused
Got demo 0.4c1.
Getting distribution for 'demoneeded'.
Downloading demoneeded-1.2c1.zip from network cache.
Failed to download from network cache demoneeded-1.2c1.zip:
<urlopen error [Errno 111] Connection refused>
Failed to download from network cache demoneeded-1.2c1.zip:
[Errno 111] Connection refused
Uploading http://localhost/demoneeded-1.2c1.zip into network cache.
Fail to upload file. [Errno 111] Connection refused
Got demoneeded 1.2c1.
...
...
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