Different email addr for nobody

This commit is contained in:
Jay McCarthy 2013-10-07 09:16:54 -06:00
parent 1e5ade627b
commit 3d0acf4f71

View File

@ -138,7 +138,9 @@
(for/list ([(responsible ht) (in-hash responsible-ht)]
#:when (ormap (curry hash-has-key? ht)
(take responsible-ht-severity 3)))
responsible))
(match responsible
["nobody" "drdr-nobody"]
[x x])))
(define committer
(with-handlers ([exn:fail? (lambda (x) #f)])
(scm-commit-author