An error occurred fetching the project authors.
  1. 06 Mar, 2007 2 commits
    • jim's avatar
      Added an api to set a default value for the versions option. · 9cb1d5dc
      jim authored
      This will allow a versions feature to be added without updating all
      recipes initially.  Later, recipes that support custom versions will
      be able to override the defaults by passing options.
      
      
      git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73015 62d5b8a3-27da-0310-9561-8e5933582275
      9cb1d5dc
    • jim's avatar
      Features: · da688181
      jim 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.
      
      
      git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73006 62d5b8a3-27da-0310-9561-8e5933582275
      da688181
  2. 05 Mar, 2007 1 commit
  3. 08 Feb, 2007 1 commit
  4. 07 Feb, 2007 1 commit
    • 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
  5. 24 Jan, 2007 1 commit
  6. 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
  7. 17 Jan, 2007 2 commits
  8. 07 Dec, 2006 5 commits
  9. 05 Dec, 2006 3 commits
  10. 04 Dec, 2006 1 commit
    • jim's avatar
      Merged revisions 71277 to 71397 from dev branch: · a4291845
      jim 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.
      
      
      git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71398 62d5b8a3-27da-0310-9561-8e5933582275
      a4291845
  11. 24 Oct, 2006 3 commits
  12. 16 Oct, 2006 1 commit
  13. 08 Oct, 2006 3 commits
  14. 07 Oct, 2006 1 commit
  15. 02 Oct, 2006 2 commits
  16. 01 Oct, 2006 2 commits
  17. 15 Sep, 2006 1 commit
  18. 14 Sep, 2006 1 commit