summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated deps to allow for php-5.3 removed USE flags; Tweaked MakefileHEADmastereitan2010-03-173-3/+7
* Fix two bugs with gentoo_portage/init.d.php; update some comments in sql_row_objEudyptula2009-08-273-10/+13
* Fix builds->bundle() to use bundle column, not look in buildopts for bundlerEudyptula2009-08-151-5/+4
* Quick hack to move bundler selection out of Gentoo module and make it a build...Eudyptula2009-08-148-30/+51
* Create sql_row_with_flags class, make user, build, configuration subclasses o...Eudyptula2009-08-1411-19/+29
* Added ebuild; added ntpd to init deps; builds show [failed] in frontend when ...Eudyptula2009-08-134-3/+47
* Wrote a script for automatically keeping cache files (stage3, install ISO, et...Eudyptula2009-08-1319-98/+251
* Various improvements to HTML forms classes; Updated login to use form object;...Eudyptula2009-08-1210-102/+248
* Make 'wizard_step' class a subclass of new generic 'form' class; Use ACCEPT_P...Eudyptula2009-08-114-50/+73
* Remove build- prefix from completed builds; todoroot2009-08-103-5/+5
* Have upload respond in plaintext, not HTML (so long as authentication succeeds)Eudyptula2009-08-103-19/+11
* Major backend reorganization - moved much of backend.php into build class, re...Eudyptula2009-08-1050-247/+276
* Added a makefile for bkisofs-cliEudyptula2009-08-101-0/+4
* Major backend reorganization to split build into steps and allow automatic re...Eudyptula2009-08-0730-237/+319
* Delete work dir for failed builds alsoEudyptula2009-08-071-3/+3
* Fix module extraction in CD bundlersEudyptula2009-08-074-3/+11
* Fix backend $build->get_owner() inside sql LOCKEudyptula2009-08-062-2/+2
* Update deps; don't use print_error in shared dbinitEudyptula2009-08-063-2/+3
* Numerous backend bugs fixed; use portage snapshot if available; frontend figu...Eudyptula2009-08-0633-126/+149
* Added more package sets, created status document from Gentoo install guide, u...Eudyptula2009-08-055-28/+36
* 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-0472-504/+297
* Add visibility column to builds, configurationsEudyptula2009-07-295-11/+21
* Implement init script and package pruning in backendEudyptula2009-07-285-4/+30
* Add package and init script pruning to frontendEudyptula2009-07-284-10/+36
* Made package selector, pkglist more efficient by filtering out package metada...Eudyptula2009-07-284-12/+14
* Converted frontend wizard form element classes to not be specific to the fron...Eudyptula2009-07-289-467/+433
* Remove pointless links from tasks, builds; Log env fed to tasks; Add masked i...Eudyptula2009-07-275-26/+35
* Reorganized log URLs; little update to routing.csv formatEudyptula2009-07-247-44/+44
* Require manually-configured URL - backend needs it anywayEudyptula2009-07-249-29/+14
* Broke log viewer into segments, added build deletionEudyptula2009-07-2415-126/+183
* Clean up backend APIEudyptula2009-07-237-41/+31
* Use stage3 tarballs instead of doing emerge systemEudyptula2009-07-2311-21/+117
* Update todoEudyptula2009-07-222-3/+5
* Cleaned up backend logging; moved emerge into a function; etc.Eudyptula2009-07-2212-61/+76
* Integrated bkisofs-cli into livecd and installcd bundlers, fixed various thin...Eudyptula2009-07-2111-28/+46
* Added bkisofs ISO manipulation library and wrote CLI wrapper for itEudyptula2009-07-2141-0/+8500
* Fixes/hacks so backend still works with non-execution loggingEudyptula2009-07-207-19/+31
* Little backend output cleanupEudyptula2009-07-201-2/+2
* Converted backend status to TINYINT; First try at logging non-execution messa...Eudyptula2009-07-2015-140/+224
* Added metadata back to log viewerEudyptula2009-07-173-6/+3
* Rearranged logviewer for securityEudyptula2009-07-174-18/+27
* Fixed bugs and added new/popular builds to welcome pageEudyptula2009-07-179-23/+107
* Added predefined package sets; separated gentoo-specific setup into gentoo_se...Eudyptula2009-07-1614-45/+178
* Add dev-manager support to gentoo/portage modulesEudyptula2009-07-167-15/+20
* Divided gentoo_portage backend into several parts; Added another config step ...Eudyptula2009-07-1521-79/+132
* Added viewing of chosen options to status viewerEudyptula2009-07-154-32/+78
* Moved 'module' attribute into builds table from buildoptsEudyptula2009-07-153-3/+8
* Added config status page, moving forward and back in config wizard; added con...Eudyptula2009-07-1521-141/+190
* Added 'Show checked' link for package adder, fixed package selector verificat...Eudyptula2009-07-136-13/+73