From cff8696818116b83340a42339a6d93d3278519e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 29 Jul 2010 13:39:48 +0200 Subject: [PATCH] do not hide open request by default. --- osc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/conf.py b/osc/conf.py index d61d49ce..29d1e4ff 100644 --- a/osc/conf.py +++ b/osc/conf.py @@ -109,7 +109,7 @@ DEFAULTS = { 'apiurl': 'https://api.opensuse.org', # limit the age of requests shown with 'osc req list'. # this is a default only, can be overridden by 'osc req list -D NNN' # Use 0 for unlimted. - 'request_list_days': 30, + 'request_list_days': 0, # check for unversioned/removed files before commit 'check_filelist': '1', # External scripts to validate sources, esp before commit. This is a directory