mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
do not hide open request by default.
This commit is contained in:
parent
b5bd00fc8f
commit
cff8696818
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user