diff options
author | Eudyptula <eitan@mosenkis.net> | 2009-07-21 18:32:55 -0400 |
---|---|---|
committer | Eudyptula <eitan@mosenkis.net> | 2009-07-21 18:32:55 -0400 |
commit | d9e451fc01041dcbbc7558325c52783abf0efadd (patch) | |
tree | fb4e11774286c18da57ccc4130af2d466cced94f /todo | |
parent | Added bkisofs ISO manipulation library and wrote CLI wrapper for it (diff) | |
download | ingenue-d9e451fc01041dcbbc7558325c52783abf0efadd.tar.gz ingenue-d9e451fc01041dcbbc7558325c52783abf0efadd.tar.bz2 ingenue-d9e451fc01041dcbbc7558325c52783abf0efadd.zip |
Integrated bkisofs-cli into livecd and installcd bundlers, fixed various things in bkisofs-cli and the backend
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,13 +6,13 @@ 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 step2, support ~arch installation +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 Improve the quality of base system creation (if necessary) + Figure out /lib -> /lib64 creation on amd64 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 +Check if emerge system cache discards properly Add `flags` column to configurations, builds, use it to implement public and private things Clean up backend API |