diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-15 10:35:21 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-15 10:35:21 +0000 |
commit | 1ce6e7f111a1ad6c0b1c344405469c9ef7ba309e (patch) | |
tree | f71b2f4c449610d0cd02c67f4b08c3ace03d5629 /emi | |
parent | 5c7f0a0a0550e8428b14db5c73261fcc7769287c (diff) | |
download | iurt-1ce6e7f111a1ad6c0b1c344405469c9ef7ba309e.tar iurt-1ce6e7f111a1ad6c0b1c344405469c9ef7ba309e.tar.gz iurt-1ce6e7f111a1ad6c0b1c344405469c9ef7ba309e.tar.bz2 iurt-1ce6e7f111a1ad6c0b1c344405469c9ef7ba309e.tar.xz iurt-1ce6e7f111a1ad6c0b1c344405469c9ef7ba309e.zip |
remove unused option, cache_home is just used in 1 case, for init_cache and emi do not call
this function at all
Diffstat (limited to 'emi')
-rwxr-xr-x | emi | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -87,10 +87,6 @@ my %config_usage = ( desc => 'Architecture root dir', default => "/mnt/BIG/dis/" }, - cache_home => { - desc => 'Where to store the cache files', - default => "$HOME/.bugs" - }, upload_user => { desc => 'User who is uploading packages', default => 'mandrake' |