aboutsummaryrefslogtreecommitdiffstats
path: root/emi
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-04-15 10:35:21 +0000
committerMichael Scherer <misc@mageia.org>2011-04-15 10:35:21 +0000
commit1ce6e7f111a1ad6c0b1c344405469c9ef7ba309e (patch)
treef71b2f4c449610d0cd02c67f4b08c3ace03d5629 /emi
parent5c7f0a0a0550e8428b14db5c73261fcc7769287c (diff)
downloadiurt-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-xemi4
1 files changed, 0 insertions, 4 deletions
diff --git a/emi b/emi
index 11639e6..fc7d9cc 100755
--- a/emi
+++ b/emi
@@ -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'