summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck4
-rw-r--r--ick2/actions.py1
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,