summaryrefslogtreecommitdiff
path: root/source/bottlerock.py
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-07 16:17:22 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-07 16:17:22 +0100
commit93bacd8ad6412394bf3f8695b8a98a13359e8256 (patch)
treeaec950b58624932322cdfb7ff5d0e395ada17d70 /source/bottlerock.py
parent383eb70373783f1ad6fca66b2b514ead632fbd89 (diff)
downloadorchestration-93bacd8ad6412394bf3f8695b8a98a13359e8256.tar.gz
Clean up TODOs
Diffstat (limited to 'source/bottlerock.py')
-rw-r--r--source/bottlerock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/bottlerock.py b/source/bottlerock.py
index ede220e..47c061a 100644
--- a/source/bottlerock.py
+++ b/source/bottlerock.py
@@ -91,7 +91,7 @@ def repo_update():
elif ref in candidate_refs:
# if a candidate ref changes then trigger that pipeline
pipeline = configure.pipeline_from_candidate_ref(ref)
- # TODO parse system from cluster properly
+ # TODO get the system needed from the cluster given
if 'base-system-armv8l64.morph' in pipeline.clusters:
system = 'base-system-armv8l64.morph'
else: