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
isaak yansane-sisk
slapos.buildout
Commits
22aebcc5
Commit
22aebcc5
authored
Aug 23, 2012
by
Domen Kožar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert
cfa04789
parent
81c504f2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
CHANGES.txt
CHANGES.txt
+13
-0
src/zc/buildout/buildout.py
src/zc/buildout/buildout.py
+1
-5
No files found.
CHANGES.txt
View file @
22aebcc5
Change History
**************
1.6.4 (unreleased)
==================
- Revert cfa0478937d16769c268bf51e60e69cd3ead50f3, it only broke a feature
(Domen Kožar)
1.6.3 (2012-08-22)
==================
- Fix Windows regression (see: https://github.com/buildout/buildout/commit/90bc44f9bffd0d9eb09aacf08c6a4c2fed797319
and https://github.com/buildout/buildout/commit/e65b7bfbd7c7ccd556a278016a16b63ae8ef782b)
[aclark4life]
1.6.2 (2012-08-21)
==================
...
...
src/zc/buildout/buildout.py
View file @
22aebcc5
...
...
@@ -1846,11 +1846,7 @@ def main(args=None):
try
:
buildout
=
Buildout
(
config_file
,
options
,
user_defaults
,
windows_restart
,
# XXX What or why is this `args` parameter here? If this is for
# the new include-packages-on-command-line-feature, then it
# currently breaks Windows support (not sure why yet)
# command, args)
command
)
command
,
args
)
getattr
(
buildout
,
command
)(
args
)
except
Exception
,
v
:
_doing
()
...
...
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