aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Moved sample configuration files to examples/ dirStanislav Ochotnicky2009-08-142-25/+0
* More changes for installation of matchbox/tinderboxStanislav Ochotnicky2009-08-144-2/+13
* Moved files around to simplify deploymentStanislav Ochotnicky2009-08-1418-16/+14
* Add docstrings to most functionsStanislav Ochotnicky2009-08-143-6/+85
* Added emerge --info back for nowStanislav Ochotnicky2009-08-141-2/+5
* Fix missing information about failed packagesStanislav Ochotnicky2009-08-141-0/+1
* Fix possible issue with changed ebuild pathStanislav Ochotnicky2009-08-141-3/+3
* Use cPickle instead of pickle if availableStanislav Ochotnicky2009-08-142-2/+8
* Fix non-null problem when no of deps workedStanislav Ochotnicky2009-08-121-0/+1
* Fix imports/code for portage 2.2Stanislav Ochotnicky2009-08-121-3/+7
* Added "time added" column to packagepropertiesStanislav Ochotnicky2009-08-101-0/+1
* Fixed error where failed deps didn't have logsStanislav Ochotnicky2009-08-101-3/+14
* Fixed missing setting of error code in tinderboxStanislav Ochotnicky2009-08-101-0/+2
* Added sorting by path to File modelStanislav Ochotnicky2009-08-101-0/+2
* Added check for architecture before emergeStanislav Ochotnicky2009-08-011-0/+5
* Fixed normalize_dependenciesStanislav Ochotnicky2009-08-012-4/+19
* Remove "strict" from FEATURESStanislav Ochotnicky2009-07-311-0/+1
* [db] Fix content save db functionStanislav Ochotnicky2009-07-311-4/+4
* [db] fixed add_packageproperties return valueStanislav Ochotnicky2009-07-311-0/+1
* Fixed settings for databaseStanislav Ochotnicky2009-07-311-1/+1
* Started adding information to databaseStanislav Ochotnicky2009-07-311-3/+41
* [db] Fixed issue with adding useflags to package propertiesStanislav Ochotnicky2009-07-301-1/+2
* Added function to db layer to get package versionStanislav Ochotnicky2009-07-301-0/+10
* Add current profile name to package infoStanislav Ochotnicky2009-07-302-0/+13
* Added ip address/port to client handler contextStanislav Ochotnicky2009-07-301-2/+2
* Reset FileHandler when calling init_loggingStanislav Ochotnicky2009-07-291-2/+11
* Added top-level exception handlingStanislav Ochotnicky2009-07-291-1/+5
* Create mechanism for skipping packages from depStanislav Ochotnicky2009-07-291-1/+4
* Modified logging to trace more thingsStanislav Ochotnicky2009-07-292-4/+12
* Testing for more packages in create_dep_groupsStanislav Ochotnicky2009-07-291-14/+13
* Added handling for '||' groups of dependenciesStanislav Ochotnicky2009-07-282-0/+67
* Added override for package generationStanislav Ochotnicky2009-07-281-0/+14
* Added checking for len of dep in create_dep_groupsStanislav Ochotnicky2009-07-281-2/+3
* Added checking for present use flags before removeStanislav Ochotnicky2009-07-271-1/+2
* Add error handling when package_infos is missingStanislav Ochotnicky2009-07-271-1/+12
* Add log when dep failsStanislav Ochotnicky2009-07-271-0/+2
* Fix issue with chdir in emerge_main()Stanislav Ochotnicky2009-07-251-0/+1
* Added debugging outputStanislav Ochotnicky2009-07-251-0/+1
* Started creating/using binary packagesStanislav Ochotnicky2009-07-251-2/+2
* Fixed cases where r0 was added to versionStanislav Ochotnicky2009-07-251-2/+11
* Fix small bug in exception handlingStanislav Ochotnicky2009-07-231-1/+1
* Skip unmerging packages from system setStanislav Ochotnicky2009-07-231-0/+4
* Added output of retrieved info to filesStanislav Ochotnicky2009-07-172-8/+19
* Changed log collection to include more informationStanislav Ochotnicky2009-07-171-22/+11
* Added random selection of package to compileStanislav Ochotnicky2009-07-172-2/+43
* Added scripts to run matchbox/tinderboxStanislav Ochotnicky2009-07-152-0/+12
* Matchbox host/port loading from configStanislav Ochotnicky2009-07-152-3/+5
* Added implementation of basic db functionsStanislav Ochotnicky2009-07-096-14/+244
* Added basic functions of DbIface interfaceStanislav Ochotnicky2009-07-081-0/+155
* Added dependencies to protocolStanislav Ochotnicky2009-07-083-12/+21