1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

- fix #459288 (mkpac: add info how to enable the package tracking feature)

This commit is contained in:
Marcus Hüwe 2008-12-17 22:45:58 +00:00
parent 3399b2e666
commit ad11a87f92

View File

@ -1197,7 +1197,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
${cmd_option_list}
"""
if not conf.config['do_package_tracking']:
print >>sys.stderr, "enable \'do_package_tracking\' to use this feature"
print >>sys.stderr, "to use this feature you have to enable \'do_package_tracking\' " \
"in the [general] section in the configuration file"
sys.exit(1)
if len(args) != 1: