summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-09-08 20:54:23 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-09-08 20:54:23 -0400
commit3f26995bf3f43c7fa091856d6c841439742ba19d (patch)
tree9f0e5f108706d981d105c4fee1e2301a597d6513 /rpmbuild-remote.py
parente2b76467d0dd9acff9a58c995a4f6430d5117b64 (diff)
downloadrpmbuild-remote-3f26995bf3f43c7fa091856d6c841439742ba19d.tar.gz
rpmbuild-remote-3f26995bf3f43c7fa091856d6c841439742ba19d.tar.xz
rpmbuild-remote-3f26995bf3f43c7fa091856d6c841439742ba19d.zip
Don't deal with passwords in plaintext
Diffstat (limited to 'rpmbuild-remote.py')
-rw-r--r--rpmbuild-remote.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index 548ab16..f8cd500 100644
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -83,7 +83,6 @@ def read_preferences(options):
values = (
('user', 'str'),
('ssh_key', 'str'),
- ('pass', 'str'),
('host', 'str'),
('port', 'int'),
)