aboutsummaryrefslogtreecommitdiff
path: root/layman
Commit message (Expand)AuthorAgeFilesLines
* 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
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-2414-81/+79
* pass the input parameters to MessageBasedol-sen2011-08-211-1/+2
* continue establishing a proper high level interface.dol-sen2011-08-211-25/+25
* set some options to the ones passed in that were previously missed.dol-sen2011-08-211-5/+6
* fix success reporting identified in bug 379779. Improve and change error out...dol-sen2011-08-192-8/+17
* remove some dead ERROR constantsdol-sen2011-08-131-4/+0
* HTTPError in 2.5 does not have getcode(). use error.codedol-sen2011-08-101-1/+1
* add the gentoolkit encoding bugfixdol-sen2011-08-091-1/+10
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-0910-28/+29
* Revert "migrate to print()" to restore py-2.5 compatibility.dol-sen2011-08-097-65/+53
* make EPREFIX test code eprefixy proofdol-sen2011-08-091-1/+1
* reset version to gitdol-sen2011-08-081-1/+1
* make it EPREFIX readydol-sen2011-08-081-11/+20
* fix bug 378097. unofficial installed overlays not printing (due to nocheck=no...dol-sen2011-08-073-3/+6
* run "svn cleanup..." for keyboard interrupts, bug 377035dol-sen2011-08-072-6/+25
* tidy up some task spacing, eliminate a duped error output, comment out some d...dol-sen2011-08-072-8/+10
* clean out some dead commented out code. add a blank line after each action ta...dol-sen2011-08-061-13/+16
* fix typo causing traceback in bug 377401 comment # 31dol-sen2011-08-061-1/+2