1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-25 11:42:12 +01:00

no need to warn about empty validator dir

also remove from config template. the default should be ok.
This commit is contained in:
Ludwig Nussel 2010-07-07 16:31:57 +02:00
parent a00c0c4006
commit 828bb264ca
2 changed files with 0 additions and 4 deletions

View File

@ -2830,7 +2830,6 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if opts.skip_validation:
validators = None
elif not os.path.exists(validators):
print "WARNING: validator directory", validators, "configured, but not existing (please install osc-source_validator). Skipping ..."
validators = None
if opts.verbose_validation:
verbose_validation = 1

View File

@ -253,9 +253,6 @@ apiurl = %(apiurl)s
#review requests interactively (default: off)
#request_show_review = 1
# Directory with executables to validate sources, esp before committing
#source_validator_directory = /usr/lib/osc/source_validators
[%(apiurl)s]
user = %(user)s
pass = %(pass)s