1. 08 Feb, 2007 3 commits
  2. 07 Feb, 2007 2 commits
    • 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
    • Jim Fulton's avatar
      Added support for the buildout newest option. · b3cbe68c
      Jim Fulton authored
      Also added a missing tests for upgrading.
      b3cbe68c
  3. 05 Feb, 2007 1 commit
  4. 24 Jan, 2007 2 commits
  5. 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
  6. 17 Jan, 2007 4 commits
  7. 16 Jan, 2007 1 commit
  8. 07 Jan, 2007 1 commit
  9. 07 Dec, 2006 8 commits
  10. 05 Dec, 2006 11 commits
  11. 04 Dec, 2006 2 commits
    • Jim Fulton's avatar
      Updated release info. · 19a7b55b
      Jim Fulton authored
      19a7b55b
    • 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
  12. 29 Nov, 2006 1 commit
  13. 01 Nov, 2006 1 commit
  14. 27 Oct, 2006 1 commit
  15. 25 Oct, 2006 1 commit