summaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-08-13 17:35:58 -0400
committerEudyptula <eitan@mosenkis.net>2009-08-13 17:35:58 -0400
commit3d5c48d6d0c249d5a51318d3524c2d40e8bf1df9 (patch)
treeb4f5d2c673aadbc786eb54c7f4dc32dba8dcdf46 /todo
parentVarious improvements to HTML forms classes; Updated login to use form object;... (diff)
downloadingenue-3d5c48d6d0c249d5a51318d3524c2d40e8bf1df9.tar.gz
ingenue-3d5c48d6d0c249d5a51318d3524c2d40e8bf1df9.tar.bz2
ingenue-3d5c48d6d0c249d5a51318d3524c2d40e8bf1df9.zip
Wrote a script for automatically keeping cache files (stage3, install ISO, etc.) up to date by ftp, updated frontend and backend to reflect storing stage3 and iso filenames in the 'cache' table instead of 'gentoo_profiles'
Diffstat (limited to 'todo')
-rw-r--r--todo7
1 files changed, 2 insertions, 5 deletions
diff --git a/todo b/todo
index 1158b17..9d17f1e 100644
--- a/todo
+++ b/todo
@@ -8,14 +8,11 @@ Allow config viewing for builds, not just configurations
Change `visibility` columns to `flags` in configurations, builds for expandability
Add build->configuration and configuration duplication
Consider adding `configuration` col to builds
-Add map file for liveCD, load it into DB, etc. (currently hardcoded = evil)
-Add gentoo_profileopts column for liveCD, stage3, etc.
-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)
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
-*** Implement selected items from gentoo-steps ***
+Implement locale selection? (only item in gentoo-steps still marked as undone)
*** Documentation ***
Offer FTP upload
Offer SCP upload?
@@ -23,4 +20,4 @@ Ask someone to add the necessary USE flags to php on tinderbox
Add rollback to backend so it can resume after a partial task
Offer option in frontend to submit a failed build for resume
Change builds->display() to handle `failed` column
-Find out what on earth is wrong with error reporting
+Find out what on earth is wrong with error reporting in the frontend