From 78fe7c0b9af2d7f1cbf78e1dda9e9ac691631b1f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 8 Sep 2009 20:41:01 -0400 Subject: Values to be read from the configuration --- rpmbuild-remote.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rpmbuild-remote.py') diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py index bd5a90a..4810e38 100644 --- a/rpmbuild-remote.py +++ b/rpmbuild-remote.py @@ -80,6 +80,13 @@ def read_section(config, section, values): return ret def read_preferences(options): + values = ( + ('user', 'str'), + ('ssh_key', 'str'), + ('pass', 'str'), + ('host', 'str'), + ('port', 'int'), + ) system = {} return system -- cgit