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
Xavier Thompson
slapos.buildout
Commits
0dcc982f
Commit
0dcc982f
authored
Aug 24, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Be less restrictive on 404 result.
parent
a83a05f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/zc/buildout/networkcache.txt
src/zc/buildout/networkcache.txt
+5
-5
No files found.
src/zc/buildout/networkcache.txt
View file @
0dcc982f
...
...
@@ -126,7 +126,7 @@ It will be downloaded and stored into networkcache:
Installing download.
Downloading http://localhost/hello.txt
Downloading hello.txt from network cache.
Failed to download from network cache hello.txt:
404 : Not Found
Failed to download from network cache hello.txt:
...404...
Uploading http://localhost/hello.txt into network cache.
download: Downloaded http://localhost/hello.txt
...
...
@@ -175,7 +175,7 @@ As one can see, in case if upload is not working, there is no problem with runni
Updating download.
Downloading http://localhost/hello.txt
Downloading hello.txt from network cache.
Failed to download from network cache hello.txt:
404 : Not Found
Failed to download from network cache hello.txt:
...404...
Uploading http://localhost/hello.txt into network cache.
Fail to upload file. [Errno 111] Connection refused
download: Downloaded http://localhost/hello.txt
...
...
@@ -211,7 +211,7 @@ Upload is optional, and then no upload will be tried:
Updating download.
Downloading http://localhost/hello.txt
Downloading hello.txt from network cache.
Failed to download from network cache hello.txt:
404 : Not Found
Failed to download from network cache hello.txt:
...404...
download: Downloaded http://localhost/hello.txt
In case if download cache is failing, original resources are used:
...
...
@@ -290,7 +290,7 @@ First put not signed file in networkcache:
Updating download.
Downloading http://localhost/hello.txt
Downloading hello.txt from network cache.
Failed to download from network cache hello.txt:
404 : Not Found
Failed to download from network cache hello.txt:
...404...
Uploading http://localhost/hello.txt into network cache.
download: Downloaded http://localhost/hello.txt
...
...
@@ -512,7 +512,7 @@ Of course eggs are also supported by networkcache:
Installing eggs.
Getting distribution for 'demoneeded==1.2c1'.
Downloading demoneeded-1.2c1.zip from network cache.
Failed to download from network cache demoneeded-1.2c1.zip:
404 : Not Found
Failed to download from network cache demoneeded-1.2c1.zip:
...404...
Uploading http://localhost/demoneeded-1.2c1.zip into network cache.
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