mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-06 15:43:39 +02:00
provide backward compatibile exclude_stuff , even though it should not
be used anymore
This commit is contained in:
@@ -35,6 +35,10 @@ DISTURL_RE = re.compile(r"^(?P<bs>.*)://(?P<apiurl>.*?)/(?P<project>.*?)/(?P<rep
|
||||
BUFSIZE = 1024*1024
|
||||
store = '.osc'
|
||||
|
||||
# NOTE: do not use this anymore, use conf.exclude_glob instead.
|
||||
# but this needs to stay to avoid breakage of tools which use osc lib
|
||||
exclude_stuff = [store, 'CVS', '*~', '#*#', '.*', '_linkerror']
|
||||
|
||||
new_project_templ = """\
|
||||
<project name="%(name)s">
|
||||
|
||||
|
Reference in New Issue
Block a user