An error occurred fetching the project authors.
  1. 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
  2. 07 Dec, 2006 4 commits
  3. 05 Dec, 2006 3 commits
  4. 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
  5. 11 Oct, 2006 1 commit
  6. 08 Oct, 2006 2 commits
  7. 07 Oct, 2006 1 commit
  8. 01 Oct, 2006 1 commit
  9. 19 Sep, 2006 1 commit
  10. 11 Sep, 2006 2 commits
  11. 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
  12. 01 Sep, 2006 1 commit
  13. 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
  14. 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
  15. 16 Aug, 2006 1 commit
  16. 10 Jul, 2006 1 commit
  17. 03 Jul, 2006 1 commit
  18. 30 Jun, 2006 1 commit
  19. 27 Jun, 2006 1 commit
  20. 26 Jun, 2006 1 commit
  21. 17 Jun, 2006 4 commits
  22. 15 Jun, 2006 1 commit
  23. 14 Jun, 2006 1 commit
  24. 12 Jun, 2006 1 commit
    • Jim Fulton's avatar
      Improved intro text and description of setup. · c1598ef6
      Jim Fulton authored
      Added documentation of buildout:directory option.
      
      Added support for extending configurations through multiple
      configuration files.
      
      Added command-line options to:
      
      - Specify a configuration file
      
      - Override configuration options
      
      Renamed several options to use -s rather than _s.
      c1598ef6
  25. 09 Jun, 2006 1 commit
  26. 05 Jun, 2006 1 commit