Skip to content
Commits on Source (2)
......@@ -795,8 +795,9 @@ def uddcache(packages, release, components=['main'], **db_args):
version,
architecture,
regexp_split_to_table(regexp_replace(provides,
E'\\s*\\([^)]*\\)', '', 'g'),
E',\\s*') AS provides
E'\\\\s*\\\\([^)]*\\\\)',
'', 'g'),
E',\\\\s*') AS provides
FROM pkg;
'''
......
......@@ -133,4 +133,4 @@ if upgraded_tasks:
else:
print('Warning: {} tasks use the old format {}'
.format(len(upgraded_tasks), upgraded_tasks[0].format_version))
print('Please consider upgrading the task files with the `-U` flag.')
print('Please consider upgrading the task files with the `-F` flag.')