mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-05 20:58:42 +02:00
- added support to specify a default action if a submitrequest has been accepted
This commit is contained in:
@@ -106,6 +106,8 @@ DEFAULTS = { 'apiurl': 'https://api.opensuse.org',
|
||||
'check_filelist': '1',
|
||||
# check for pending requests after executing an action (e.g. checkout, update, commit)
|
||||
'check_for_request_on_action': '0',
|
||||
# what to do with the source package if the submitrequest has been accepted
|
||||
'submitrequest_on_accept_action': '',
|
||||
'linkcontrol': '0',
|
||||
|
||||
# Maintenance defaults to OBS instance defaults
|
||||
@@ -190,6 +192,10 @@ apiurl = %(apiurl)s
|
||||
# check for pending requests after executing an action (e.g. checkout, update, commit)
|
||||
#check_for_request_on_action = 0
|
||||
|
||||
# what to do with the source package if the submitrequest has been accepted. If
|
||||
# nothing is specified the API default is used
|
||||
#submitrequest_on_accept_action = cleanup|update|noupdate
|
||||
|
||||
[%(apiurl)s]
|
||||
user = %(user)s
|
||||
pass = %(pass)s
|
||||
|
Reference in New Issue
Block a user