From 8955d21dc73c65caa89fa491dbd76c5c02821a46 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 21 Jul 2018 20:28:20 +0300 Subject: Change: disable pylint3 until it works in Debian sid again --- check | 4 ++-- ick2/actions.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/check b/check index 4ba5b42..cbe69bf 100755 --- a/check +++ b/check @@ -85,8 +85,8 @@ then title pycodestyle pycodestyle ick2 $python_sources - title pylint - pylint3 --rcfile pylint.conf $python_sources +# title pylint +# pylint3 --rcfile pylint.conf $python_sources fi if [ "$yarns" = yes ] diff --git a/ick2/actions.py b/ick2/actions.py index ffdb62a..f6fcafc 100644 --- a/ick2/actions.py +++ b/ick2/actions.py @@ -110,6 +110,7 @@ class ActionFactory: 'populate_workspace': PopulateWorkspaceAction, 'create_workspace': CreateWorkspaceAction, 'git': GitAction, + 'git_mirror': GitMirrorAction, 'rsync': RsyncAction, 'dput': DputAction, 'notify': NotifyAction, -- cgit v1.2.1