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
Łukasz Nowak
slapos.buildout
Commits
7db2fdc1
Commit
7db2fdc1
authored
Sep 02, 2013
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the URL used to fetch 'ez_setup.py'
Use the official, non-version-pinned version.
parent
ac21cc55
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
CHANGES.rst
CHANGES.rst
+6
-0
bootstrap/bootstrap.py
bootstrap/bootstrap.py
+2
-2
No files found.
CHANGES.rst
View file @
7db2fdc1
Change History
Change History
**************
**************
Unreleased
==========
- Updated the URL used to fetch ``ez_setup.py`` to the official, non-version-
pinned version.
2.2.0 (2013-07-05)
2.2.0 (2013-07-05)
==================
==================
...
...
bootstrap/bootstrap.py
View file @
7db2fdc1
...
@@ -75,8 +75,8 @@ except ImportError:
...
@@ -75,8 +75,8 @@ except ImportError:
except
ImportError
:
except
ImportError
:
from
urllib2
import
urlopen
from
urllib2
import
urlopen
# XXX use a more permanent ez_setup.py URL when available.
exec
(
urlopen
(
exec
(
urlopen
(
'https://bitbucket.org/pypa/setuptools/raw/0.7.2
/ez_setup.py'
'https://bitbucket.org/pypa/setuptools/raw/bootstrap
/ez_setup.py'
).
read
(),
ez
)
).
read
(),
ez
)
setup_args
=
dict
(
to_dir
=
tmpeggs
,
download_delay
=
0
)
setup_args
=
dict
(
to_dir
=
tmpeggs
,
download_delay
=
0
)
ez
[
'use_setuptools'
](
**
setup_args
)
ez
[
'use_setuptools'
](
**
setup_args
)
...
...
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