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
Thomas Leymonerie
slapos.buildout
Commits
1f5d81ea
Commit
1f5d81ea
authored
May 20, 2011
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consider extends from relative URL
parent
f0d0ef63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/zc/buildout/buildout.py
src/zc/buildout/buildout.py
+2
-0
No files found.
src/zc/buildout/buildout.py
View file @
1f5d81ea
...
...
@@ -1389,6 +1389,8 @@ def _open(base, filename, seen, dl_options, override, downloaded):
_dl_options
=
_unannotate_section
(
dl_options
.
copy
())
newest
=
_convert_bool
(
'newest'
,
_dl_options
.
get
(
'newest'
,
'false'
))
fallback
=
newest
and
not
(
filename
in
downloaded
)
if
_isurl
(
base
):
fallback
=
fallback
and
not
(
base
+
'/'
+
filename
in
downloaded
)
download
=
zc
.
buildout
.
download
.
Download
(
_dl_options
,
cache
=
_dl_options
.
get
(
'extends-cache'
),
fallback
=
fallback
,
hash_name
=
True
)
...
...
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