An error occurred fetching the project authors.
  1. 24 Oct, 2006 1 commit
  2. 16 Oct, 2006 1 commit
  3. 08 Oct, 2006 2 commits
  4. 07 Oct, 2006 1 commit
  5. 02 Oct, 2006 1 commit
  6. 01 Oct, 2006 1 commit
  7. 19 Sep, 2006 2 commits
  8. 15 Sep, 2006 4 commits
  9. 14 Sep, 2006 1 commit
  10. 11 Sep, 2006 1 commit
  11. 05 Sep, 2006 1 commit
  12. 01 Sep, 2006 1 commit
  13. 31 Aug, 2006 1 commit
  14. 27 Aug, 2006 1 commit
    • jim's avatar
      Added Windows support. · 2455d893
      jim 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.)
      
      
      git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69806 62d5b8a3-27da-0310-9561-8e5933582275
      2455d893
  15. 17 Aug, 2006 1 commit
  16. 16 Aug, 2006 1 commit
  17. 09 Aug, 2006 1 commit
  18. 10 Jul, 2006 2 commits
  19. 03 Jul, 2006 1 commit
  20. 29 Jun, 2006 1 commit
  21. 27 Jun, 2006 1 commit
  22. 26 Jun, 2006 1 commit
  23. 25 Jun, 2006 1 commit
    • jim's avatar
      Major refactoring. The original motivation was to get the newest · ffd53de2
      jim authored
      distributions available. This required working around issues with
      easy_install's --upgrade option:
      
      - Upgrade is not recursive. Upgrading a distro doesn't update it's
        dependencies.
      
      - Upgrade doesn't try very hard to avoid searching.  If we require a
        specific version of a distribution, and we already have that
        distribution, there's no point in looking for a newer one.
      
      - easy_install has kind of odd rules for deciding when to look at an
        index.   Now that we use upgrade all the time, easy_install always
        wants to look at an index.
      
      - We get warnings when connecting to index servers, like PyPI that 
        return text/plain not found messages.
      
      We now have much greater control over how dependencies are
      managed. We've essentially taken this over from easy_install.
      
      Because we now always talk to an index server and because we want to
      control anything we do in a test, many of the tests actually run their
      own web servers.
      
      Anyway:
      
      - Now handle upgrades correctly, I think.
      
      - The egg recipe can now install multiple distributions.
      
      - We have the beginnings of offline mode.
      
      - The internal architeture is much cleaner.
      
      - We've merged the easy_install and egglinker modules, tossing
        some superfluois apis in the egglinker module.
      
      
      git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68838 62d5b8a3-27da-0310-9561-8e5933582275
      ffd53de2
  24. 19 Jun, 2006 1 commit
  25. 17 Jun, 2006 3 commits
  26. 14 Jun, 2006 1 commit
  27. 13 Jun, 2006 1 commit
  28. 12 Jun, 2006 2 commits
  29. 09 Jun, 2006 3 commits