1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 17:26:15 +02:00

do not hide open request by default.

This commit is contained in:
Adrian Schröter 2010-07-29 13:39:48 +02:00
parent b5bd00fc8f
commit cff8696818

View File

@ -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