summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix bug 451398 doctest failureHEADbasemasterBrian Dolbec2013-01-111-0/+2
|
* pyflakes cleanupBrian Dolbec2012-12-161-1/+1
|
* a few updates for re-tagging rc5 as 2.0.0 finalBrian Dolbec2012-12-162-2/+16
|
* missed one rename from config to self.configBrian Dolbec2012-11-271-1/+1
|
* properly detect and enable gpg signed list support. prevents a build ↵Brian Dolbec2012-11-271-16/+36
| | | | failure if pygpg is not installed.
* add a raise statement to be able to properly trace the import failure. ↵Brian Dolbec2012-11-271-1/+2
| | | | Thank you floppym.
* add misc/*Brian Dolbec2012-11-181-0/+1
|
* split out remotedb to it's own file, add gpg signed list support, some ↵Brian Dolbec2012-11-185-224/+457
| | | | 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
|
* rc4 release updates.Brian Dolbec2012-10-204-47/+142
|
* add /var/lib/layman/make.conf to Files: . Set myself as Author so the ↵Brian Dolbec2012-10-201-2/+5
| | | | html/man page shows a current/valid email (current maintainer, developer) rather than Gunnar's...
* missesd one make.conf.Brian Dolbec2012-10-171-2/+2
|
* 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-162-9/+9
| | | | reporting it.
* fix typo reported by kurly in http://forums.gentoo.org/viewtopic-t-939646.html.Brian Dolbec2012-10-161-1/+1
|
* hopefully a final pre-release update.Brian Dolbec2012-10-141-12/+14
|
* Add checking for ROOT in the environment on statup, and setting it in the ↵Brian Dolbec2012-10-147-28/+67
| | | | | | appropriate paths. Add warnings for not finding the config file and installed db. Fix updaters config file path
* Pre-release updates to CHANGES, README, stup.py, etc..Brian Dolbec2012-10-135-10/+581
|
* 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
|
* update CHANGESBrian Dolbec2012-10-081-0/+49
|
* move the rename_db code to a standalone updater utility.Brian Dolbec2012-10-083-25/+121
|
* 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-073-6/+34
| | | | 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-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
| | |