- 30 May, 2007 2 commits
-
-
Jim Fulton authored
zc.buildout logger. This reduces noise in the output. This change was so far reaching, I decided to go ahead and clean up lots of log messages, adding some missing periods and adding quotes around requirement strings and file paths. in easy_install.py, added logging to show why distributions are added in verbose mode and removed recusive code to show requirement chains when errors occurred.
-
Jim Fulton authored
-
- 12 May, 2007 5 commits
-
-
Jim Fulton authored
an empty configuration file and then bootstraps. - Except when using the new init command, it is now an error to run buildout without a configuration file. - 75607: buildout should not run if it creates an empty buildout.cfg
-
Jim Fulton authored
-
Jim Fulton authored
setuptools requires that file urls that point to directories must end in a "/". Added a workaround.
-
Jim Fulton authored
install and update methods. - 59270: Buggy recipes can cause failures in later recipes via chdir Also updated a test to reflect logging of script installation.
-
Jim Fulton authored
-
- 09 May, 2007 1 commit
-
-
Jim Fulton authored
api to help clean up created paths when errors occir in recipe install and update methods. Made sure buildout exited with a non-zeo exit status when errors occurred.
-
- 07 May, 2007 2 commits
-
-
Jim Fulton authored
-
-
- 06 May, 2007 6 commits
-
-
Jim Fulton authored
Now use system setuptools if it is available. This can also speed bootstrapping, since we don't need to download setuptools in more cases.
-
-
Jim Fulton authored
packages that can't be found or that cause version conflicts.
-
Jim Fulton authored
packages that can't be found or that cause version conflicts. Fixed a renormalizer to prevent spurious test failures,
-
Jim Fulton authored
packages that can't be found or that cause version conflicts. Download caches didn't work on mac os x if directories in the download cache path were symbolic links.
-
Jim Fulton authored
-
- 01 Apr, 2007 1 commit
-
-
Jim Fulton authored
-
- 20 Mar, 2007 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 19 Mar, 2007 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 18 Mar, 2007 3 commits
-
-
Jim Fulton authored
This led to a pretty major refactoring.
-
Jim Fulton authored
No commit message
-
Jim Fulton authored
It wasn't possible to give options on the command line for sections not defined in a configuration file.
-
- 15 Mar, 2007 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 14 Mar, 2007 1 commit
-
-
Jim Fulton authored
to avoid database corruption when a user breaks out of a buildout with control-c. - Don't save an installed database if there are no installed parts or develop egg links.
-
- 09 Mar, 2007 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
sections.
-
Jim Fulton authored
Treat DistutilsErrors as user errors.
-
Jim Fulton authored
-
- 08 Mar, 2007 2 commits
-
-
Jim Fulton authored
- Added "logical tracebacks" that show functionally what the buildout was doing when an error occurs. Don't show a Python traceback unless the -D option is used. - Added a -D option that causes the buildout to print a traceback and start the pdb post-mortem debugger when an error occurs.
-
Jim Fulton authored
-