diff options
author | Pascal Terjan <pterjan@mageia.org> | 2020-02-15 19:48:33 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2020-02-15 19:51:47 +0000 |
commit | 0bb06ed29c110447435240ea9b101cfc991a23f0 (patch) | |
tree | f63ba8c4bd67677888a4e639b00b06c2404f4b36 /emi | |
parent | 3922e195b7df0fb4dbcc0754f8ae2bd0e6f66a1f (diff) | |
download | iurt-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-x | emi | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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}; |