summaryrefslogtreecommitdiffstats
path: root/layman/config.py
Commit message (Collapse)AuthorAgeFilesLines
* fix the BareConfig not str sub'ing %(configdir)s before calling ↵Brian Dolbec2012-04-131-4/+9
| | | | read_config(). indent fix in read_config().
* 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
| | | | improve debug messages, set levels to 9
* fix existing tests. add tests for new classes. rename T/F_options to ↵dol-sen2011-07-221-10/+34
| | | | lowwercase due to ConfigParser making it lowercase, creating a dupe.
* 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
| | | Fixes sync not working due to the addition of them in the code.
* 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
| | | | improve some debug messages.
* 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
| | | | with teh desired options.
* 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
| | | Separate out a True/False function for config option string conversion.
* 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 ↵Brian Dolbec2011-02-121-5/+33
| | | | the config file
* 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 ↵Brian Dolbec2011-02-111-0/+5
| | | | instead of using the class instance as a dictionary.
* Separate out the configs from the args parsing code. This will allow basic ↵Brian Dolbec2011-02-111-22/+89
| | | | configs for api consumers that are changeable.
* add new __init__ input parameters, output (replaces OUT import), stdout, ↵Brian Dolbec2011-02-111-18/+32
| | | | stdin, stderr. These are then added to the config dictionary for all other modules to use. This creates a single point to assign them and makes it possible to re-assign them from the defaults in the case of API consumers.
* 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
| | | | http://bugs.gentoo.org/show_bug.cgi?id=271457
* 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