Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-25 | Update with trunk and resolve conflicts | Joshua Harlow | |
2014-10-17 | Use TODO.rst instead of removing it | Joshua Harlow | |
2014-10-17 | Ensure the files/dirs are retained | Joshua Harlow | |
2014-10-17 | More spec file tweaks | Joshua Harlow | |
- Use _libexecdir for the helper binaries - Use _sharedstatedir instead of /var/lib - Ensure _libexecdir/${name} exists | |||
2014-10-17 | Include the systemd config files | Joshua Harlow | |
2014-10-13 | Fix the rpm building (currently broken) | Joshua Harlow | |
2014-02-10 | remove the 'tools/sudo' file and references in cloud-init.spec.in | Scott Moser | |
I'm not really sure what the function of tools/sudo was, and it was definitely not required for fixing the rpm build. | |||
2014-01-31 | Fix sudo cfg. file mode. Require sudo >= 1.7.2p2-3 with sudoers.d support. | Vlastimil Holer | |
2014-01-31 | Added config for sudo. Apply sudo config in RPM for Red Hat. | Vlastimil Holer | |
2014-01-31 | Fix Requires->requirements.txt rename in RPM build. | Vlastimil Holer | |
2014-01-15 | Require sudo package. | Vlastimil Holer | |
2012-10-08 | Make the subrelease a new k/v entry that is handled | Joshua Harlow | |
differently in the rpm spec file template instead of being joined with the release. | |||
2012-09-26 | Add a nice '-p1' | Joshua Harlow | |
2012-09-26 | Ensure the patches get activated. | Joshua Harlow | |
2012-09-25 | Add a top_dir define. | Joshua Harlow | |
2012-09-25 | Fix cheetah syntax error. | Joshua Harlow | |
2012-09-25 | Add the ability to pass patches to the | Joshua Harlow | |
rpm builder utility. | |||
2012-07-09 | fix bddeb and brpm: by renaming packaging files that are templates | Scott Moser | |
In cherry picking the cheetah commit, I missed the rename of these files. packages/debian/changelog => packages/debian/changelog.in packages/debian/control => packages/debian/control.in packages/redhat/cloud-init.spec => packages/redhat/cloud-init.spec.in | |||
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 | include ~bzr in make-tarball output tarball and top level dir | Joshua Harlow | |
output of 'make-tarball' now is tarball with name formatted as: cloud-init-$VERSION~bzr$REVNO.tar.gz Instead of cloud-init-$VERSION-$REVNO.tar.gz The former is desireable for apt at least as the '~' is understood to mean less than. This merges revno 569 and 570 from lp:~harlowja/cloud-init/rework | |||
2012-07-06 | Got this working for 'brpm' again. | Joshua Harlow | |
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-03 | Add the ability to have setup.py have a CLI option that specifies the daemon ↵ | Joshua Harlow | |
type which then later affects the installation of certain config files, which then can be extracted during package creation as needed. | |||
2012-07-02 | 1. Fixup the setup.py to not include custom startup scripts, let the ↵ | Joshua Harlow | |
packaging solutions handle these 2. Get the cloud-init specfile working for the init.d case (with the right postun and post and install sections) a. It works!!! | |||
2012-06-26 | Add in the ability to choose which type of boot type the rpm should have | harlowja | |
and adjust the specfile that is generated to remove the unwanted config files for the types which were not selected. | |||
2012-06-25 | Move redhat spec file templates to this directory | Joshua Harlow | |