[Pkg-haskell-commits] [tools] 02/07: More wanna build states known

Joachim Breitner nomeata at moszumanska.debian.org
Sun Dec 21 20:58:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository tools.

commit e3b13f171766939de799d19c87a6180586dd6288
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Sep 10 16:57:45 2014 +0200

    More wanna build states known
---
 binNMUs.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binNMUs.hs b/binNMUs.hs
index b064304..5b8af5e 100644
--- a/binNMUs.hs
+++ b/binNMUs.hs
@@ -207,7 +207,7 @@ categorize available wbmap (p,deps) =
         | any (isMissing) deps    -> DepsMissing
         | s == "installed"        -> Needed
         | otherwise               -> Failed
-  where waiting = words "bd-uninstallable built uploaded"
+  where waiting = words "bd-uninstallable building built uploaded needs-build"
 
 isMissing (MissingDep _) = True
 isMissing _ = False

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/tools.git



More information about the Pkg-haskell-commits mailing list