An error occurred fetching the project authors.
  1. 13 May, 2008 1 commit
  2. 12 Feb, 2008 1 commit
  3. 29 Oct, 2007 1 commit
  4. 20 Aug, 2007 3 commits
  5. 10 Aug, 2007 1 commit
  6. 19 Jun, 2007 1 commit
  7. 30 May, 2007 1 commit
    • Jim Fulton's avatar
      Changed the logging format to exclude the logger name for the · aaa161f4
      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.
      aaa161f4
  8. 12 May, 2007 1 commit
  9. 09 May, 2007 1 commit
  10. 07 May, 2007 1 commit
  11. 14 Mar, 2007 1 commit
  12. 08 Mar, 2007 1 commit
    • Jim Fulton's avatar
      Improved error reporting/handling: · 3dcc234b
      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.
      3dcc234b
  13. 06 Mar, 2007 2 commits
    • Jim Fulton's avatar
      Added support for repeatable buildouts by allowing egg versions to · 04cf959d
      Jim Fulton authored
      be specified in a versions section.
      
      Changed the log format for picked versions.
      04cf959d
    • Jim Fulton's avatar
      Features: · 2ba02437
      Jim Fulton authored
      - The easy_install module install and build functions now accept a
        versions argument that supplied to mapping from project name to
        version numbers.  This can be used to fix version numbers for
        required distributions and their depenencies.
      
      When a version isn't fixed, using either a versions option or using
        a fixed version number in a requirement, then a debug log message is
        emitted indicating the version picked.  This is useful for setting
        versions options.
      
      - Added a remove testing helper function that removes files or directories.
      2ba02437
  14. 07 Feb, 2007 1 commit
    • Jim Fulton's avatar
      Feature Changes · 5da42b95
      Jim Fulton authored
      ```------------
      - Added a buildout newest option, to control whether the newest
        distributions should be sought to meet requirements.  This might
        also provide a hint to recipes that don't deal with
        distributions. For example, a recipe that manages subversion
        checkouts might not update a checkout if newest is set to "false".
      
      - The recipe-testing support setUp function now adds the name
        *buildout* to the test namespace with a value that is the path to
        the buildout script in the sample buildout.  This allows tests to
        use
      
      >>> print system(buildout),
      
      rather than:
      
      >>> print system(join('bin', 'buildout')),
      
      Bugs Fixed
      ```
      
      -------
      
      - Paths returned from update methods replaced lists of installed files
        rather than augmenting them.
      5da42b95
  15. 22 Jan, 2007 1 commit
    • Jim Fulton's avatar
      Updated release info. · 47748b10
      Jim Fulton authored
      Feature Changes
      ---------------
      
      - By popular demand, added a -o command-line option that is a short
        hand for the assignment buildout:offline=true.
      
      Bugs Fixed
      ----------
      
      - When deciding whether recipe develop eggs had changed, buildout
        incorrectly considered files in .svn and CVS directories.
      47748b10
  16. 07 Dec, 2006 4 commits
  17. 05 Dec, 2006 3 commits
  18. 04 Dec, 2006 1 commit
    • Jim Fulton's avatar
      Merged revisions 71277 to 71397 from dev branch: · 74b4de9f
      Jim Fulton authored
      Feature Changes
      ---------------
      
      - Variable substitutions now reflect option data written by recipes.
      
      - A part referenced by a part in a parts list is now added to the parts
        list before the referencing part.  This means that you can omit
        parts from the parts list if they are referenced by other parts.
      
      - Added a develop function to the easy_install module to aid in
        creating develop eggs with custom build_ext options.
      
      - The build and develop functions in the easy_install module now
        return the path of the egg or egg link created.
      
      - Removed the limitation that parts named in the install command can
        only name configured parts.
      
      - Removed support ConfigParser-style variable substitutions
        (e.g. %(foo)s). Only the string-template style of variable
        (e.g. ${section:option}) substitutions will be supported.
        Supporting both violates "there's only one way to do it".
      
      - Deprecated the buildout-section extendedBy option.
      74b4de9f
  19. 11 Oct, 2006 1 commit
  20. 08 Oct, 2006 2 commits
  21. 07 Oct, 2006 1 commit
  22. 01 Oct, 2006 1 commit
  23. 19 Sep, 2006 1 commit
  24. 11 Sep, 2006 2 commits
  25. 05 Sep, 2006 1 commit
    • Jim Fulton's avatar
      Increased default buildout logging. · e67d9ea8
      Jim Fulton authored
      No longer generate "py-" scripts implicitly.  We no longer create one
      for zc.buildout when bootstrapping.
      
      Added an error-reporting API for use by recipes.
      
      Added a help command-line option.
      
      Fixed a bug in the way that recipe eggs were loaded.
      e67d9ea8
  26. 01 Sep, 2006 1 commit
  27. 27 Aug, 2006 1 commit
    • Jim Fulton's avatar
      Added Windows support. · b208f821
      Jim Fulton authored
      The sample buildout is now created using the bootstrapping mechanism
      and so has a normal layout.
      
      No longer read ~/.buildout/.default.cfg, when running tests.
      (We do read a ~/.buildout/.default.cfg when testing that function, but
      we manipulate HOME so that we control what is read.)
      b208f821
  28. 17 Aug, 2006 1 commit
    • Jim Fulton's avatar
      Fixed some bugs in variable substitutions. · 99f6bdc4
      Jim Fulton authored
      The characters "-", "." and " ", weren't allowed in section or
      option names.
      
      Substitutions with invalid names were ignored, which caused
      missleading failures downstream.
      99f6bdc4
  29. 16 Aug, 2006 1 commit
  30. 10 Jul, 2006 1 commit