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

Changes in runner #138

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

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