summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix two bugs with gentoo_portage/init.d.php; update some comments in sql_row_objEudyptula2009-08-272-6/+8
* Quick hack to move bundler selection out of Gentoo module and make it a build...Eudyptula2009-08-141-1/+1
* Wrote a script for automatically keeping cache files (stage3, install ISO, et...Eudyptula2009-08-134-27/+60
* Make 'wizard_step' class a subclass of new generic 'form' class; Use ACCEPT_P...Eudyptula2009-08-111-0/+1
* Major backend reorganization - moved much of backend.php into build class, re...Eudyptula2009-08-1039-153/+130
* Major backend reorganization to split build into steps and allow automatic re...Eudyptula2009-08-0715-120/+130
* Delete work dir for failed builds alsoEudyptula2009-08-071-3/+3
* Fix module extraction in CD bundlersEudyptula2009-08-072-3/+5
* Fix backend $build->get_owner() inside sql LOCKEudyptula2009-08-061-1/+1
* Numerous backend bugs fixed; use portage snapshot if available; frontend figu...Eudyptula2009-08-0613-65/+81
* Started backend script to copy portage tree into image and configure portageEudyptula2009-08-041-0/+16
* Widespread cleanup - moved $conf, $death into $S; $S is given as arg to init_...Eudyptula2009-08-049-178/+22
* Implement init script and package pruning in backendEudyptula2009-07-284-0/+27
* Reorganized log URLs; little update to routing.csv formatEudyptula2009-07-241-2/+2
* Require manually-configured URL - backend needs it anywayEudyptula2009-07-242-7/+1
* Clean up backend APIEudyptula2009-07-236-37/+28
* Use stage3 tarballs instead of doing emerge systemEudyptula2009-07-233-11/+6
* Update todoEudyptula2009-07-221-3/+1
* Cleaned up backend logging; moved emerge into a function; etc.Eudyptula2009-07-229-58/+72
* Integrated bkisofs-cli into livecd and installcd bundlers, fixed various thin...Eudyptula2009-07-215-12/+27
* Fixes/hacks so backend still works with non-execution loggingEudyptula2009-07-202-12/+16
* Little backend output cleanupEudyptula2009-07-201-2/+2
* Converted backend status to TINYINT; First try at logging non-execution messa...Eudyptula2009-07-205-40/+84
* Added predefined package sets; separated gentoo-specific setup into gentoo_se...Eudyptula2009-07-161-1/+12
* Add dev-manager support to gentoo/portage modulesEudyptula2009-07-163-4/+16
* Divided gentoo_portage backend into several parts; Added another config step ...Eudyptula2009-07-156-40/+51
* Moved 'module' attribute into builds table from buildoptsEudyptula2009-07-151-3/+2
* Made bundling finished images separate from modules in backend; added metadat...Eudyptula2009-07-108-45/+80
* Major restructuring of frontend modules (package selection not done yet); cre...Eudyptula2009-07-071-1/+1
* Last changes for multiple backends to be (theoretically) possibleEudyptula2009-07-061-0/+9
* Stored all data from Packages files in the db to allow frontend/backend separ...Eudyptula2009-07-063-10/+22
* Backend can upload finished images; caches state after emerge system completesEudyptula2009-07-022-21/+62
* Added support for EXT2 and JFFS2 imagesEudyptula2009-07-021-0/+12
* Update both parts for proper modularity, start catalyst-based backend, code c...Eudyptula2009-07-018-101/+315
* Many fixes to CD building and some to command execution/loggingEudyptula2009-06-302-16/+17
* Fix small mistakes in build functionEudyptula2009-06-291-2/+2
* Added image format option to frontend, tbz2 and preliminary Install CD and Li...Eudyptula2009-06-293-11/+53
* Added an send invitations form to frontend and email notifications to backendEudyptula2009-06-281-1/+4
* Changed task to have an index based on build instead of unique id, added desc...Eudyptula2009-06-262-10/+9
* Added signal handling and logging; wrote init script; added other nice daemon...Eudyptula2009-06-255-17/+74
* Cleaned up various unused bits of code; moved finished images to their own di...Eudyptula2009-06-242-20/+15
* Major improvements to logging in frontend and backend; moved log_command func...Eudyptula2009-06-233-70/+24
* Fix some silly mistakes, add PATH from the host system to the backend's targe...Eudyptula2009-06-221-2/+3
* Added basic support for adding arbitrary packages in frontend and backend, ta...Eudyptula2009-06-222-10/+18
* Added ACCEPT_KEYWORDS from Packages headers to make.confEudyptula2009-06-221-0/+1
* Did some cleanup and added a Packages file parser and simple package list pri...Eudyptula2009-06-214-29/+1
* Finished infrastructure for 1st gen. build wizard, enhanced backend loggingEudyptula2009-06-194-6/+16
* Transitioned to support multiple profiles, chosen in the frontend, to use dat...Eudyptula2009-06-192-27/+48
* Added sessions, login, build request on frontend; changed backend to use buil...Eudyptula2009-06-194-36/+25
* Moved newclass utility into a cli script, created first-time setup script rep...Eudyptula2009-06-181-0/+1