| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "add -j1 override to prevent build failures"overlord_merge | Brian Dolbec | 2011-02-13 | 1 | -1/+1 |
* | add -j1 override to prevent build failures | Brian Dolbec | 2011-02-13 | 1 | -1/+1 |
* | Revert "try commenting the example xml code in an attempt to solve the xmllin... | Brian Dolbec | 2011-02-13 | 1 | -19/+18 |
* | try commenting the example xml code in an attempt to solve the xmllint error ... | Brian Dolbec | 2011-02-13 | 1 | -18/+19 |
* | fix the incorrect exit code settings which are opposite the True/False that t... | Brian Dolbec | 2011-02-13 | 2 | -3/+7 |
* | Split out MessageBase class, more code reduction/cleanup | Brian Dolbec | 2011-02-13 | 1 | -15/+38 |
* | more DebugMessage class cleanup/transition to subclassing Message | Brian Dolbec | 2011-02-13 | 1 | -25/+14 |
* | fix a missed color_off(), add myself to the copyright, whitespace cleaning | Brian Dolbec | 2011-02-13 | 1 | -10/+7 |
* | fix a long line, clean an unused import, fix the sync return value better | Brian Dolbec | 2011-02-13 | 1 | -4/+3 |
* | simplify debug.py to subclass the simplified Message class | Brian Dolbec | 2011-02-13 | 1 | -128/+23 |
* | further simplify, reduce the number of functions | Brian Dolbec | 2011-02-13 | 2 | -28/+16 |
* | output more info to the trial for adding an overlay | Brian Dolbec | 2011-02-12 | 1 | -0/+4 |
* | use the new message class and fix the error recording and output | Brian Dolbec | 2011-02-12 | 4 | -24/+27 |
* | new simplified message class | Brian Dolbec | 2011-02-12 | 1 | -0/+187 |
* | rename Overlay's __str__(). split out UnknownOverlayMessage() from the excep... | Brian Dolbec | 2011-02-12 | 2 | -4/+6 |
* | add the ability to plugin repository definition xml files without editing the... | Brian Dolbec | 2011-02-12 | 1 | -5/+33 |
* | add an example testpath for testing the git checkout | Brian Dolbec | 2011-02-12 | 1 | -0/+17 |
* | add an irc data element to the overlay xml | Brian Dolbec | 2011-02-12 | 2 | -0/+14 |
* | add a list_ids() and use the it | Brian Dolbec | 2011-02-12 | 2 | -2/+8 |
* | add missing output statements, debug all the new actions | Brian Dolbec | 2011-02-12 | 1 | -17/+26 |
* | minor word change | Brian Dolbec | 2011-02-12 | 1 | -1/+1 |
* | add missing output messages | Brian Dolbec | 2011-02-12 | 1 | -3/+20 |
* | add a generator for source types the same as source uris. | Brian Dolbec | 2011-02-12 | 2 | -11/+17 |
* | add a few more files to ignore | Brian Dolbec | 2011-02-12 | 1 | -0/+2 |
* | create a new cli interface to use the new api | Brian Dolbec | 2011-02-12 | 2 | -2/+291 |
* | overhaul the api, add several functions, delay loading of the db's, etc | Brian Dolbec | 2011-02-12 | 2 | -97/+140 |
* | move utility functions out of the Overlay class | Brian Dolbec | 2011-02-11 | 2 | -41/+61 |
* | add a linefeed to the hint message for better output separation | Brian Dolbec | 2011-02-11 | 1 | -2/+2 |
* | fix long lines and a typo, minor code improvements | Brian Dolbec | 2011-02-11 | 1 | -10/+19 |
* | Move color codes to a new file. | Brian Dolbec | 2011-02-11 | 2 | -14/+53 |
* | add optional repo list limiter to the list function | Brian Dolbec | 2011-02-11 | 1 | -2/+5 |
* | slight code change to my modified base. | Brian Dolbec | 2011-02-11 | 1 | -10/+10 |
* | update to using basestring instead of str. | Brian Dolbec | 2011-02-11 | 1 | -4/+5 |
* | Apply tulcod's g-common support changes. | Brian Dolbec | 2011-02-11 | 3 | -0/+78 |
* | some docstring updates | Brian Dolbec | 2011-02-11 | 1 | -2/+12 |
* | remove the extra comma that wrapped the dict in a tuple. | Brian Dolbec | 2011-02-11 | 1 | -1/+1 |
* | change add_repo and delete_repo to add_repos, | Brian Dolbec | 2011-02-11 | 1 | -6/+69 |
* | fix the docstrings to match current input types. | Brian Dolbec | 2011-02-11 | 1 | -7/+7 |
* | make the sync_results saved every time rather than conditional. | Brian Dolbec | 2011-02-11 | 1 | -2/+2 |
* | fix some typos, copy/paste errors, and debug/fix some changes to the api. | Brian Dolbec | 2011-02-11 | 1 | -8/+8 |
* | Remove the Output class as it is not needed, was used for initial testing only. | Brian Dolbec | 2011-02-11 | 1 | -63/+0 |
* | Add a get_option function as a convenience function for option retrieval inst... | Brian Dolbec | 2011-02-11 | 1 | -0/+5 |
* | Modify the API to be more compatible with a c interface. | Brian Dolbec | 2011-02-11 | 1 | -37/+87 |
* | Separate out the configs from the args parsing code. This will allow basic c... | Brian Dolbec | 2011-02-11 | 4 | -34/+97 |
* | change the shebang because it would not run in my test environment | Brian Dolbec | 2011-02-11 | 1 | -1/+1 |
* | create a new readme to explain a bit how to use the new api | Brian Dolbec | 2011-02-11 | 1 | -0/+57 |
* | fix results tracking | Brian Dolbec | 2011-02-11 | 1 | -22/+22 |
* | add new layman API file and class to be used by api consumers, but could also... | Brian Dolbec | 2011-02-11 | 1 | -0/+354 |
* | Change the remaining modules to use the config['output'] variable so re-direc... | Brian Dolbec | 2011-02-11 | 3 | -12/+17 |
* | Add an output parameter to Message class and change the prints that weren't a... | Brian Dolbec | 2011-02-11 | 1 | -5/+10 |