Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | laymansync: Update module_spec for the change in portage's module.py | 2016-04-29 | 1 | -0/+1 | |
| | |||||
* | laymansync.py: Corrects importing of sync classes | 2015-05-05 | 1 | -2/+2 | |
| | |||||
* | pm_plugins/portage: Split up laymansync into sub-files to delay import of ↵ | 2015-05-04 | 4 | -361/+371 | |
| | | | | | | | layman bug 548328 The laymansync module prevented emerge from operating due to the layman import in the module's __init__.py. There was breakage in the cryptography import due to an openssl USE flag change and re-compile. This caused the chain reaction traceback preventing emerge from running. | ||||
* | laymansync.py: Changes output messages from laymanator to laymansync | 2015-02-07 | 1 | -5/+5 | |
| | |||||
* | Move the plugin module into a portage namespace for installation | 2015-02-07 | 5 | -0/+397 | |
But to avoid import conflicts during testing in the checkout, move it to a pm_plugins subdir. |