An error occurred fetching the project authors.
  1. 07 Jun, 2008 1 commit
  2. 02 May, 2008 1 commit
  3. 31 Mar, 2008 1 commit
  4. 22 Feb, 2008 1 commit
  5. 21 Feb, 2008 1 commit
  6. 18 Feb, 2008 1 commit
  7. 12 Feb, 2008 1 commit
  8. 14 Jan, 2008 1 commit
  9. 13 Jan, 2008 1 commit
  10. 31 Oct, 2007 1 commit
    • jim's avatar
      Feature Change: · 53fd6f07
      jim authored
      Added a configuration option that causes buildout to error if a
        version is picked. This is a nice safety belt when fixing all
        versions is intented, especially whan creating releases.
      
      (This already-desired feature made it easier to write the test for
        the bug fix below. :)
      
      Bug Fixed:
      
      When installing from source releases, a version specification (via a
        buildout versions section) for setuptools was ignored when deciding
        which setuptools to use to build an egg from the source release.
      
      
      git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81268 62d5b8a3-27da-0310-9561-8e5933582275
      53fd6f07
  11. 30 Oct, 2007 2 commits
  12. 29 Oct, 2007 1 commit
  13. 28 Oct, 2007 1 commit
  14. 27 Oct, 2007 1 commit
  15. 20 Aug, 2007 2 commits
  16. 05 Jul, 2007 1 commit
  17. 20 Jun, 2007 3 commits
  18. 19 Jun, 2007 1 commit
  19. 31 May, 2007 1 commit
  20. 30 May, 2007 1 commit
    • jim's avatar
      Changed the logging format to exclude the logger name for the · 2eba00c7
      jim 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.
      
      
      git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76022 62d5b8a3-27da-0310-9561-8e5933582275
      2eba00c7
  21. 12 May, 2007 3 commits
  22. 09 May, 2007 1 commit
  23. 07 May, 2007 2 commits
  24. 06 May, 2007 2 commits
  25. 20 Mar, 2007 1 commit
  26. 19 Mar, 2007 2 commits
  27. 18 Mar, 2007 1 commit
  28. 14 Mar, 2007 1 commit
  29. 09 Mar, 2007 2 commits
  30. 08 Mar, 2007 1 commit
    • jim's avatar
      Improved error reporting/handling: · 5bd0f585
      jim 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.
      
      
      git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73082 62d5b8a3-27da-0310-9561-8e5933582275
      5bd0f585