summaryrefslogtreecommitdiff
path: root/todo
blob: 6c5299684c78ba9d08c1ad6bb1c8ca435983f7f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Write a live git ebuild
Have builds and tasks not give links to logs if we're already viewing the logs
Consider logging env. passed to tasks, path if we ever use it
Add a statistics page
Add a profiles management page/backend utility
Add cleanup functions to the frontend and backend (tasks dir in backend containing scripts that can be launched through frontend)
Separate variables we got from the URL from the rest, stop using $request, instead keep super globals and strip slashes on them
Add masked indicator back to package selector, 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
Move bundler selection out of gentoo module and generalize it
Allow config viewing for builds, not just configurations
Add `flags` column to configurations, builds, use it to implement public and private things
Clean up backend API
Add 'cancel', 'delete' options to builds
Add build->configuration and configuration duplication
Add map file for liveCD, load it into DB, etc.
*** Switch over to use stage3's instead of doing emerge system ***
	Write script for fetching latest stage3's from the desired FTP dirs
	Add ability to trim the stage3 to a minimum set of packages automatically (cached) or manually (present db-cached list of packages present in stage3 and allow user to select which to remove)
Only offer bundlers that will work - profiles without CD in map file can't make livecd, installcd, etc.
Add option to remove default runscripts
Add option to add arbitrary runscripts
Add option to upload a kernel
Add option to upload an arbitrary tar.gz/bz2 to be unzipped over the finished image