summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plugged in sql_build to backend and frontend log viewerEudyptula2009-06-183-11/+36
* Added build logging to database, basic frontend log viewerEudyptula2009-06-172-8/+21
* Move dbinit to shared and gave backend db access, created classes buildlog_en...Eudyptula2009-06-172-0/+3
* Moved including shared/include/paths.php into shared/include/includes.phpEudyptula2009-06-171-2/+1
* Switch to emerge -K from -k and get rid of fakerootEudyptula2009-06-161-4/+4
* Integrated log_command and tried emerge system; added PORTAGE_TMPDIR to the t...Eudyptula2009-06-162-7/+17
* Got up to emerging system, started on child process loggingEudyptula2009-06-165-3/+94
* Started build function and moved include/functions to include/includesEitan Mosenkis2009-06-164-5/+12
* Minor tweaks to tempdirEitan Mosenkis2009-06-152-2/+3
* More infrastructure, path constants SHARED, BACKEND, FRONTEND; functionEitan Mosenkis2009-06-154-7/+16
* Basic backend infrastructure createdEitan Mosenkis2009-06-153-0/+26