summaryrefslogtreecommitdiffstats
path: root/layman/config.py
Commit message (Expand)AuthorAgeFilesLines
* split out remotedb to it's own file, add gpg signed list support, some pyflak...Brian Dolbec2012-11-181-3/+5
* revert error introduced in commit 92a545dc6b64bbebfa9bc4c3788f1ae3db058788Brian Dolbec2012-10-301-1/+1
* Add checking for ROOT in the environment on statup, and setting it in the app...Brian Dolbec2012-10-141-19/+27
* Update doctest data for config changes.Brian Dolbec2012-10-071-2/+2
* Add setting the default user name and email when adding new git based overlay...Brian Dolbec2012-10-071-0/+2
* fix the BareConfig not str sub'ing %(configdir)s before calling read_config()...Brian Dolbec2012-04-131-4/+9
* Add news reporting capability to meet GLEP 42 requirement. Brian Dolbec2012-03-101-0/+1
* add news reporting capability when adding/syncing overlays. Bug 388233dol-sen2011-10-261-0/+2
* rename local_list to installed, create an update function to migrate the change.dol-sen2011-08-241-2/+3
* set some options to the ones passed in that were previously missed.dol-sen2011-08-211-5/+6
* make EPREFIX test code eprefixy proofdol-sen2011-08-091-1/+1
* make it EPREFIX readydol-sen2011-08-081-11/+20
* fix a bug causing it to not get the correct config path.dol-sen2011-08-061-5/+5
* fix existing tests. add tests for new classes. rename T/F_options to lowwerca...dol-sen2011-07-221-10/+34
* fix --quiet option.dol-sen2011-04-301-3/+3
* Add empty add, sync and postsync options to the defaults so they are defined.dol-sen2011-04-291-2/+26
* add being able to set the OptionConfig defaults as wellBrian Dolbec2011-03-261-3/+15
* add a new OptionConfig subclass.Brian Dolbec2011-03-261-4/+39
* separate out ArgsParser to it's own file and subclass BareConfigBrian Dolbec2011-02-231-355/+49
* import Message directly add all options to BareConfig for easy instantiation ...Brian Dolbec2011-02-191-6/+9
* missed another typoBrian Dolbec2011-02-181-1/+1
* fix typosBrian Dolbec2011-02-181-2/+2
* fix missed colonBrian Dolbec2011-02-181-1/+1
* add nocolr to BareConfig and improve quiet/quietness handlingBrian Dolbec2011-02-181-1/+10
* make the BareConfig more comparable with the ArgsParser.Brian Dolbec2011-02-171-11/+35
* fix a missed color_off(), add myself to the copyright, whitespace cleaningBrian Dolbec2011-02-131-10/+7
* use the new message class and fix the error recording and outputBrian Dolbec2011-02-121-1/+4
* add the ability to plugin repository definition xml files without editing the...Brian Dolbec2011-02-121-5/+33
* fix long lines and a typo, minor code improvementsBrian Dolbec2011-02-111-10/+19
* Apply tulcod's g-common support changes.Brian Dolbec2011-02-111-0/+1
* Add a get_option function as a convenience function for option retrieval inst...Brian Dolbec2011-02-111-0/+5
* Separate out the configs from the args parsing code. This will allow basic c...Brian Dolbec2011-02-111-22/+89
* add new __init__ input parameters, output (replaces OUT import), stdout, stdi...Brian Dolbec2011-02-111-18/+32
* Improve command line API cases "layman" and "layman foo"Sebastian Pipping2010-07-071-1/+7
* Tune usage summary displaySebastian Pipping2010-07-071-4/+3
* Resolve Actions class, allow custom sys.argv for Config classSebastian Pipping2010-02-181-2/+4
* pylint: Remove unused variableSebastian Pipping2010-02-171-2/+2
* Move storage default to /var/lib/laymanSebastian Pipping2010-01-191-1/+1
* Improve usage displaySebastian Pipping2010-01-141-2/+7
* Allow overriding VCS commandsSebastian Pipping2009-12-291-2/+10
* Add support for repositories.xml database formatSebastian Pipping2009-12-051-4/+5
* Old layman path in new documentation (#271457)Gunnar Wrobel2009-10-121-1/+1
* layman-1.2.3.v1.2.3Gunnar Wrobel2009-01-011-1/+10
* Copyright.v1.2.1Gunnar Wrobel2008-11-151-1/+1
* Implement a umask setting (#186819)Gunnar Wrobel2008-06-021-1/+2
* A number of documentation fixes and preparation of the project website.Gunnar Wrobel2007-09-111-3/+2
* Layman v1.1Gunnar Wrobel2007-09-111-2/+17
* Import layman.Gunnar Wrobel2007-09-111-0/+300