Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-25 | Get these working again after the subdirectory and output | Joshua Harlow | |
format changes. | |||
2012-06-25 | 1. Change these to be templates where possible. | Joshua Harlow | |
2. Rename to be a debian subdir, matching the redhat subdir. | |||
2012-06-25 | Rename this to be 'make-tarball' to match the other | Joshua Harlow | |
tar tools name, also change output to be tab separated. | |||
2012-06-25 | Move redhat spec file templates to this directory | Joshua Harlow | |
2012-06-25 | Get the new builddeb working and fix the rules file | Joshua Harlow | |
2012-06-25 | Output the base tar name | Joshua Harlow | |
2012-06-25 | Coverting this to use the python utils | Joshua Harlow | |
2012-06-25 | Use move and not util copy | Joshua Harlow | |
2012-06-25 | Use move instead of copy | Joshua Harlow | |
2012-06-25 | Use a directory prefix | Joshua Harlow | |
2012-06-25 | Continue working on cleaning this up | Joshua Harlow | |
2012-06-25 | Add a small script to tall the whole code | Joshua Harlow | |
2012-06-25 | Continue working on cleaning this up | Joshua Harlow | |
2012-06-25 | Some cleanups around util functions and formatting | Joshua Harlow | |
2012-06-25 | Remove need to depend on cloudinit for the util functions used | Joshua Harlow | |
2012-06-25 | Fix call to rpm-changelog | Joshua Harlow | |
2012-06-25 | Add a nicer helper util for the rpm changelog | Joshua Harlow | |
2012-06-25 | Ensure rpmbuild is actually a directory before cleaning | Joshua Harlow | |
2012-06-25 | Use the standard utils now in tools for reading requires/dependencies/versions. | Joshua Harlow | |
2012-06-25 | Get rpm building working with a template. | Joshua Harlow | |
2012-06-25 | Add a simple tool that will parse the requires file | Joshua Harlow | |
2012-06-25 | Use the new tool created to get the version. | Joshua Harlow | |
2012-06-25 | Continue working on getting a specfile generated. | Joshua Harlow | |
2012-06-25 | Use the new version extraction tool to get the current active version. | Joshua Harlow | |
2012-06-25 | This tool knows how to extract the current version from the 'changelog' file. | Joshua Harlow | |
2012-06-25 | This will be a rpm template file for the eventual specfile that will be created. | Joshua Harlow | |
2012-06-25 | 1. Moving around the packages dir. | Joshua Harlow | |
2. Adjusting the bddep shell script 3. Starting to add a brpm | |||
2012-06-25 | Add warning when hitting a unknown api. | Joshua Harlow | |
2012-06-25 | Removed this, since it doesn't offer any value. | Joshua Harlow | |
2012-06-23 | Fix a bunch of == None cases | harlowja | |
2012-06-23 | 1. Use a common config merging class now in helpers | harlowja | |
that will be the central point of config fetching for both the 'init' stage and the 'module' stages a. This helps those who want to understand exactly what configs are fetched and how the merging occurs. | |||
2012-06-23 | Remove the pep8 tool from being ran in a script that has a | harlowja | |
name that seems to just say it will run pylint. Put the pep8 tool in a 'run-pep8' script. | |||
2012-06-23 | 1. Separate the pep8 check from the pylint check | harlowja | |
a. This allows them to be run as different tools (if desired) 2. Adjust the makefile to have a 'make pep8' section which can run this new script | |||
2012-06-22 | Don't complete the update if there is no datasource or if writing to cache fails | Joshua Harlow | |
2012-06-22 | Use os.path.join instead of custom string path formation | Joshua Harlow | |
2012-06-22 | 1. Move the getkeybyid function back here but add some slight adjustments | Joshua Harlow | |
a. Instead of executing a bash string, write out a temporary file and then just execute '/bin/sh' on that file with the right arguments instead. 2. Rename util.SilentTemporaryFile to util.ExtendedTemporaryFile and update the usages of the previous name accordingly, this better reflects what this temp file is. 3. More teenie pep8 line length fixings | |||
2012-06-22 | Fix syntax err, grrr | harlowja | |
2012-06-22 | 1. Add comment about conf.d overriding input config | harlowja | |
2. For reading config from conf.d, collect all the configs then call the mergemany function | |||
2012-06-22 | 1. Adjust the logging of phone home module when its not enabled | harlowja | |
2. Fix pylint warning in userdata about unused variable | |||
2012-06-22 | Turn off capturing | Joshua Harlow | |
2012-06-22 | Turn off capturing | Joshua Harlow | |
2012-06-22 | Adjust test for turning off capturing | Joshua Harlow | |
2012-06-22 | Turn off capturing | Joshua Harlow | |
2012-06-22 | Turn off capturing | Joshua Harlow | |
2012-06-22 | Use a module level constant for the filename | Joshua Harlow | |
2012-06-22 | Fix ma english | Joshua Harlow | |
2012-06-22 | Constant adding for content type, allow the part filename to be over-ridden ↵ | Joshua Harlow | |
easily | |||
2012-06-22 | Disable capturing of these subp calls | Joshua Harlow | |
2012-06-22 | 1. Add init.d/config and final scripts | Joshua Harlow | |
2. Adjust the comments of the cloud-init* scripts to match the long description of the config and final ones. | |||
2012-06-22 | Add a local only version | Joshua Harlow | |