1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-15 01:56:17 +01:00

Merge pull request #641 from mcepl/337_check_for_request_on_action_1

Make check_for_request_on_action on per default.
This commit is contained in:
Marco Strigl 2019-11-05 16:03:59 +01:00 committed by GitHub
commit f78057e2d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 29 additions and 17 deletions

View File

@ -158,7 +158,7 @@ DEFAULTS = {'apiurl': 'https://api.opensuse.org',
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
'check_filelist': '1', 'check_filelist': '1',
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
'check_for_request_on_action': '0', 'check_for_request_on_action': '1',
# what to do with the source package if the submitrequest has been accepted # what to do with the source package if the submitrequest has been accepted
'submitrequest_on_accept_action': '', 'submitrequest_on_accept_action': '',
'request_show_interactive': '0', 'request_show_interactive': '0',
@ -323,7 +323,7 @@ apiurl = %(apiurl)s
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -0,0 +1 @@
<collection matches="0"></collection>

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate

View File

@ -31,6 +31,7 @@ class TestCommit(OscTestCase):
exp='This file didn\'t change but\nis modified.\n', text=rev_dummy) exp='This file didn\'t change but\nis modified.\n', text=rev_dummy)
@POST('http://localhost/source/osctest/simple?comment=&cmd=commitfilelist&user=Admin', @POST('http://localhost/source/osctest/simple?comment=&cmd=commitfilelist&user=Admin',
file='testSimple_cfilesremote', expfile='testSimple_lfilelist') file='testSimple_cfilesremote', expfile='testSimple_lfilelist')
@GET('http://localhost/search/request?match=%28state%2F%40name%3D%27new%27+or+state%2F%40name%3D%27review%27%29+and+%28action%2Ftarget%2F%40project%3D%27osctest%27+or+action%2Fsource%2F%40project%3D%27osctest%27%29+and+%28action%2Ftarget%2F%40package%3D%27simple%27+or+action%2Fsource%2F%40package%3D%27simple%27%29', file='testOpenRequests')
def test_simple(self): def test_simple(self):
"""a simple commit (only one modified file)""" """a simple commit (only one modified file)"""
self._change_to_pkg('simple') self._change_to_pkg('simple')
@ -54,6 +55,7 @@ class TestCommit(OscTestCase):
exp='added file\n', text=rev_dummy) exp='added file\n', text=rev_dummy)
@POST('http://localhost/source/osctest/add?comment=&cmd=commitfilelist&user=Admin', @POST('http://localhost/source/osctest/add?comment=&cmd=commitfilelist&user=Admin',
file='testAddfile_cfilesremote', expfile='testAddfile_lfilelist') file='testAddfile_cfilesremote', expfile='testAddfile_lfilelist')
@GET('http://localhost/search/request?match=%28state%2F%40name%3D%27new%27+or+state%2F%40name%3D%27review%27%29+and+%28action%2Ftarget%2F%40project%3D%27osctest%27+or+action%2Fsource%2F%40project%3D%27osctest%27%29+and+%28action%2Ftarget%2F%40package%3D%27add%27+or+action%2Fsource%2F%40package%3D%27add%27%29', file='testOpenRequests')
def test_addfile(self): def test_addfile(self):
"""commit a new file""" """commit a new file"""
self._change_to_pkg('add') self._change_to_pkg('add')
@ -75,6 +77,7 @@ class TestCommit(OscTestCase):
exp='', text='<services />') exp='', text='<services />')
@POST('http://localhost/source/osctest/delete?comment=&cmd=commitfilelist&user=Admin&withvalidate=1', @POST('http://localhost/source/osctest/delete?comment=&cmd=commitfilelist&user=Admin&withvalidate=1',
file='testDeletefile_cfilesremote', expfile='testDeletefile_lfilelist') file='testDeletefile_cfilesremote', expfile='testDeletefile_lfilelist')
@GET('http://localhost/search/request?match=%28state%2F%40name%3D%27new%27+or+state%2F%40name%3D%27review%27%29+and+%28action%2Ftarget%2F%40project%3D%27osctest%27+or+action%2Fsource%2F%40project%3D%27osctest%27%29+and+%28action%2Ftarget%2F%40package%3D%27delete%27+or+action%2Fsource%2F%40package%3D%27delete%27%29', file='testOpenRequests')
def test_deletefile(self): def test_deletefile(self):
"""delete a file""" """delete a file"""
self._change_to_pkg('delete') self._change_to_pkg('delete')
@ -127,6 +130,7 @@ class TestCommit(OscTestCase):
@PUT('http://localhost/source/osctest/multiple/add2?rev=repository', exp='add2\n', text=rev_dummy) @PUT('http://localhost/source/osctest/multiple/add2?rev=repository', exp='add2\n', text=rev_dummy)
@POST('http://localhost/source/osctest/multiple?comment=&cmd=commitfilelist&user=Admin', @POST('http://localhost/source/osctest/multiple?comment=&cmd=commitfilelist&user=Admin',
file='testMultiple_cfilesremote', expfile='testMultiple_lfilelist') file='testMultiple_cfilesremote', expfile='testMultiple_lfilelist')
@GET('http://localhost/search/request?match=%28state%2F%40name%3D%27new%27+or+state%2F%40name%3D%27review%27%29+and+%28action%2Ftarget%2F%40project%3D%27osctest%27+or+action%2Fsource%2F%40project%3D%27osctest%27%29+and+%28action%2Ftarget%2F%40package%3D%27multiple%27+or+action%2Fsource%2F%40package%3D%27multiple%27%29', file='testOpenRequests')
def test_multiple(self): def test_multiple(self):
"""a simple commit (only one modified file)""" """a simple commit (only one modified file)"""
self._change_to_pkg('multiple') self._change_to_pkg('multiple')
@ -155,6 +159,7 @@ class TestCommit(OscTestCase):
@PUT('http://localhost/source/osctest/multiple/nochange?rev=repository', exp='This file did change.\n', text=rev_dummy) @PUT('http://localhost/source/osctest/multiple/nochange?rev=repository', exp='This file did change.\n', text=rev_dummy)
@POST('http://localhost/source/osctest/multiple?comment=&cmd=commitfilelist&user=Admin', @POST('http://localhost/source/osctest/multiple?comment=&cmd=commitfilelist&user=Admin',
file='testPartial_cfilesremote', expfile='testPartial_lfilelist') file='testPartial_cfilesremote', expfile='testPartial_lfilelist')
@GET('http://localhost/search/request?match=%28state%2F%40name%3D%27new%27+or+state%2F%40name%3D%27review%27%29+and+%28action%2Ftarget%2F%40project%3D%27osctest%27+or+action%2Fsource%2F%40project%3D%27osctest%27%29+and+%28action%2Ftarget%2F%40package%3D%27multiple%27+or+action%2Fsource%2F%40package%3D%27multiple%27%29', file='testOpenRequests')
def test_partial(self): def test_partial(self):
"""commit only some files""" """commit only some files"""
self._change_to_pkg('multiple') self._change_to_pkg('multiple')
@ -201,6 +206,7 @@ class TestCommit(OscTestCase):
@PUT('http://localhost/source/osctest/allstates/nochange?rev=repository', exp='This file did change.\n', text=rev_dummy) @PUT('http://localhost/source/osctest/allstates/nochange?rev=repository', exp='This file did change.\n', text=rev_dummy)
@POST('http://localhost/source/osctest/allstates?comment=&cmd=commitfilelist&user=Admin', @POST('http://localhost/source/osctest/allstates?comment=&cmd=commitfilelist&user=Admin',
file='testAllStates_cfilesremote', expfile='testAllStates_lfilelist') file='testAllStates_cfilesremote', expfile='testAllStates_lfilelist')
@GET('http://localhost/search/request?match=%28state%2F%40name%3D%27new%27+or+state%2F%40name%3D%27review%27%29+and+%28action%2Ftarget%2F%40project%3D%27osctest%27+or+action%2Fsource%2F%40project%3D%27osctest%27%29+and+%28action%2Ftarget%2F%40package%3D%27allstates%27+or+action%2Fsource%2F%40package%3D%27allstates%27%29', file='testOpenRequests')
def test_allstates(self): def test_allstates(self):
"""commit all files (all states are available except 'C')""" """commit all files (all states are available except 'C')"""
self._change_to_pkg('allstates') self._change_to_pkg('allstates')
@ -226,6 +232,7 @@ class TestCommit(OscTestCase):
exp='', text='<services />') exp='', text='<services />')
@POST('http://localhost/source/osctest/add?comment=&cmd=commitfilelist&user=Admin&withvalidate=1', @POST('http://localhost/source/osctest/add?comment=&cmd=commitfilelist&user=Admin&withvalidate=1',
file='testAddfile_cfilesremote', expfile='testAddfile_lfilelist') file='testAddfile_cfilesremote', expfile='testAddfile_lfilelist')
@GET('http://localhost/search/request?match=%28state%2F%40name%3D%27new%27+or+state%2F%40name%3D%27review%27%29+and+%28action%2Ftarget%2F%40project%3D%27osctest%27+or+action%2Fsource%2F%40project%3D%27osctest%27%29+and+%28action%2Ftarget%2F%40package%3D%27add%27+or+action%2Fsource%2F%40package%3D%27add%27%29', file='testOpenRequests')
def test_remoteexists(self): def test_remoteexists(self):
"""file 'add' should be committed but already exists on the server""" """file 'add' should be committed but already exists on the server"""
self._change_to_pkg('add') self._change_to_pkg('add')
@ -251,6 +258,7 @@ class TestCommit(OscTestCase):
@POST('http://localhost/source/osctest/branch?comment=&cmd=commitfilelist&user=Admin&keeplink=1', @POST('http://localhost/source/osctest/branch?comment=&cmd=commitfilelist&user=Admin&keeplink=1',
file='testExpand_cfilesremote', expfile='testExpand_lfilelist') file='testExpand_cfilesremote', expfile='testExpand_lfilelist')
@GET('http://localhost/source/osctest/branch?rev=87ea02aede261b0267aabaa97c756e7a', file='testExpand_expandedfilesremote') @GET('http://localhost/source/osctest/branch?rev=87ea02aede261b0267aabaa97c756e7a', file='testExpand_expandedfilesremote')
@GET('http://localhost/search/request?match=%28state%2F%40name%3D%27new%27+or+state%2F%40name%3D%27review%27%29+and+%28action%2Ftarget%2F%40project%3D%27osctest%27+or+action%2Fsource%2F%40project%3D%27osctest%27%29+and+%28action%2Ftarget%2F%40package%3D%27branch%27+or+action%2Fsource%2F%40package%3D%27branch%27%29', file='testOpenRequests')
def test_expand(self): def test_expand(self):
"""commit an expanded package""" """commit an expanded package"""
self._change_to_pkg('branch') self._change_to_pkg('branch')
@ -282,6 +290,7 @@ class TestCommit(OscTestCase):
@PUT('http://localhost/source/osctest/added_missing/bar?rev=repository', exp='foobar\n', text=rev_dummy) @PUT('http://localhost/source/osctest/added_missing/bar?rev=repository', exp='foobar\n', text=rev_dummy)
@POST('http://localhost/source/osctest/added_missing?comment=&cmd=commitfilelist&user=Admin', @POST('http://localhost/source/osctest/added_missing?comment=&cmd=commitfilelist&user=Admin',
file='testAddedMissing_cfilesremote', expfile='testAddedMissing_lfilelist') file='testAddedMissing_cfilesremote', expfile='testAddedMissing_lfilelist')
@GET('http://localhost/search/request?match=%28state%2F%40name%3D%27new%27+or+state%2F%40name%3D%27review%27%29+and+%28action%2Ftarget%2F%40project%3D%27osctest%27+or+action%2Fsource%2F%40project%3D%27osctest%27%29+and+%28action%2Ftarget%2F%40package%3D%27added_missing%27+or+action%2Fsource%2F%40package%3D%27added_missing%27%29', file='testOpenRequests')
def test_added_missing2(self): def test_added_missing2(self):
"""commit an added file, another added file missing (but it's not part of the commit)""" """commit an added file, another added file missing (but it's not part of the commit)"""
self._change_to_pkg('added_missing') self._change_to_pkg('added_missing')
@ -323,6 +332,7 @@ class TestCommit(OscTestCase):
exp='This file didn\'t change but\nis modified.\n', text=rev_dummy) exp='This file didn\'t change but\nis modified.\n', text=rev_dummy)
@POST('http://localhost/source/osctest/simple?comment=&cmd=commitfilelist&user=Admin', @POST('http://localhost/source/osctest/simple?comment=&cmd=commitfilelist&user=Admin',
file='testSimple_cfilesremote', expfile='testSimple_lfilelistwithSHA') file='testSimple_cfilesremote', expfile='testSimple_lfilelistwithSHA')
@GET('http://localhost/search/request?match=%28state%2F%40name%3D%27new%27+or+state%2F%40name%3D%27review%27%29+and+%28action%2Ftarget%2F%40project%3D%27osctest%27+or+action%2Fsource%2F%40project%3D%27osctest%27%29+and+%28action%2Ftarget%2F%40package%3D%27simple%27+or+action%2Fsource%2F%40package%3D%27simple%27%29', file='testOpenRequests')
def test_simple_sha256(self): def test_simple_sha256(self):
"""a simple commit (only one modified file)""" """a simple commit (only one modified file)"""
self._change_to_pkg('simple') self._change_to_pkg('simple')
@ -347,6 +357,7 @@ class TestCommit(OscTestCase):
@PUT('http://localhost/source/osctest/added_missing/bar?rev=repository', exp='foobar\n', text=rev_dummy) @PUT('http://localhost/source/osctest/added_missing/bar?rev=repository', exp='foobar\n', text=rev_dummy)
@POST('http://localhost/source/osctest/added_missing?comment=&cmd=commitfilelist&user=Admin', @POST('http://localhost/source/osctest/added_missing?comment=&cmd=commitfilelist&user=Admin',
file='testAddedMissing_cfilesremote', expfile='testAddedMissing_lfilelistwithSHA') file='testAddedMissing_cfilesremote', expfile='testAddedMissing_lfilelistwithSHA')
@GET('http://localhost/search/request?match=%28state%2F%40name%3D%27new%27+or+state%2F%40name%3D%27review%27%29+and+%28action%2Ftarget%2F%40project%3D%27osctest%27+or+action%2Fsource%2F%40project%3D%27osctest%27%29+and+%28action%2Ftarget%2F%40package%3D%27added_missing%27+or+action%2Fsource%2F%40package%3D%27added_missing%27%29', file='testOpenRequests')
def test_added_missing2_sha256(self): def test_added_missing2_sha256(self):
"""commit an added file, another added file missing (but it's not part of the commit)""" """commit an added file, another added file missing (but it's not part of the commit)"""
self._change_to_pkg('added_missing') self._change_to_pkg('added_missing')

View File

@ -80,7 +80,7 @@ apiurl = http://localhost
# check for unversioned/removed files before commit # check for unversioned/removed files before commit
#check_filelist = 1 #check_filelist = 1
# check for pending requests after executing an action (e.g. checkout, update, commit) # check for pending requests after executing an action (e.g. checkout, update, commit)
#check_for_request_on_action = 0 #check_for_request_on_action = 1
# what to do with the source package if the submitrequest has been accepted. If # what to do with the source package if the submitrequest has been accepted. If
# nothing is specified the API default is used # nothing is specified the API default is used
#submitrequest_on_accept_action = cleanup|update|noupdate #submitrequest_on_accept_action = cleanup|update|noupdate