From 2871ca95371ee35d1d479b2fc560c7710f32b356 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sat, 16 Jul 2016 00:20:08 -0400 Subject: [PATCH] Remove some TODOs which are done. --- rida/scheduler/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rida/scheduler/main.py b/rida/scheduler/main.py index f46459be..8815f443 100644 --- a/rida/scheduler/main.py +++ b/rida/scheduler/main.py @@ -58,10 +58,6 @@ else: # production config = rida.config.from_file() -# TODO: Utilized rida.builder to prepare the buildroots and build components. -# TODO: Set the build state to build once the module build is started. -# TODO: Set the build state to done once the module build is done. -# TODO: Set the build state to failed if the module build fails. def module_build_state_from_msg(msg): state = int(msg['msg']['state'])