aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/compliance_check_sets.rb
diff options
context:
space:
mode:
authorcedricnjanga2018-05-28 05:53:05 -0700
committerJohan Van Ryseghem2018-05-28 16:20:55 +0200
commit9df209e05344c30cfa126522adaffa4c7ad463bd (patch)
tree3b762cc48d8c9b5de67038fb8b55760b5954e58e /lib/tasks/compliance_check_sets.rb
parent3f7c4b11e27fba2abba6e5bfa676f41b886896e5 (diff)
downloadchouette-core-9df209e05344c30cfa126522adaffa4c7ad463bd.tar.bz2
Refs #6962 Fix wrong syntac in schedule file & remove unnecessary rake files
Diffstat (limited to 'lib/tasks/compliance_check_sets.rb')
-rw-r--r--lib/tasks/compliance_check_sets.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/tasks/compliance_check_sets.rb b/lib/tasks/compliance_check_sets.rb
deleted file mode 100644
index c53c7f9ed..000000000
--- a/lib/tasks/compliance_check_sets.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace :compliance_check_sets do
- desc "Notify parent check sets when children finish"
- task notify_parent: :environment do
- ParentNotifier.new(ComplianceCheckSet).notify_when_finished
- end
-
- desc "Mark old unfinished check sets as 'aborted'"
- task abort_old: :environment do
- ComplianceCheckSet.abort_old
- end
-end