aboutsummaryrefslogtreecommitdiff
path: root/layman
Commit message (Expand)AuthorAgeFilesLines
...
* argsparser.py: Adds "protocol_order" to list of available CLI optionsDevan Franchini2015-03-071-0/+12
* argsparser.py: Changes "Additional Options" to "Path Options" to reflect arg ...Devan Franchini2015-03-071-1/+1
* config.py: Changes default conf_type to "repos.conf"Devan Franchini2015-03-071-1/+1
* Correct misspelling of "separate"Ulrich Müller2015-03-071-1/+1
* Layman.py: Due to namespace collisions the file is being renamed to Layman.pyDevan Franchini2015-02-211-0/+0
* Move Layman class initialization into a layman sub-file to prevent un-needed ...Brian Dolbec2015-02-162-45/+52
* config_modules/reposconf.py: pyflakes import cleanupBrian Dolbec2015-02-161-2/+0
* config_modules/reposconf.py: Fix bug 540012 Errors /layman.conf does not existBrian Dolbec2015-02-161-5/+25
* updater.py: Adds repos.conf dir creation if it doesn't existDevan Franchini2015-02-091-0/+10
* repoconfmanager.py: Pyflakes and whitespace cleanupBrian Dolbec2015-02-071-5/+4
* repoconfmanager.py: Fix conf_type splittingBrian Dolbec2015-02-071-1/+1
* makeconf.py: Rewrites overlay names to make.confDevan Franchini2015-02-071-1/+1
* config_modules/reposconf/reposconf.py: Sort the overlaysBrian Dolbec2015-02-071-3/+3
* updater.py: Adds copying of all installed overlays to make.confDevan Franchini2015-02-071-1/+5
* updater.py: Add a -R, --rebuild option to force a rebuild of the configBrian Dolbec2015-02-071-3/+5
* reposconf.py: Changes global SYNC_TYPE variable to laymansyncDevan Franchini2015-02-071-2/+3
* Move the plugin module into a portage namespace for installationBrian Dolbec2015-02-072-397/+0
* version bumpBrian Dolbec2015-02-071-1/+1
* Pyflakes import and whitespace cleanupBrian Dolbec2015-02-077-20/+12
* Split options for proper args passingBrian Dolbec2015-02-077-15/+13
* laymanator.py: Corrects misspelling of "baby" in sync plugin outputDevan Franchini2015-02-051-1/+1
* reposconf.py: Changes sync_type to SYNC_TYPE to reflect global var standardsDevan Franchini2015-02-041-5/+5
* updater.py: Moves split() and removes split() parameterDevan Franchini2015-02-041-3/+3
* reposconf.py: Adds toggle for auto-sync if sync plugin is not installedDevan Franchini2015-02-041-0/+2
* updater.py: Allows more leniency when breaking up conf_type from layman.cfgDevan Franchini2015-02-041-1/+1
* updater.py: Fixes flub of incorrectly calling var messages, messageDevan Franchini2015-02-041-1/+1
* reposconf.py: Rewrites enable() and disable() functionsDevan Franchini2015-02-041-34/+6
* reposconf.py: Imports sys for hexversion checkDevan Franchini2015-02-041-0/+1
* reposconf.py: Modifies disable function to reflect enabled overlay outputDevan Franchini2015-02-041-1/+6
* reposconf.py: Adds check to see if it is necessary to add auto_sync to sectionDevan Franchini2015-02-041-2/+4
* laymanator/__init__.py: Adds a delete of layman object after import checkDevan Franchini2015-02-041-0/+1
* {config, reposconf}.py: Modifies import strategy for config parserDevan Franchini2015-02-022-4/+4
* updater.py: Modifies print_instructions function to optionally output make.co...Devan Franchini2015-02-021-16/+17
* reposconf.py: Corrects declaration of self.overlays to overlays parameterDevan Franchini2015-02-021-2/+2
* laymanator/__init__.py: Modifies method in which config_class is setDevan Franchini2015-02-021-13/+4
* laymanator/__init__.py: Modifies values to reflect plugin nameDevan Franchini2015-02-021-2/+2
* reposconf.py: Modifies sync type name to reflect plugin nameDevan Franchini2015-02-021-1/+1
* laymanator.py: Updates for final portage API changesBrian Dolbec2015-02-021-7/+7
* version.py: Bumps version numberDevan Franchini2015-01-121-1/+1
* laymanator.py: Modifies subprocess variant of sync plugin _sync()Devan Franchini2014-12-141-6/+12
* reposconf.py: Modifies checking for sync-plugin to reflect new plugin nameDevan Franchini2014-12-071-1/+1
* archive.py: Adds kwargs-debug and modifies kwargs-info level to 5Devan Franchini2014-12-071-1/+2
* remotedb.py: Changes ssl-fetch kwargs-info level to 5 as defaultDevan Franchini2014-12-071-1/+1
* laymanator.py: Adds funny phrases to logging on a successful add/syncDevan Franchini2014-12-071-1/+13
* Renames layman sync plugin to laymanatorDevan Franchini2014-12-072-0/+0
* output.py: Removes check for encoding output stringsDevan Franchini2014-12-041-12/+6
* reposconf.py: Fixes incorrectly named self.overlays variableDevan Franchini2014-11-301-1/+1
* external.py: Modifies XML line testing in MakeOverlayXML classDevan Franchini2014-11-301-1/+1
* external.py: Modifies tested flags to reflect new config optionsDevan Franchini2014-11-301-10/+13
* external.py: Improves CLIArgs testing for a["overlays"]Devan Franchini2014-11-291-2/+2