aboutsummaryrefslogtreecommitdiffstats
path: root/urpmi-proxy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi-proxy.conf')
-rw-r--r--urpmi-proxy.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpmi-proxy.conf b/urpmi-proxy.conf
index ccb6bd3..5089313 100644
--- a/urpmi-proxy.conf
+++ b/urpmi-proxy.conf
@@ -37,10 +37,10 @@
# $cache_tmp_path = '/var/tmp/urpmi-proxy';
## These files will always be checked for newer versions.
-# $check_updates_only_files = '(MD5SUM|descriptions)$';
+# $check_updates_only_files = undef;
## These files will not be checked for newer versions if they exist.
-# $check_no_updates_files = undef;
+# $check_no_updates_files = '\.rpm$';
## These files will be merged from every sources.
# $merge_files = undef;