| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated deps to allow for php-5.3 removed USE flags; Tweaked MakefileHEADmaster | eitan | 2010-03-17 | 3 | -3/+7 |
* | Fix two bugs with gentoo_portage/init.d.php; update some comments in sql_row_obj | Eudyptula | 2009-08-27 | 3 | -10/+13 |
* | Fix builds->bundle() to use bundle column, not look in buildopts for bundler | Eudyptula | 2009-08-15 | 1 | -5/+4 |
* | Quick hack to move bundler selection out of Gentoo module and make it a build... | Eudyptula | 2009-08-14 | 8 | -30/+51 |
* | Create sql_row_with_flags class, make user, build, configuration subclasses o... | Eudyptula | 2009-08-14 | 11 | -19/+29 |
* | Added ebuild; added ntpd to init deps; builds show [failed] in frontend when ... | Eudyptula | 2009-08-13 | 4 | -3/+47 |
* | Wrote a script for automatically keeping cache files (stage3, install ISO, et... | Eudyptula | 2009-08-13 | 19 | -98/+251 |
* | Various improvements to HTML forms classes; Updated login to use form object;... | Eudyptula | 2009-08-12 | 10 | -102/+248 |
* | Make 'wizard_step' class a subclass of new generic 'form' class; Use ACCEPT_P... | Eudyptula | 2009-08-11 | 4 | -50/+73 |
* | Remove build- prefix from completed builds; todo | root | 2009-08-10 | 3 | -5/+5 |
* | Have upload respond in plaintext, not HTML (so long as authentication succeeds) | Eudyptula | 2009-08-10 | 3 | -19/+11 |
* | Major backend reorganization - moved much of backend.php into build class, re... | Eudyptula | 2009-08-10 | 50 | -247/+276 |
* | Added a makefile for bkisofs-cli | Eudyptula | 2009-08-10 | 1 | -0/+4 |
* | Major backend reorganization to split build into steps and allow automatic re... | Eudyptula | 2009-08-07 | 30 | -237/+319 |
* | Delete work dir for failed builds also | Eudyptula | 2009-08-07 | 1 | -3/+3 |
* | Fix module extraction in CD bundlers | Eudyptula | 2009-08-07 | 4 | -3/+11 |
* | Fix backend $build->get_owner() inside sql LOCK | Eudyptula | 2009-08-06 | 2 | -2/+2 |
* | Update deps; don't use print_error in shared dbinit | Eudyptula | 2009-08-06 | 3 | -2/+3 |
* | Numerous backend bugs fixed; use portage snapshot if available; frontend figu... | Eudyptula | 2009-08-06 | 33 | -126/+149 |
* | Added more package sets, created status document from Gentoo install guide, u... | Eudyptula | 2009-08-05 | 5 | -28/+36 |
* | 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 | 72 | -504/+297 |
* | Add visibility column to builds, configurations | Eudyptula | 2009-07-29 | 5 | -11/+21 |
* | Implement init script and package pruning in backend | Eudyptula | 2009-07-28 | 5 | -4/+30 |
* | Add package and init script pruning to frontend | Eudyptula | 2009-07-28 | 4 | -10/+36 |
* | Made package selector, pkglist more efficient by filtering out package metada... | Eudyptula | 2009-07-28 | 4 | -12/+14 |
* | Converted frontend wizard form element classes to not be specific to the fron... | Eudyptula | 2009-07-28 | 9 | -467/+433 |
* | Remove pointless links from tasks, builds; Log env fed to tasks; Add masked i... | Eudyptula | 2009-07-27 | 5 | -26/+35 |
* | Reorganized log URLs; little update to routing.csv format | Eudyptula | 2009-07-24 | 7 | -44/+44 |
* | Require manually-configured URL - backend needs it anyway | Eudyptula | 2009-07-24 | 9 | -29/+14 |
* | Broke log viewer into segments, added build deletion | Eudyptula | 2009-07-24 | 15 | -126/+183 |
* | Clean up backend API | Eudyptula | 2009-07-23 | 7 | -41/+31 |
* | Use stage3 tarballs instead of doing emerge system | Eudyptula | 2009-07-23 | 11 | -21/+117 |
* | Update todo | Eudyptula | 2009-07-22 | 2 | -3/+5 |
* | Cleaned up backend logging; moved emerge into a function; etc. | Eudyptula | 2009-07-22 | 12 | -61/+76 |
* | Integrated bkisofs-cli into livecd and installcd bundlers, fixed various thin... | Eudyptula | 2009-07-21 | 11 | -28/+46 |
* | Added bkisofs ISO manipulation library and wrote CLI wrapper for it | Eudyptula | 2009-07-21 | 41 | -0/+8500 |
* | Fixes/hacks so backend still works with non-execution logging | Eudyptula | 2009-07-20 | 7 | -19/+31 |
* | 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 | 15 | -140/+224 |
* | Added metadata back to log viewer | Eudyptula | 2009-07-17 | 3 | -6/+3 |
* | Rearranged logviewer for security | Eudyptula | 2009-07-17 | 4 | -18/+27 |
* | Fixed bugs and added new/popular builds to welcome page | Eudyptula | 2009-07-17 | 9 | -23/+107 |
* | Added predefined package sets; separated gentoo-specific setup into gentoo_se... | Eudyptula | 2009-07-16 | 14 | -45/+178 |
* | Add dev-manager support to gentoo/portage modules | Eudyptula | 2009-07-16 | 7 | -15/+20 |
* | Divided gentoo_portage backend into several parts; Added another config step ... | Eudyptula | 2009-07-15 | 21 | -79/+132 |
* | Added viewing of chosen options to status viewer | Eudyptula | 2009-07-15 | 4 | -32/+78 |
* | Moved 'module' attribute into builds table from buildopts | Eudyptula | 2009-07-15 | 3 | -3/+8 |
* | Added config status page, moving forward and back in config wizard; added con... | Eudyptula | 2009-07-15 | 21 | -141/+190 |
* | Added 'Show checked' link for package adder, fixed package selector verificat... | Eudyptula | 2009-07-13 | 6 | -13/+73 |