]> git.decadent.org.uk Git - dak.git/commit
Only import regexes we're using
authorMark Hymers <mhy@debian.org>
Sat, 24 Jan 2009 19:09:51 +0000 (19:09 +0000)
committerMark Hymers <mhy@debian.org>
Sat, 24 Jan 2009 19:09:51 +0000 (19:09 +0000)
commitba77095c326cc03fc5ab18423b874ff06e6fcdba
tree402e52c2466421ae3c8cbe6261a97dd291e64b31
parent10b789b8c924503c7d43c72a3f343ff12a63d148
Only import regexes we're using

This is so that we have an idea of where we need what.

Lots of these should be changed to be opaque functions,
not exposing that they're internally regexes at all.

Signed-off-by: Mark Hymers <mhy@debian.org>
16 files changed:
dak/check_archive.py
dak/check_proposed_updates.py
dak/clean_proposed_updates.py
dak/control_overrides.py
dak/cruft_report.py
dak/examine_package.py
dak/import_archive.py
dak/make_maintainers.py
dak/poolize.py
dak/process_accepted.py
dak/process_new.py
dak/process_unchecked.py
dak/reject_proposed_updates.py
dak/show_deferred.py
daklib/queue.py
daklib/utils.py