aboutsummaryrefslogtreecommitdiff
path: root/layman
Commit message (Expand)AuthorAgeFilesLines
* api.py: Properly closes fatal error message brackets on line 470Devan Franchini2015-05-131-1/+1
* api.py: Cleans up error message structureDevan Franchini2015-05-131-16/+17
* flocker.py: Adds exception raising to relay errors properlyDevan Franchini2015-05-131-2/+17
* dbbase.py: Reorganizes importsDevan Franchini2015-05-131-1/+3
* flocker.py: Adds file locking utility classDevan Franchini2015-05-131-0/+66
* api.py: Adds prompt for user to re-add overlay after unsuccessful URL updateDevan Franchini2015-04-221-3/+6
* updater.py: Corrects "Package" misspellingDevan Franchini2015-04-201-1/+1
* reposconf.py: Adds proper disabling of overlays when option is "ALL"Devan Franchini2015-04-201-3/+5
* version.py: Bumps versionDevan Franchini2015-03-271-1/+1
* external.py: Attempts to set default string encoding to utf-8Devan Franchini2015-03-271-0/+6
* external.py: Adds __future__ import for unicode_literalsDevan Franchini2015-03-271-0/+1
* external.py: Adds protocol_filter to keys to test for CLIArgs testDevan Franchini2015-03-271-8/+7
* Renames protocol_order to protocol_filterDevan Franchini2015-03-263-24/+22
* overlay.py: Closes off interpolation tuple for error message in update()Devan Franchini2015-03-261-1/+1
* overlay.py: Modifies the implementation of filter_protocolsDevan Franchini2015-03-261-10/+19
* argsparser.py: Adds proper splitting of protocol_order config optionDevan Franchini2015-03-261-0/+2
* argsparser.py: Fixes default override of protocol_order config optionDevan Franchini2015-03-261-1/+11
* overlay.py: Adds overlay source protocol filteringDevan Franchini2015-03-261-2/+33
* reposconf.py: Adds check to prevent conf_path false negativeDevan Franchini2015-03-241-1/+2
* reposconf.py: Adds sanity checking on self.pathDevan Franchini2015-03-241-1/+16
* updater.py: Removes unnecessary else in create_repos_conf()Devan Franchini2015-03-241-3/+0
* updater.py: Adds check to ensure repos_conf is not a directoryDevan Franchini2015-03-241-1/+12
* compatibility.py: Adds explanation for binary mode awarenessDevan Franchini2015-03-241-0/+2
* compatibility.py: Adds binary mode aware compatibility to fileopen()Devan Franchini2015-03-241-1/+4
* config.py: Adds "protocol_order" to config defaultsDevan Franchini2015-03-071-0/+1
* 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