]> git.decadent.org.uk Git - dak.git/commit
Move regexes into a module so we can keep track
authorMark Hymers <mhy@debian.org>
Sat, 24 Jan 2009 18:27:22 +0000 (18:27 +0000)
committerMark Hymers <mhy@debian.org>
Sat, 24 Jan 2009 18:28:55 +0000 (18:28 +0000)
commit2c639c40c65966711c82d46a6f4ee8739e819aad
treef80e78f24e2c82e975756b275d2d8754e14fba49
parent292015306bdfb622db7c05f549874ce94952b245
Move regexes into a module so we can keep track

Rather than scatter regexes all over the place (for things
which should probably be functions hiding the implementation
detail anyways such as "is this a valid package version"),
move them into daklib.regexes.

I'm not convinced this is an immediate win, but I think it's
one step on a long road...

Oh, and it's untested

Signed-off-by: Mark Hymers <mhy@debian.org>
13 files changed:
dak/clean_proposed_updates.py
dak/examine_package.py
dak/import_archive.py
dak/import_ldap_fingerprints.py
dak/new_security_install.py
dak/poolize.py
dak/process_unchecked.py
dak/rm.py
dak/show_deferred.py
dak/transitions.py
daklib/queue.py
daklib/regexes.py [new file with mode: 0644]
daklib/utils.py