summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix news exception for py2.5 comaptability.Brian Dolbec2012-04-011-1/+1
|
* fix bug 408897 for when profiles/repo_name is not the same as the layman ↵Brian Dolbec2012-03-251-1/+9
| | | | overlay name.
* Add news reporting capability to meet GLEP 42 requirement. Brian Dolbec2012-03-103-0/+35
|
* change to only wrap the '*' with the color, not the spaces around it.Brian Dolbec2012-03-041-6/+6
|
* Add cwd=base to git's add() run_command function call. This fixes Bug ↵Brian Dolbec2012-01-061-1/+4
| | | | 396643 in selinux and newer git.
* improve the usage to include an example of multiple actions.Brian Dolbec2011-12-261-0/+2
|
* update portage news reporting to use the new public api functions.dol-sen2011-10-261-8/+22
|
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/laymandol-sen2011-10-2692-3/+23561
|\
| * fix an encode error regression in python 2 introduced in the py2, py3 ↵dol-sen2011-10-131-2/+4
| | | | | | | | compatibility changes.
| * Merge remote-tracking branch 'c-layman/master'dol-sen2011-10-0590-0/+23556
| |\
| | * move everything to prep for a merge into layman.dol-sen2011-10-0590-0/+0
| | |
| | * Update autoconf build systemDetlev Casanova2011-01-288-13658/+625
| | |
| | * Add proper Doxygen documentation + it's generated HTML output.Detlev Casanova2010-08-0663-29/+7571
| | |
| | * Add some more comments, rename interpreterInitialize toDetlev Casanova2010-07-196-18/+42
| | | | | | | | | | | | laymanInitialize, add layman.h header
| | * Doxygenise message.cDetlev Casanova2010-07-191-1/+67
| | |
| | * Doxygenise config.c and laymanAPI.cDetlev Casanova2010-07-192-26/+110
| | |
| | * Fix PyObject_IsTrue callsDetlev Casanova2010-07-194-35/+68
| | |
| | * Change functions name to be more explicitDetlev Casanova2010-07-173-10/+10
| | |
| | * Hide internal functions and update run-test.shDetlev Casanova2010-07-1714-24/+35
| | |
| | * Add missing files.Detlev Casanova2010-07-178-0/+12548
| | |
| | * Add missing file config.subDetlev Casanova2010-07-171-0/+1732
| | |
| | * Add missing file install-shDetlev Casanova2010-07-171-0/+520
| | |
| | * Remove an obsolete workaroundDetlev Casanova2010-07-161-1/+0
| | |
| | * Add the autotools building systemDetlev Casanova2010-07-168-0/+12589
| | |
| | * Add comment to newly added functionsDetlev Casanova2010-07-161-1/+22
| | |
| | * Use correct value when using PyObject_IsTrueDetlev Casanova2010-07-163-32/+138
| | | | | | | | | | | | | | | | | | | | | Add function laymanAPIGetAllInfo() Make use of _laymanAPIGetAllInfos() as a common base for both laymanAPIGetAllInfo() and laymanAPIGetAllInfos() Add function laymanAPIAddRepo and laymanAPIDeleteRepo
| | * Add laymanAPIIsRepo, laymanAPIIsInstalled, laymanAPIGetInfosStr,Detlev Casanova2010-07-165-54/+210
| | | | | | | | | | | | | | | | | | laymanAPIGetInfoStr, laymanAPIGetAllInfos, laymanAPIAddRepos, laymanAPIDeleteRepos and overlayInfoFree Add comments
| | * Make functions use the updates in the apiDetlev Casanova2010-07-169-145/+324
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix memory management errors, add a construction function for string list Fix laymanAPIGetInfo() to use a list of tuples Fix laymanAPIGetInfo() not to crash Add a function to the layman API to get information from a list of overlays Check all python objects after a call to Python Use asserts when PyObject_IsTrue returns -1 Add comments where necessary Implement missing functions : laymanAPIAddRepo, laymanAPIDeleteRepo Modify the Message class constructor to only take mandatory arguments, other arguments can be set with the corresponding methods
| | * Fix a warning in DictDetlev Casanova2010-07-156-41/+73
| | | | | | | | | | | | Add a method to get info for a list of overlays
| | * Don't DECREF on borrowed referencesDetlev Casanova2010-07-151-4/+0
| | |
| | * Get to work with the changes in layman.Detlev Casanova2010-07-1511-89/+214
| | | | | | | | | | | | Fix most of the memory leaks
| | * Get the proper layman Python library and fix BareConfig constructor toDetlev Casanova2010-07-1110-229/+147
| | | | | | | | | | | | take a Message class as first argument.
| | * Add LayamnAPI, Message, Config, StringList, update Config.Detlev Casanova2010-07-106-0/+319
| | |
| | * Add a C <-> Python Dict class and fix DbBase to take a Dict fo it'sDetlev Casanova2010-07-094-7/+101
| | | | | | | | | | | | config argument
| | * Add basic Config and DbBase implemntation (not tested)Detlev Casanova2010-07-094-0/+87
| | |
| | * Remove the runnerDetlev Casanova2010-07-096-2046/+23
| | | | | | | | | | | | Implement _eq_ and setPriority
| | * Add some methods to Overlay, fix some warningsDetlev Casanova2010-07-094-1/+64
| | |
| | * Restructure classes.Detlev Casanova2010-07-095-126/+167
| | |
| | * Tests the layman's overlays APIDetlev Casanova2010-07-091-43/+110
| | |
| | * Add examples for method execution from an instance of an objectDetlev Casanova2010-07-061-75/+60
| | |
| | * Fix runner to run without argumentDetlev Casanova2010-07-061-3/+3
| | |
| | * Add compile command lineDetlev Casanova2010-07-062-1/+9
| | |
| | * Now working execute function (only for functions)Detlev Casanova2010-07-061-33/+204
| | |
| | * Add interpreter version : shorter, more reliableDetlev Casanova2010-07-051-0/+58
| | |
| | * Runner workingDetlev Casanova2010-07-051-8/+43
| | |
| | * Base runner, not working yet.Detlev Casanova2010-07-054-0/+2003
| |
| * fix a py3 failure, because the file was not opened in binary mode.dol-sen2011-09-251-1/+1
| |
* | add news reporting capability when adding/syncing overlays. Bug 388233dol-sen2011-10-263-7/+35
|/
* make the tests more py3 compatibile.dol-sen2011-09-236-22/+52
|
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-229-66/+100
|