summaryrefslogtreecommitdiffstats
path: root/layman
Commit message (Collapse)AuthorAgeFilesLines
* add a raise statement to be able to properly trace the import failure. ↵Brian Dolbec2012-11-271-1/+2
| | | | Thank you floppym.
* split out remotedb to it's own file, add gpg signed list support, some ↵Brian Dolbec2012-11-184-223/+422
| | | | pyflakes cleanup
* 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 ↵Brian Dolbec2012-10-312-8/+5
| | | | | make.conf file. Fix a comment path in MakeConf.
* 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 ↵Brian Dolbec2012-10-161-1/+1
| | | | reporting it.
* 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 ↵Brian Dolbec2012-10-145-26/+51
| | | | | | appropriate paths. Add warnings for not finding the config file and installed db. Fix updaters config file path
* move elog, einfo messages into updater and print them only if relavent.Brian Dolbec2012-10-131-13/+70
| | | | indent ouput for better display.
* 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 ↵Brian Dolbec2012-10-075-8/+32
| | | | trailing slashes are required.
* 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 ↵Brian Dolbec2012-10-072-6/+24
| | | | overlays. Bug 433687.
* fix an "Invalid repoID" assertion error when it does not get a valid repoID ↵Brian Dolbec2012-10-071-1/+3
| | | | in the news reporting.
* fix a typo.Brian Dolbec2012-10-071-1/+1
|
* fix traceback caused by an extra level parameter in the error _output() ↵Brian Dolbec2012-10-071-3/+3
| | | | calls. This caused the errors to not be printed. Bug 390127.
* 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 ↵Brian Dolbec2012-06-061-4/+10
| | | | stderr are not of the file type.
* 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 ↵Brian Dolbec2012-04-131-4/+9
| | | | read_config(). indent fix in read_config().
* 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 ↵Brian Dolbec2012-03-251-1/+9
| | | | overlay name.
* 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 ↵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-262-3/+5
|\
| * fix an encode error regression in python 2 introduced in the py2, py3 ↵dol-sen2011-10-131-2/+4
| | | | | | | | compatibility changes.
| * 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 ↵dol-sen2011-09-051-2/+2
| | | | like the other output functions.
* 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
|