]> git.decadent.org.uk Git - dak.git/commit
Merge commit 'lamby/lintian_autoreject' into merge
authorJoerg Jaspert <joerg@debian.org>
Tue, 27 Oct 2009 20:46:30 +0000 (21:46 +0100)
committerJoerg Jaspert <joerg@debian.org>
Tue, 27 Oct 2009 20:46:30 +0000 (21:46 +0100)
commit3a044cf559c390a0a4dc0658ec565b6a327f136a
tree8b9be673a8575036b8b6b259ccebee79e7027841
parent68ef7be81d7e958d0147d92ee5f6919746448377
parent587431b705e7d36cf9c176f4b619349d808f6e9d
Merge commit 'lamby/lintian_autoreject' into merge

* commit 'lamby/lintian_autoreject':
  Disable check_lintian for now.
  Only lintian reject uploads to unstable or experimental
  Fix use of "wayout" name.
  dict[k] raises IndexError if does not exist - check with infix 'in' instead.
  Actually add a seperator to our --tags-from-file input.
  lintian YAML has a "lintian" root element.
  Close sourcefile.
  Dedent again by returning if lintian doesn't return any content.
  Return all the lintian-related rejections, not just the first one.
  It's called 'next', not 'continue'. =)
  Dedent again by using continue.
  Remove one level of indentation by using continue
  Simple check for lintian regex
  Use set() instead of Perlesque hash[key] = 1
  autoreject
  Add lintian tags file

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/process_unchecked.py
daklib/queue.py
daklib/regexes.py
tests/test_regexes.py