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

- removed old cruft

This commit is contained in:
Marcus Huewe 2010-08-11 18:08:54 +02:00
parent e29b227b5b
commit 8b89a7c225

View File

@ -35,10 +35,6 @@ BUILDLOGURL_RE = re.compile(r"^(?P<apiurl>https?://.*?)/build/(?P<project>.*?)/(
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">