Skip to content
This repository was archived by the owner on Dec 27, 2021. It is now read-only.

Conversation

@jbzdak
Copy link
Contributor

@jbzdak jbzdak commented Dec 28, 2013

Overview of changes:

  • Servers are represented as an intance of provy.core.server.ProvyServer, this adds the benefit that you actually know what can be defined in server. This class also is responsible for the parsing from server info from provyfile.
  • Server (represented as object) is now passed to the context. This is required for the upcoming rsync functionality, as rsync launches it's own ssh connection to the server, and so needs to know credentials.
  • You can now query name of the server, so if you had:
    servers : { 'foo' : {'address': 'bar', ...} }
    now Server.name will be foo. I'll be needing this feature for some new things I'll use provy for.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant