summaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo3
1 files changed, 0 insertions, 3 deletions
diff --git a/todo b/todo
index c848a5b..0f28295 100644
--- a/todo
+++ b/todo
@@ -1,7 +1,6 @@
Write a live git ebuild
*** Add logging besides just commands ***
Have builds and tasks not give links to logs if we're already viewing the logs
-Either make task status a TEXT or stop putting command name in the status (via thrown exception) - we can fetch this later anyway - just store the task id that failed (or use the last task)
Consider logging env. passed to tasks, path if we ever use it
Add a statistics page
Add a profiles management page/backend utility
@@ -10,11 +9,9 @@ Separate variables we got from the URL from the rest, stop using $request, inste
Add masked indicator back to step2, support ~arch installation
Allow backend to define bail-out functions to call when it dies (things like unmounting the ISO it was copying)
Add STDERR (maybe STDOUT) only option to log viewer
-Simplify status to numeric on builds - varchar isn't necessary
Move bundler selection out of gentoo module and generalize it
Improve the quality of base system creation (if necessary)
Allow config viewing for builds, not just configurations
Write basic command-line wrapper to bkisofs and replace the ISO mounter with it
Fix emerge system cache to discard properly
-Make sure that pkgsets updater in sql_gentoo_profile will remove empty and nonexistent pkgsets
Add `flags` column to configurations, builds, use it to implement public and private things