[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dakbot/master] Allow lock stuff during postlock phase



Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
---
 Dak/plugin.py |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dak/plugin.py b/Dak/plugin.py
index f6cfc7e..fa13eb0 100644
--- a/Dak/plugin.py
+++ b/Dak/plugin.py
@@ -137,6 +137,8 @@ class Dak(callbacks.Plugin):
             else:
                 if action.startswith('all done'):
                     pass
+                elif action.startswith('postlock'):
+                    pass
                 else:
                     return 'Dinstall is running, %s phase' % action
 
-- 
1.7.10.4


Reply to: