Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-29 | do not put comments in /etc/timezone | Scott Moser | |
comments in /etc/timezone are not expected, and can cause problems if another tool tries to read it. LP: #1341710 | |||
2014-07-24 | SeLinuxGuard: remove invalid check for sanity around restorecon, fix test | Scott Moser | |
previous commit occurred because the selinux test was failing in a schroot where there was no /etc/hosts. Now, fix that test more correctly, and fix some bad assumptions in the SeLinuxGuard. | |||
2014-07-24 | test: make selinux test skipped if selinux not available. | Scott Moser | |
Also, in debian packaging depend on it (so it wont skip there). | |||
2014-07-24 | change trunk packaging to be more modern. | Scott Moser | |
use pybuild and drop cdbs. This also now runs test during that build and does then require build dependencies. | |||
2014-07-24 | pep8 fixes (2 unrelated to this mp) | Scott Moser | |
2014-07-24 | remove duplicate entry in control.in | Scott Moser | |
2014-07-24 | remove print statement from setup.py | Scott Moser | |
2014-07-24 | merge from trunk | Scott Moser | |
2014-07-24 | bddeb: do not sign by default | Scott Moser | |
instead of making the common use case need to pass '-us -uc', make the less common use case pass '--sign'. | |||
2014-07-24 | default bddeb to building both systemd and upstart | Scott Moser | |
2014-07-24 | change default path of systemd files to /lib/sysemd/system. | Scott Moser | |
2014-07-24 | Merge systemd instlal paths. | Dimitri John Ledkov | |
2014-07-24 | refactor redundant systemd_root | Dimitri John Ledkov | |
2014-07-24 | Use pkg-config | Dimitri John Ledkov | |
2014-07-24 | Yeah, tests pass now. | Dimitri John Ledkov | |
2014-07-23 | fix httpretty based test cases if http_proxy is set. | Scott Moser | |
previously this would fail: http_proxy=http://foo.bar make test now it will pass. This works around a bug where httpretty is not able to patch http operations if http_proxy is set. https://github.com/gabrielfalcao/HTTPretty/issues/122 | |||
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | use override targets | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | more import statements | Dimitri John Ledkov | |
2014-07-23 | Use nosetests and absolute imports | Dimitri John Ledkov | |
2014-07-23 | Use tests | Dimitri John Ledkov | |
2014-07-23 | fix up | Dimitri John Ledkov | |
2014-07-23 | fix ups | Dimitri John Ledkov | |
2014-07-23 | refactor | Dimitri John Ledkov | |
2014-07-23 | Modernise packaging, and allow multiple init system installation (based on ↵ | Dimitri John Ledkov | |
smoser pastebins). | |||
2014-07-23 | Make systemd root installation dir appropriate for debian-like systems, else ↵ | Dimitri John Ledkov | |
fallback to universally acceptable one. | |||
2014-07-21 | Allow the usage of jinja2 templates | Scott Moser | |
This drops the hard requirement on Cheetah. Jinja is a python 2.4->3.x compatible templating engine, allow its optional usage (until we can depreciate cheetah) by allowing for specifying a template file header that can define which template engine to use. If the template file header does not specify a renderer, then assume that that is cheetah. If cheetah is not available, then use a limited builtin renderer on a best effort basis, and log the warning. LP: #1219223 | |||
2014-07-21 | add package info for bddeb/brpm | Scott Moser | |
2014-07-21 | use textwrap, simple formatting improvement. | Scott Moser | |
2014-07-21 | merge from trunk | Scott Moser | |
2014-07-18 | Add non braces matching and a few more tests | Joshua Harlow | |
2014-07-16 | fix 'make test' in python 2.6 | Scott Moser | |
2014-07-16 | Fix a few tests that have been failing in python 2.6 | Joshua Harlow | |
A few of the current tests have been continually failing in python 2.6 based systems, due to lack of unit test functions that are now added to ensure we can run the unit tests (and not have to ignore those failures) on python 2.6 | |||
2014-07-16 | Log the renderer type when rendering files | Joshua Harlow | |
2014-07-16 | Add basic renderer support and more robust import handling | Joshua Harlow | |
2014-07-16 | Less noisy logs, and improve some log messages. | Scott Moser | |
Removes some of the log messages that are not really meaningful. | |||
2014-07-15 | Add more useful execution continuing message | Joshua Harlow | |
2014-07-15 | Remove some of the more useless debug logs | Joshua Harlow | |
2014-07-07 | move TODO to TODO.rst | Scott Moser | |
2014-06-29 | Move to a rst format for the TODO file | Joshua Harlow | |
Adjust the TODO file to be in rst format (which is nicer to look at) and remove some of the TODO items that are no longer relevant. | |||
2014-06-09 | doc: fix user-groups doc to reference plural ssh-authorized-keys | Scott Moser | |
LP: #1327065 | |||
2014-06-02 | SmartOS test: do not require existance of /dev/ttyS1. | Scott Moser | |
LP: #1316597 | |||
2014-05-30 | CloudSigma: only poll on serial device after dmidecode check. | Kiril Vladimiroff | |
On systems with a ttyS1 and nothing attached, the read attempts that the cloud sigma datasource would do would block. Also, Add timeouts for reading/writting from/to the serial console LP: #1316475 | |||
2014-05-30 | minor cleanups. | Scott Moser | |
* do not run dmidecode on arm. * line length * comment that 60 second time out is expected | |||
2014-05-30 | add vendordata support to cloudsigma datasource | Scott Moser | |
LP: #1303986 | |||
2014-05-30 | open 0.7.6 | Scott Moser | |
2014-05-30 | Use dmidecode to detect if cloud-init runs in CloudSigma's infrastructure | Kiril Vladimiroff | |