summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Wrote a script for automatically keeping cache files (stage3, install ISO, ↵Eudyptula2009-08-131-9/+6
| | | | 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'
* Added more package sets, created status document from Gentoo install guide, ↵Eudyptula2009-08-051-1/+1
| | | | updated todo
* Widespread cleanup - moved $conf, $death into $S; $S is given as arg to ↵Eudyptula2009-08-041-3/+2
| | | | init_x() and body_x(); $request removed in favor of $_REQUEST; query() replaces $S[pdo]->query(); etc.
* Use stage3 tarballs instead of doing emerge systemEudyptula2009-07-231-4/+16
|
* Added predefined package sets; separated gentoo-specific setup into ↵Eudyptula2009-07-161-0/+3
| | | | gentoo_setup.php
* Made bundling finished images separate from modules in backend; added ↵Eudyptula2009-07-101-3/+3
| | | | metadata for frontend modules; added default config options and simplified config file; added verbose output to update_gentoo_profiles.php; etc.
* Stored all data from Packages files in the db to allow frontend/backend ↵Eudyptula2009-07-061-0/+14
separation; created script to update db cache of available packages; renamed profiles -> gentoo_profiles for proper modularity