summaryrefslogtreecommitdiffstats
path: root/layman
Commit message (Expand)AuthorAgeFilesLines
* fix bug 451398 doctest failureHEADbasemasterBrian Dolbec2013-01-111-0/+2
* pyflakes cleanupBrian Dolbec2012-12-161-1/+1
* missed one rename from config to self.configBrian Dolbec2012-11-271-1/+1
* properly detect and enable gpg signed list support. prevents a build failure...Brian Dolbec2012-11-271-16/+36
* add a raise statement to be able to properly trace the import failure. Thank...Brian Dolbec2012-11-271-1/+2
* split out remotedb to it's own file, add gpg signed list support, some pyflak...Brian Dolbec2012-11-184-223/+422
* pyflakes cleanupBrian Dolbec2012-11-181-1/+1
* add auto detection for make.conf locationBrian Dolbec2012-11-181-1/+4
* remove the mispaelled duplicate file after syncronizing any changesBrian Dolbec2012-11-182-47/+19
* fix bug 440628 truncated overlay names.Brian Dolbec2012-11-011-1/+5
* fix a bug in layman-updater to use MakeConf class to create a proper make.con...Brian Dolbec2012-10-312-8/+5
* revert error introduced in commit 92a545dc6b64bbebfa9bc4c3788f1ae3db058788Brian Dolbec2012-10-301-1/+1
* update the make.conf path to the correct one.Brian Dolbec2012-10-161-5/+5
* update the make.conf path to the new /etc/portage one. Thanks kurly for repo...Brian Dolbec2012-10-161-1/+1
* fix typo reported by kurly in http://forums.gentoo.org/viewtopic-t-939646.html.Brian Dolbec2012-10-161-1/+1
* Add checking for ROOT in the environment on statup, and setting it in the app...Brian Dolbec2012-10-145-26/+51
* move elog, einfo messages into updater and print them only if relavent.Brian Dolbec2012-10-131-13/+70
* commit missed compatibility file for py3, py2 functioning.Brian Dolbec2012-10-131-0/+45
* move the rename_db code to a standalone updater utility.Brian Dolbec2012-10-082-25/+97
* Fix bug 372583. Don't add redundant trailing slashes on src uri's where trai...Brian Dolbec2012-10-075-8/+32
* Update doctest data for config changes.Brian Dolbec2012-10-072-3/+3
* An an automatic 'svn upgrade' capability for svn type repos. Bug 408039.Brian Dolbec2012-10-071-2/+37
* Add setting the default user name and email when adding new git based overlay...Brian Dolbec2012-10-072-6/+24
* fix an "Invalid repoID" assertion error when it does not get a valid repoID i...Brian Dolbec2012-10-071-1/+3
* fix a typo.Brian Dolbec2012-10-071-1/+1
* fix traceback caused by an extra level parameter in the error _output() calls...Brian Dolbec2012-10-071-3/+3
* fix a missed update from the old OUT variable usage.Brian Dolbec2012-06-061-2/+6
* Tighten up the code to prevent exceptions and tracebacks if stdout and stderr...Brian Dolbec2012-06-061-4/+10
* set some sane defaults for stdout, stderr, stdin.Brian Dolbec2012-06-061-2/+3
* fix the BareConfig not str sub'ing %(configdir)s before calling read_config()...Brian Dolbec2012-04-131-4/+9
* fix news debug statement.Brian Dolbec2012-04-091-1/+2
* 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 over...Brian Dolbec2012-03-251-1/+9
* Add news reporting capability to meet GLEP 42 requirement. Brian Dolbec2012-03-102-0/+9
* 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 39664...Brian Dolbec2012-01-061-1/+4
* 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-262-3/+5
|\
| * fix an encode error regression in python 2 introduced in the py2, py3 compati...dol-sen2011-10-131-2/+4
| * 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
* fix bug 384085, deprecated "bzr get" to "bzr branch"dol-sen2011-09-221-2/+2
* fix unknown variabledol-sen2011-09-181-1/+2
* fix typo, bug 382785dol-sen2011-09-131-1/+1
* fix bug 381853, remove the noise level param as error() does not have it like...dol-sen2011-09-051-2/+2
* fix a missed conversion to using the Message classdol-sen2011-08-241-1/+1
* rename local_list to installed, create an update function to migrate the change.dol-sen2011-08-244-18/+45