[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.50-94-g507100b

Andreas Beckmann anbe at debian.org
Sat Apr 13 18:09:01 UTC 2013


The following commit has been merged in the develop branch:
commit 183c314bf4cd5c1c410311b7a8d664e089750e47
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Apr 8 02:47:29 2013 +0200

    p-m: remove obsolete and unused parts
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/piuparts-master-backend.py b/piuparts-master-backend.py
index feb9c24..9138388 100644
--- a/piuparts-master-backend.py
+++ b/piuparts-master-backend.py
@@ -124,13 +124,6 @@ class Protocol:
 
 class Master(Protocol):
 
-    _failed_states = (
-        "failed-testing",
-    )
-    _passed_states = (
-        "successfully-tested",
-    )
-
     def __init__(self, input, output):
         Protocol.__init__(self, input, output)
         self._commands = {

-- 
piuparts git repository



More information about the Piuparts-commits mailing list