Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-03 | Fix pyflake/pyflake3 errors | Ryan Harper | |
Now we can run make check to assess pep8, pyflakes for python2 or 3 And execute unittests via nosetests (2 and 3). | |||
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper | |
2015-05-01 | fix 'Make pyflakes' | Scott Moser | |
2015-02-11 | add tools/tox-venv for running in a tox env | Scott Moser | |
2015-02-10 | make bddeb work with python3 or python2 | Scott Moser | |
painful, and not perfect, but at this point the output builds on a vivid system python2 (bddeb --python2) or python3. * remove use of cheetah by bddeb in favor of builtin renderer * add '--python2' flag to bddeb and knowledge of python 2 and python3 package names. * read-dependencies can now read test-requirements also. * differenciate from build-requirements and runtime requirements. | |||
2015-01-22 | Low hanging Python 3 fruit. | Barry Warsaw | |
2015-01-06 | tools/run-pep8: remove leading ',' fed to --ignore | Scott Moser | |
--ignore was being called with ',E121,E...' rather than 'E121,E...'. that resulted in odd behavior, missing the pep8 errors that are fixed here. | |||
2014-12-09 | tools/ccfg-merge-debug: fix for updated user-data/vendor-data | Scott Moser | |
this was broken previously when user-data and vender-data were brought together. | |||
2014-09-29 | tools/build-on-freebsd: e2fsprogs provides blkid | Scott Moser | |
2014-09-29 | tools/build-on-freebsd: add blkid and e2fsprogrs | Scott Moser | |
2014-09-29 | tools/build-on-freebsd: sort pkgs list | Scott Moser | |
2014-09-03 | fix: Since these now actually exist in ports, install them properly | Harm Weites | |
(with pkg). | |||
2014-09-02 | merge from trunk | Scott Moser | |
2014-08-26 | further remove evidence of pylint. | Scott Moser | |
This just removes comments '# pylint:' things and other code remnents of pylint. | |||
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-08-23 | change: Rename the config file to cloud.cfg-freebsd so it doesn't | Harm Weites | |
get copied per default. Packaging will take care of installing this configfile on the BSD platform. | |||
2014-08-23 | fix: Use the correct variable. | Harm Weites | |
2014-08-22 | build-on-freebsd: minor cleanups/bikeshedding | Scott Moser | |
2014-08-14 | fix: Install the python package that will install the required link to | Harm Weites | |
the python2.7 binary. This defaults to 2.7, which is fine. | |||
2014-08-10 | change: Install everything in the right location on both Linux (which | Harm Weites | |
ofcourse already was good) and FreeBSD (which realy likes /usr/local for this). | |||
2014-08-10 | change: Save and restore the SSH keys between builds. | Harm Weites | |
2014-08-09 | change: Make note of another python lib pypi takes care of. | Harm Weites | |
2014-08-09 | change: Create a symlink to python2.7, to make sure running plain python | Harm Weites | |
works. | |||
2014-08-09 | new: Some datasources (like Smartos) use dmidecode to gather some specific | Harm Weites | |
information, so install it. | |||
2014-08-09 | fix: More dependencies. | Harm Weites | |
2014-08-09 | new: Buildscript for installing on FreeBSD. This should do until a | Harm Weites | |
proper port is created. | |||
2014-02-28 | tools/make-tarball: add ability to include uncommited changes | Scott Moser | |
if you have UNCOMMITTED=1 in environment then the tree will contain uncommitted changes. | |||
2014-01-24 | add --dummy-variables-rgx= param when calling pylint | Scott Moser | |
new pylint in trusty complains about '_' variables if we don't do this. This seems to be ok in older versions of pylint also. | |||
2014-01-24 | pep8/pylint fixes | Scott Moser | |
tools/run-pep8 wasn't checking all python files. tools/run-pylint wasnt checking bin/cloud-init fixed resultant pep8 issues after finding them. | |||
2014-01-22 | tools/read-dependencies tools/read-version: rewrite in python | Scott Moser | |
This just does python rewrites of these tools that were shell or sed or grep. Clearly the user of cloud-init has python, but it turns out that getting sane versions of sed or grep on different unixes is less than simple. | |||
2014-01-17 | Update makefile to install from updated requirements files | Joshua Harlow | |
2013-09-11 | fix read-version | Scott Moser | |
2013-09-11 | better checking and portability in read-dependencies and read-version | Scott Moser | |
2013-09-08 | tools/read-dependencies, read-version: cleanups, and use sed not grep | Scott Moser | |
There are just some cleanups here, and use of simply 'sed' rather than grep and cut. The motivation is to support running with non gnu 'grep' that doesn't have -P. | |||
2013-04-17 | add debug output to ccfg-merge-debug | Scott Moser | |
Exeptions were being swallowed completely and no way to even see them other than log. | |||
2013-04-09 | tools: fix [some] shell quoting problems | Scott Moser | |
There were problems with these tools if the path had a space. This should make these tools safe. There are others that still have problems. | |||
2013-04-09 | tools: fix [some] shell quoting problems | Scott Moser | |
There were problems with these tools if the path had a space. This should make these tools safe. There are others that still have problems. | |||
2013-04-03 | add merge debug tool | Scott Moser | |
2013-01-21 | Add in a tool to help make mime multipart messages. | Joshua Harlow | |
2012-12-04 | replace if..else based on presense of /etc/redhat-release with use of -s | Scott Moser | |
instead of using '--stderr' on non-rhel based on the presense of /etc/redhat-release, just use the short form '-s' everywhere. | |||
2012-11-28 | Check for running inside RHEL and adjust the logging options. | Joshua Harlow | |
It seems like at least RHEL does not have the "--stderr" option but instead only supports the short version "-s" so add a check that will switch from the long version to the short version when RHEL is detected. LP: #1083715 | |||
2012-11-10 | whitespace / indentation cleanups | Scott Moser | |
These changes were pulled out of the previous merge (cc_yum_add_repo) as they were unrelated there. Re-applying them here. | |||
2012-11-09 | Merge the yaml/cloud config examples checking tool. | Joshua Harlow | |
2012-11-09 | Fix pep8 warnings. | Joshua Harlow | |
2012-11-08 | Ensure that at needed stages the local variables | Joshua Harlow | |
of the init class are reset so that when they are regenerated that they will use the updated data instead of using previous data (since they weren't reset). LP: #1076811 | |||
2012-11-08 | Add non-zero exit code when | Joshua Harlow | |
bad yamls are found instead of returning zero in that case. | |||
2012-11-08 | work with zsh by using 'emulate -L sh'. | Scott Moser | |
This makes zsh act like 'sh', but only for the function local function. This way, we do not affect the user's shell, but get the behavior we want. | |||
2012-11-08 | remove unused variable 'cr'. fix usage of 'value' to local 'val' | Scott Moser | |
2012-11-08 | revert old zsh fix (revno 697) | Scott Moser | |
2012-11-07 | Add a makefile yaml checking target | Joshua Harlow | |
and fix the cases where the cc yaml is not correct. |