aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setup.py: Make the selected PM plugins installablepluginBrian Dolbec2015-02-071-9/+31
* setup.py: Fix indententionBrian Dolbec2015-02-071-4/+11
* Move the plugin module into a portage namespace for installationBrian Dolbec2015-02-077-3/+5
* version bumpBrian Dolbec2015-02-071-1/+1
* Pyflakes import and whitespace cleanupBrian Dolbec2015-02-078-21/+13
* Remove bad link preventing sdist from runningBrian Dolbec2015-02-071-1/+0
* Split options for proper args passingBrian Dolbec2015-02-078-15/+14
* 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
* layman.cfg: Changes values of conf_type and auto_syncDevan Franchini2015-02-031-2/+2
* {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-122-2/+2
* laymanator.py: Modifies subprocess variant of sync plugin _sync()Devan Franchini2014-12-141-6/+12
* setup.py: Adds support for sync-plugin-portage USE flagDevan Franchini2014-12-081-0/+7
* CHANGES: Modified to reflect newest changesDevan Franchini2014-12-071-0/+20
* 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
* external.py: Improves success checking in AddDeleteEnableDisableFromDBDevan Franchini2014-11-291-23/+5
* external.py: Converts all assertEquals calls to assertEqualDevan Franchini2014-11-291-1/+1
* external.py: Adds archive overlay test checkingDevan Franchini2014-11-291-1/+10
* maker.py: Initialize correct to FalseBrian Dolbec2014-11-131-0/+1
* maker.py: Fix 'xml undefined' error detected by pyflakesBrian Dolbec2014-11-131-1/+1
* maker.py: Skip the protocol verification if it failed to guess one Brian Dolbec2014-11-131-6/+8
* maker.py: Whitespace cleanupBrian Dolbec2014-11-131-9/+9
* maker.py: Fix missed get_input() move callBrian Dolbec2014-11-131-1/+1
* maker.py: Fix use of .keys() causing py3 compatibility issuesBrian Dolbec2014-11-131-1/+1
* remotedb.py: Change for upstream ssl-fetch changeBrian Dolbec2014-11-131-2/+4