1. 19 Mar, 2007 1 commit
  2. 18 Mar, 2007 3 commits
  3. 15 Mar, 2007 2 commits
  4. 14 Mar, 2007 1 commit
  5. 09 Mar, 2007 4 commits
  6. 08 Mar, 2007 2 commits
  7. 06 Mar, 2007 5 commits
  8. 05 Mar, 2007 2 commits
  9. 27 Feb, 2007 1 commit
  10. 26 Feb, 2007 1 commit
  11. 08 Feb, 2007 4 commits
  12. 07 Feb, 2007 2 commits
    • jim's avatar
      Feature Changes · 26a07c64
      jim 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.
      
      
      git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72432 62d5b8a3-27da-0310-9561-8e5933582275
      26a07c64
    • jim's avatar
      Added support for the buildout newest option. · d1d1f646
      jim authored
      Also added a missing tests for upgrading.
      
      
      git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72431 62d5b8a3-27da-0310-9561-8e5933582275
      d1d1f646
  13. 05 Feb, 2007 1 commit
  14. 24 Jan, 2007 2 commits
  15. 22 Jan, 2007 1 commit
    • jim's avatar
      Updated release info. · f64c2c7b
      jim 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.
      
      
      git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72177 62d5b8a3-27da-0310-9561-8e5933582275
      f64c2c7b
  16. 17 Jan, 2007 4 commits
  17. 16 Jan, 2007 1 commit
  18. 07 Jan, 2007 1 commit
  19. 07 Dec, 2006 2 commits