]> git.decadent.org.uk Git - dak.git/commit
Merge branch 'master' of ries.debian.org:/srv/ftp.debian.org/git/dak
authorChris Lamb <lamby@debian.org>
Tue, 27 Oct 2009 21:04:44 +0000 (21:04 +0000)
committerChris Lamb <lamby@debian.org>
Tue, 27 Oct 2009 21:04:44 +0000 (21:04 +0000)
commit383fcee18cb81cfdd2467bedd4b9eb3481a52f91
tree35e40c9997f2b1c5ab511c3a34c0c88853de4cb7
parent97ac37bc77ac3e894ffd4097a277998ddb5e88e4
parent3d76c4840aa796f7bd2d77a92e5c1de2c64f84fc
Merge branch 'master' of ries.debian.org:/srv/ftp.debian.org/git/dak

* 'master' of ries.debian.org:/srv/ftp.debian.org/git/dak:
  Disable check_lintian for now.
  clean-queues: Add proper logging
  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
daklib/queue.py