mirror of
https://github.com/openSUSE/osc.git
synced 2025-10-05 17:09:19 +02:00
Do not check for untracked files before commit
This duplicates the work of the source validator and is just annoying. Suggested-by: Michal Vyskocil <mvyskocil@suse.cz> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
@@ -3685,7 +3685,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
@cmdln.option('-F', '--file', metavar='FILE',
|
||||
help='read log message from FILE, \'-\' denotes standard input.')
|
||||
@cmdln.option('-f', '--force', default=False, action="store_true",
|
||||
help='force commit - do not tests a file list')
|
||||
help='ignored')
|
||||
@cmdln.option('--skip-validation', default=False, action="store_true",
|
||||
help='Skip the source validation')
|
||||
@cmdln.option('-v', '--verbose', default=False, action="store_true",
|
||||
@@ -3698,16 +3698,6 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
Upload content which is changed in your working copy, to the repository
|
||||
server.
|
||||
|
||||
Optionally checks the state of a working copy, if found a file with
|
||||
unknown state, it requests an user input:
|
||||
* skip - don't change anything, just move to another file
|
||||
* remove - remove a file from dir
|
||||
* edit file list - edit filelist using EDITOR
|
||||
* commit - don't check anything and commit package
|
||||
* abort - abort commit - this is default value
|
||||
This can be supressed by check_filelist config item, or -f/--force
|
||||
command line option.
|
||||
|
||||
examples:
|
||||
osc ci # current dir
|
||||
osc ci <dir>
|
||||
|
Reference in New Issue
Block a user