aboutsummaryrefslogtreecommitdiffstats
path: root/emi
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-02-15 19:48:33 +0000
committerPascal Terjan <pterjan@mageia.org>2020-02-15 19:51:47 +0000
commit0bb06ed29c110447435240ea9b101cfc991a23f0 (patch)
treef63ba8c4bd67677888a4e639b00b06c2404f4b36 /emi
parent3922e195b7df0fb4dbcc0754f8ae2bd0e6f66a1f (diff)
downloadiurt-0bb06ed29c110447435240ea9b101cfc991a23f0.tar
iurt-0bb06ed29c110447435240ea9b101cfc991a23f0.tar.gz
iurt-0bb06ed29c110447435240ea9b101cfc991a23f0.tar.bz2
iurt-0bb06ed29c110447435240ea9b101cfc991a23f0.tar.xz
iurt-0bb06ed29c110447435240ea9b101cfc991a23f0.zip
Delete unused options
Diffstat (limited to 'emi')
-rwxr-xr-xemi12
1 files changed, 0 insertions, 12 deletions
diff --git a/emi b/emi
index 028fc4e..e697e4a 100755
--- a/emi
+++ b/emi
@@ -81,22 +81,10 @@ my %config_usage = (
desc => "Temporary directory",
default => "$HOME/tmp"
},
- root => {
- desc => 'Architecture root dir',
- default => "/mnt/BIG/dis/"
- },
- upload_user => {
- desc => 'User who is uploading packages',
- default => 'mandrake'
- },
queue => {
desc => 'root directory of the various upload queues',
default => "$HOME/uploads"
},
- ssh_option => {
- desc => "SSH options",
- default => "-o ConectTimeout=20"
- },
);
config_usage(\%config_usage, $config) if $run{config_usage};