Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow | |
2016-03-04 | Apply pep8, pyflakes fixes for python2 and 3 | Scott Moser | |
Update make check target to run pep8 and run pyflakes or pyflakes3 depending on the value of 'PYVER'. This way the python3 build environment does not need python2 and vice versa. Also have make check run the 'yaml' test. tox: have tox run pep8 in the pyflakes | |||
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper | |
2015-03-04 | grub-dpkg: allow to be disabled | Scott Moser | |
2014-09-17 | cc_grub_dpkg consider /dev/xvda as a candidate for grub installation | Scott Moser | |
HVM instances on EC2 have grub on /dev/xvda. The bug here resulted in a prompt on grub update. LP: #1336855 | |||
2014-08-26 | fix(pep8): Fix various pep8 violations and version-lock pep8 | Jay Faulkner | |
Fixed all complaints from running "make pep8". Also version locked pep8 in test-requirements.txt to ensure that pep8 requirements don't change without an explicit commit. | |||
2014-07-02 | Fix for cc_grub_dpkg ignoring /dev/xvda devices as candidates (LP: 1336855). | Ben Howard | |
2012-06-23 | Fix a bunch of == None cases | harlowja | |
2012-06-20 | Renamed back to 'cc_*' with the reasoning being that 'cc_' provides | Joshua Harlow | |
some protection against module name collisions when importing. |