Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-09 | Revert back to using cheetah + adjust resultant code + templates | Joshua Harlow | |
At this point there is a mixture of "double hash" cheetah comments and '#*' cheetah comments. | |||
2012-07-09 | Get the debian package building working again. | Joshua Harlow | |
Also, remove the pre-processing of debian/rules. instead use an environment variable. To build with sysvinit: $ INIT_SYSTEM=sysvinit ./packages/bddeb Note, debuild does complain with several errors on sysvinit building at the moment. Primarily about package installing into /etc/init.d. | |||
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-07-06 | setup.py: rename "daemon type" to "init system" | Scott Moser | |
This brings with it other changes, and also makes an install install all of the requisite init files. (ie, cloud-init needs the -local and the non-local) | |||
2012-07-04 | 1. Make the debian rules file a template (and pass in the daemon-type) | Joshua Harlow | |
2. Adjust the bddeb to pass this in (as well as other output statement being added) 3. Adjust make-tarball to only archive the bzr versioned files (using --recursive) | |||
2012-06-29 | packages/bddeb: fix broken bddeb | Scott Moser | |
needed to import glob, and use os.symlink, not util.symlink. Also, here made the 'tar' verbose. if '-v' option given. | |||
2012-06-29 | Add in the linking of the _all.deb with a symlink 'cloud-init_all.deb' | Joshua Harlow | |
2012-06-26 | 1. Add 'verbose' options to both. | Joshua Harlow | |
2. Fixup the debian building after util changes | |||
2012-06-26 | Shrink these down by using the cloudinit utils. | Joshua Harlow | |
2012-06-25 | Get these working again after the subdirectory and output | Joshua Harlow | |
format changes. | |||
2012-06-25 | Get the new builddeb working and fix the rules file | 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 the new version extraction tool to get the current active version. | 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 |