Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added "time added" column to packageproperties | Stanislav Ochotnicky | 2009-08-10 | 1 | -0/+1 |
* | Fixed error where failed deps didn't have logs | Stanislav Ochotnicky | 2009-08-10 | 1 | -3/+14 |
* | Fixed missing setting of error code in tinderbox | Stanislav Ochotnicky | 2009-08-10 | 1 | -0/+2 |
* | Added sorting by path to File model | Stanislav Ochotnicky | 2009-08-10 | 1 | -0/+2 |
* | Added check for architecture before emerge | Stanislav Ochotnicky | 2009-08-01 | 1 | -0/+5 |
* | Fixed normalize_dependencies | Stanislav Ochotnicky | 2009-08-01 | 2 | -4/+19 |
* | Remove "strict" from FEATURES | Stanislav Ochotnicky | 2009-07-31 | 1 | -0/+1 |
* | [db] Fix content save db function | Stanislav Ochotnicky | 2009-07-31 | 1 | -4/+4 |
* | [db] fixed add_packageproperties return value | Stanislav Ochotnicky | 2009-07-31 | 1 | -0/+1 |
* | Fixed settings for database | Stanislav Ochotnicky | 2009-07-31 | 1 | -1/+1 |
* | Started adding information to database | Stanislav Ochotnicky | 2009-07-31 | 1 | -3/+41 |
* | [db] Fixed issue with adding useflags to package properties | Stanislav Ochotnicky | 2009-07-30 | 1 | -1/+2 |
* | Added function to db layer to get package version | Stanislav Ochotnicky | 2009-07-30 | 1 | -0/+10 |
* | Add current profile name to package info | Stanislav Ochotnicky | 2009-07-30 | 2 | -0/+13 |
* | Added ip address/port to client handler context | Stanislav Ochotnicky | 2009-07-30 | 1 | -2/+2 |
* | Reset FileHandler when calling init_logging | Stanislav Ochotnicky | 2009-07-29 | 1 | -2/+11 |
* | Added top-level exception handling | Stanislav Ochotnicky | 2009-07-29 | 1 | -1/+5 |
* | Create mechanism for skipping packages from dep | Stanislav Ochotnicky | 2009-07-29 | 1 | -1/+4 |
* | Modified logging to trace more things | Stanislav Ochotnicky | 2009-07-29 | 2 | -4/+12 |
* | Testing for more packages in create_dep_groups | Stanislav Ochotnicky | 2009-07-29 | 1 | -14/+13 |
* | Added handling for '||' groups of dependencies | Stanislav Ochotnicky | 2009-07-28 | 2 | -0/+67 |
* | Added override for package generation | Stanislav Ochotnicky | 2009-07-28 | 1 | -0/+14 |
* | Added checking for len of dep in create_dep_groups | Stanislav Ochotnicky | 2009-07-28 | 1 | -2/+3 |
* | Added checking for present use flags before remove | Stanislav Ochotnicky | 2009-07-27 | 1 | -1/+2 |
* | Add error handling when package_infos is missing | Stanislav Ochotnicky | 2009-07-27 | 1 | -1/+12 |
* | Add log when dep fails | Stanislav Ochotnicky | 2009-07-27 | 1 | -0/+2 |
* | Fix issue with chdir in emerge_main() | Stanislav Ochotnicky | 2009-07-25 | 1 | -0/+1 |
* | Added debugging output | Stanislav Ochotnicky | 2009-07-25 | 1 | -0/+1 |
* | Started creating/using binary packages | Stanislav Ochotnicky | 2009-07-25 | 1 | -2/+2 |
* | Fixed cases where r0 was added to version | Stanislav Ochotnicky | 2009-07-25 | 1 | -2/+11 |
* | Fix small bug in exception handling | Stanislav Ochotnicky | 2009-07-23 | 1 | -1/+1 |
* | Skip unmerging packages from system set | Stanislav Ochotnicky | 2009-07-23 | 1 | -0/+4 |
* | Added output of retrieved info to files | Stanislav Ochotnicky | 2009-07-17 | 2 | -8/+19 |
* | Changed log collection to include more information | Stanislav Ochotnicky | 2009-07-17 | 1 | -22/+11 |
* | Added random selection of package to compile | Stanislav Ochotnicky | 2009-07-17 | 2 | -2/+43 |
* | Added scripts to run matchbox/tinderbox | Stanislav Ochotnicky | 2009-07-15 | 2 | -0/+12 |
* | Matchbox host/port loading from config | Stanislav Ochotnicky | 2009-07-15 | 2 | -3/+5 |
* | Added implementation of basic db functions | Stanislav Ochotnicky | 2009-07-09 | 6 | -14/+244 |
* | Added basic functions of DbIface interface | Stanislav Ochotnicky | 2009-07-08 | 1 | -0/+155 |
* | Added dependencies to protocol | Stanislav Ochotnicky | 2009-07-08 | 3 | -12/+21 |
* | Changed matchbox according to new protocol | Stanislav Ochotnicky | 2009-07-07 | 1 | -11/+12 |
* | Changed to protocol and added documentation | Stanislav Ochotnicky | 2009-07-07 | 1 | -13/+31 |
* | Fixed regression when we started installing deps | Stanislav Ochotnicky | 2009-07-07 | 1 | -20/+58 |
* | Moved tinderbox specific config | Stanislav Ochotnicky | 2009-07-07 | 1 | -0/+0 |
* | Changed order of comparisons in 'ifs' | Stanislav Ochotnicky | 2009-07-06 | 1 | -8/+8 |
* | Moved emerge_main to its own sub-process | Stanislav Ochotnicky | 2009-07-06 | 1 | -4/+11 |
* | Added support for dependency use flags | Stanislav Ochotnicky | 2009-07-06 | 1 | -6/+13 |
* | Quick hack to enable dep resolution | Stanislav Ochotnicky | 2009-07-02 | 1 | -5/+12 |
* | Bit of documentation + whitespace fixes | Stanislav Ochotnicky | 2009-07-02 | 2 | -8/+22 |
* | Basic dependency emerging/unmerging idea | Stanislav Ochotnicky | 2009-07-01 | 1 | -5/+46 |