Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two bugs with gentoo_portage/init.d.php; update some comments in sql_row_obj | Eudyptula | 2009-08-27 | 2 | -6/+8 |
| | |||||
* | Quick hack to move bundler selection out of Gentoo module and make it a ↵ | Eudyptula | 2009-08-14 | 1 | -1/+1 |
| | | | | build-time option; drop 'failed' column from builds and use flags instead | ||||
* | Wrote a script for automatically keeping cache files (stage3, install ISO, ↵ | Eudyptula | 2009-08-13 | 4 | -27/+60 |
| | | | | 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' | ||||
* | Make 'wizard_step' class a subclass of new generic 'form' class; Use ↵ | Eudyptula | 2009-08-11 | 1 | -0/+1 |
| | | | | ACCEPT_PROPERTIES=-interactive | ||||
* | Major backend reorganization - moved much of backend.php into build class, ↵ | Eudyptula | 2009-08-10 | 39 | -153/+130 |
| | | | | reformated bundlers to be the same format as modules, fixed build status tracking to be properly resumable throughout the process (except stages that create files that get in their own way); etc. | ||||
* | Major backend reorganization to split build into steps and allow automatic ↵ | Eudyptula | 2009-08-07 | 15 | -120/+130 |
| | | | | resuming after failure | ||||
* | Delete work dir for failed builds also | Eudyptula | 2009-08-07 | 1 | -3/+3 |
| | |||||
* | Fix module extraction in CD bundlers | Eudyptula | 2009-08-07 | 2 | -3/+5 |
| | |||||
* | Fix backend $build->get_owner() inside sql LOCK | Eudyptula | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | Numerous backend bugs fixed; use portage snapshot if available; frontend ↵ | Eudyptula | 2009-08-06 | 13 | -65/+81 |
| | | | | figures out its own URL; choose hostname; timezone config file set up; Fix setup.php; etc. | ||||
* | Started backend script to copy portage tree into image and configure portage | Eudyptula | 2009-08-04 | 1 | -0/+16 |
| | |||||
* | Widespread cleanup - moved $conf, $death into $S; $S is given as arg to ↵ | Eudyptula | 2009-08-04 | 9 | -178/+22 |
| | | | | init_x() and body_x(); $request removed in favor of $_REQUEST; query() replaces $S[pdo]->query(); etc. | ||||
* | Implement init script and package pruning in backend | Eudyptula | 2009-07-28 | 4 | -0/+27 |
| | |||||
* | Reorganized log URLs; little update to routing.csv format | Eudyptula | 2009-07-24 | 1 | -2/+2 |
| | |||||
* | Require manually-configured URL - backend needs it anyway | Eudyptula | 2009-07-24 | 2 | -7/+1 |
| | |||||
* | Clean up backend API | Eudyptula | 2009-07-23 | 6 | -37/+28 |
| | |||||
* | Use stage3 tarballs instead of doing emerge system | Eudyptula | 2009-07-23 | 3 | -11/+6 |
| | |||||
* | Update todo | Eudyptula | 2009-07-22 | 1 | -3/+1 |
| | |||||
* | Cleaned up backend logging; moved emerge into a function; etc. | Eudyptula | 2009-07-22 | 9 | -58/+72 |
| | |||||
* | Integrated bkisofs-cli into livecd and installcd bundlers, fixed various ↵ | Eudyptula | 2009-07-21 | 5 | -12/+27 |
| | | | | things in bkisofs-cli and the backend | ||||
* | Fixes/hacks so backend still works with non-execution logging | Eudyptula | 2009-07-20 | 2 | -12/+16 |
| | |||||
* | Little backend output cleanup | Eudyptula | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | Converted backend status to TINYINT; First try at logging non-execution ↵ | Eudyptula | 2009-07-20 | 5 | -40/+84 |
| | | | | messages; Added download history page; Only show links from builds that the user has perms to access | ||||
* | Added predefined package sets; separated gentoo-specific setup into ↵ | Eudyptula | 2009-07-16 | 1 | -1/+12 |
| | | | | gentoo_setup.php | ||||
* | Add dev-manager support to gentoo/portage modules | Eudyptula | 2009-07-16 | 3 | -4/+16 |
| | |||||
* | Divided gentoo_portage backend into several parts; Added another config step ↵ | Eudyptula | 2009-07-15 | 6 | -40/+51 |
| | | | | to choose which options to offer next; Added timezone selection; Fixed pkglist script; Little fixes | ||||
* | Moved 'module' attribute into builds table from buildopts | Eudyptula | 2009-07-15 | 1 | -3/+2 |
| | |||||
* | Made bundling finished images separate from modules in backend; added ↵ | Eudyptula | 2009-07-10 | 8 | -45/+80 |
| | | | | metadata for frontend modules; added default config options and simplified config file; added verbose output to update_gentoo_profiles.php; etc. | ||||
* | Major restructuring of frontend modules (package selection not done yet); ↵ | Eudyptula | 2009-07-07 | 1 | -1/+1 |
| | | | | created conf_build_common class for shared code among configurations and builds | ||||
* | Last changes for multiple backends to be (theoretically) possible | Eudyptula | 2009-07-06 | 1 | -0/+9 |
| | |||||
* | Stored all data from Packages files in the db to allow frontend/backend ↵ | Eudyptula | 2009-07-06 | 3 | -10/+22 |
| | | | | separation; created script to update db cache of available packages; renamed profiles -> gentoo_profiles for proper modularity | ||||
* | Backend can upload finished images; caches state after emerge system completes | Eudyptula | 2009-07-02 | 2 | -21/+62 |
| | |||||
* | Added support for EXT2 and JFFS2 images | Eudyptula | 2009-07-02 | 1 | -0/+12 |
| | |||||
* | Update both parts for proper modularity, start catalyst-based backend, code ↵ | Eudyptula | 2009-07-01 | 8 | -101/+315 |
| | | | | cleanup, especially on backend | ||||
* | Many fixes to CD building and some to command execution/logging | Eudyptula | 2009-06-30 | 2 | -16/+17 |
| | |||||
* | Fix small mistakes in build function | Eudyptula | 2009-06-29 | 1 | -2/+2 |
| | |||||
* | Added image format option to frontend, tbz2 and preliminary Install CD and ↵ | Eudyptula | 2009-06-29 | 3 | -11/+53 |
| | | | | LiveCD support to backend | ||||
* | Added an send invitations form to frontend and email notifications to backend | Eudyptula | 2009-06-28 | 1 | -1/+4 |
| | |||||
* | Changed task to have an index based on build instead of unique id, added ↵ | Eudyptula | 2009-06-26 | 2 | -10/+9 |
| | | | | description field | ||||
* | Added signal handling and logging; wrote init script; added other nice ↵ | Eudyptula | 2009-06-25 | 5 | -17/+74 |
| | | | | daemon-like behavior to backend | ||||
* | Cleaned up various unused bits of code; moved finished images to their own ↵ | Eudyptula | 2009-06-24 | 2 | -20/+15 |
| | | | | directory; moved ANSI text processing from logviewer into its own class; added unique ID to profiles table | ||||
* | Major improvements to logging in frontend and backend; moved log_command ↵ | Eudyptula | 2009-06-23 | 3 | -70/+24 |
| | | | | function to sql_task class; minor fixes here and there | ||||
* | Fix some silly mistakes, add PATH from the host system to the backend's ↵ | Eudyptula | 2009-06-22 | 1 | -2/+3 |
| | | | | target environment, update todo | ||||
* | Added basic support for adding arbitrary packages in frontend and backend, ↵ | Eudyptula | 2009-06-22 | 2 | -10/+18 |
| | | | | tar/gz-ing of finished images to backend | ||||
* | Added ACCEPT_KEYWORDS from Packages headers to make.conf | Eudyptula | 2009-06-22 | 1 | -0/+1 |
| | |||||
* | Did some cleanup and added a Packages file parser and simple package list ↵ | Eudyptula | 2009-06-21 | 4 | -29/+1 |
| | | | | printer script | ||||
* | Finished infrastructure for 1st gen. build wizard, enhanced backend logging | Eudyptula | 2009-06-19 | 4 | -6/+16 |
| | |||||
* | Transitioned to support multiple profiles, chosen in the frontend, to use ↵ | Eudyptula | 2009-06-19 | 2 | -27/+48 |
| | | | | data in Packages file header, began restructuring of frontend build creator | ||||
* | Added sessions, login, build request on frontend; changed backend to use ↵ | Eudyptula | 2009-06-19 | 4 | -36/+25 |
| | | | | build queue from db (generated by frontend) | ||||
* | Moved newclass utility into a cli script, created first-time setup script ↵ | Eudyptula | 2009-06-18 | 1 | -0/+1 |
| | | | | replacing the reset function from the frontend |