[COMMITTED] Add some TODO items, INDEX.sh, email format, git retry

Mark Wielaard mark@klomp.org
Sun Jul 17 14:18:14 GMT 2022


---
 TODO | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/TODO b/TODO
index 8d90f0c..ba7ca74 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,16 @@
 - Generate the "dashboard" in htdocs/index.html automatically.
+  Done, but based on builder names. Some builder names contain multiple
+  dashes ("-") which makes sorting difficult. Base sorting/grouping on tags?
+
+- Better email formatters.
+  https://docs.buildbot.net/latest/manual/configuration/report_generators/formatter.html
+  In particular it would be nice to include the URL to the testresults
+  as produced in the bunsen upload step.
+
+- Git retry step is broken. Looking at the code it only works for
+  incremental updates, not for mode='full', method='fresh' which we
+  are using. Given we often already use srcdir != builddir we might
+  just use incremental mode. Or we could fix the code?
 
 - Integrate parts of the old gdb buildbot
   Old GDB buildbot documentation and config files
-- 
2.30.2



More information about the Buildbot mailing list