summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpmbuild-remote.py7
1 files changed, 7 insertions, 0 deletions
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