• Xavier Thompson's avatar
    Change bootstrap behavior · 2dcf6c10
    Xavier Thompson authored
    With this mode zc.buildout and its dependencies are installed
    from scratch directly in the local eggs directory, following
    the pinned versions if any apply.
    
    In offline mode this merely ensures that the required eggs are
    already installed in the local eggs and develop-eggs directory.
    
    The previous behavior is still available by passing a non-empty
    set of arguments to bootstrap, e.g. bootstrap --old-behavior.
    2dcf6c10
buildout.py 82.1 KB