Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-16 | DataSourceEc2: fix bad usage of log that caused trace | Scott Moser | |
2012-07-09 | fix 'make pylint' warnings | Scott Moser | |
On my system (quantal) this 'make pylint' does not complain now. | |||
2012-07-09 | DataSourceEc2: only do dns check in mirror selection | Scott Moser | |
This returns the check for an archive mirror in the DataSourceEc2 to only do so by DNS resolution. The 'rework' branch had made the check wait and timeout on attempts to reach the mirror. This resulted in 120 seconds of waiting before failure. For now, just go back to the old situation of checking by dns. | |||
2012-06-21 | 1. Move all info() logging methods to debug() | harlowja | |
2. Adjust comment on sources list from depends 3. For the /etc/timezone 'writing', add a header that says created by cloud-init | |||
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow | |
2012-06-19 | Syntax + comment cleanups. | Joshua Harlow | |
2012-06-16 | Fix pylint line length to big issue. | Joshua Harlow | |
2012-06-16 | Adjust the usage of map items() to iteritems() which will help later ↵ | Joshua Harlow | |
translation to python 3. | |||
2012-06-15 | Complete cleanup for refactoring/rework that makes it comptabile with the ↵ | Joshua Harlow | |
new structure, using unified util functions, logging and eliminating code and calls. | |||
2012-06-07 | Darn it. Those shouldn't be there! | Joshua Harlow | |