| Commit message (Expand) | 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 build... | Eudyptula | 2009-08-14 | 1 | -1/+1 |
* | Wrote a script for automatically keeping cache files (stage3, install ISO, et... | Eudyptula | 2009-08-13 | 4 | -27/+60 |
* | Make 'wizard_step' class a subclass of new generic 'form' class; Use ACCEPT_P... | Eudyptula | 2009-08-11 | 1 | -0/+1 |
* | Major backend reorganization - moved much of backend.php into build class, re... | Eudyptula | 2009-08-10 | 39 | -153/+130 |
* | Major backend reorganization to split build into steps and allow automatic re... | Eudyptula | 2009-08-07 | 15 | -120/+130 |
* | 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 figu... | Eudyptula | 2009-08-06 | 13 | -65/+81 |
* | 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 init_... | Eudyptula | 2009-08-04 | 9 | -178/+22 |
* | 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 thin... | Eudyptula | 2009-07-21 | 5 | -12/+27 |
* | 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 messa... | Eudyptula | 2009-07-20 | 5 | -40/+84 |
* | Added predefined package sets; separated gentoo-specific setup into gentoo_se... | Eudyptula | 2009-07-16 | 1 | -1/+12 |
* | 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 |
* | 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 metadat... | Eudyptula | 2009-07-10 | 8 | -45/+80 |
* | Major restructuring of frontend modules (package selection not done yet); cre... | Eudyptula | 2009-07-07 | 1 | -1/+1 |
* | 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 separ... | Eudyptula | 2009-07-06 | 3 | -10/+22 |
* | 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 c... | Eudyptula | 2009-07-01 | 8 | -101/+315 |
* | 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 Li... | Eudyptula | 2009-06-29 | 3 | -11/+53 |
* | 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 desc... | Eudyptula | 2009-06-26 | 2 | -10/+9 |
* | Added signal handling and logging; wrote init script; added other nice daemon... | Eudyptula | 2009-06-25 | 5 | -17/+74 |
* | Cleaned up various unused bits of code; moved finished images to their own di... | Eudyptula | 2009-06-24 | 2 | -20/+15 |
* | Major improvements to logging in frontend and backend; moved log_command func... | Eudyptula | 2009-06-23 | 3 | -70/+24 |
* | Fix some silly mistakes, add PATH from the host system to the backend's targe... | Eudyptula | 2009-06-22 | 1 | -2/+3 |
* | Added basic support for adding arbitrary packages in frontend and backend, ta... | Eudyptula | 2009-06-22 | 2 | -10/+18 |
* | 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 pri... | Eudyptula | 2009-06-21 | 4 | -29/+1 |
* | 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 dat... | Eudyptula | 2009-06-19 | 2 | -27/+48 |
* | Added sessions, login, build request on frontend; changed backend to use buil... | Eudyptula | 2009-06-19 | 4 | -36/+25 |
* | Moved newclass utility into a cli script, created first-time setup script rep... | Eudyptula | 2009-06-18 | 1 | -0/+1 |