Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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-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. | |||
2012-07-09 | rework packaging tools to find the right cloud-init topdir | Joshua Harlow | |
This also fixes 'brpm' to address --init-system change that smoser made to setup.py before the large 'rework' merge. | |||
2012-07-06 | Reworking these to look attempt to find the right parent directory, as well | Joshua Harlow | |
as adjustments due to sysvinit rename. | |||
2012-06-26 | Add check that the changelog version is the same as the code version | harlowja | |
2012-06-25 | This tool knows how to extract the current version from the 'changelog' file. | Joshua Harlow | |