summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2013-09-06 12:30:49 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-10-10 13:07:36 +0300
commitcbd360e4c3c3c75e0d58a35f0ea3b34964688795 (patch)
tree58653b1aaa15c08485817d8c92ef165c87a83578 /TODO
parent7d34213352f7336a8d73793a5541cdf7f21972b2 (diff)
add TODO list
Change-Id: I404895fe8b8cd323ae3425bc1a9430dd6790f1f5 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..b83ce42
--- /dev/null
+++ b/TODO
@@ -0,0 +1,9 @@
+TODO:
+ - split out init and build steps into 2 scripts
+ - make 'build' command parameterized too
+ - remove .sh extension to all scripts, make them all +x, no longer assume bash
+ - use set -e everywhere for better failure detection
+ - support for building several images (and with proper buildhistory)
+ - avoid repo sync for each build (for matrix based workspace)
+ - better support of local vs Jenkins mode (not sure if it's working today)
+ - remove hardcoded /mnt/ci_build instances