Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-16 | packages/bddeb: support building source package | Scott Moser | |
This does a few things: * changes bddeb to copying out all files created during builddeb. * link to .dsc file * remove the '--no-sign' flag, replace that by '-us -uc' command line args * also know about debuild flag '-S'. | |||
2012-07-16 | packages/bddeb: fix pep8 warnings. no other changes. | Scott Moser | |
2012-07-10 | debian packaging: use X.Y.Z~bzrREVNO rather than X.Y.Z~REVNO | Scott Moser | |
The ubuntu packaging uses ~bzrREVNO, just be more like that. | |||
2012-07-10 | debian/control.in: accept software-properties-common (LP: #1021418) | Scott Moser | |
use python-software-properties or software-properties-common to fullfill the need for 'apt-add-repository'. | |||
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 | add python-setuptools to debian build-depends | Scott Moser | |
LP: #1022101 | |||
2012-07-09 | brpm: Add printouts which match the 'bddeb' package builder. | Joshua Harlow | |
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 | 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-09 | get 'brpm' working again. update make-tarball to have a top level dir. | Joshua Harlow | |
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 | Got this working for 'brpm' again. | Joshua Harlow | |
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-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-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-28 | Fix chopping off the wrong folers, oops | Joshua Harlow | |
2012-06-28 | Syntax error fixup | Joshua Harlow | |
2012-06-28 | Remove the keep all the init directories which didn't work | Joshua Harlow | |
2012-06-28 | 1. Match the variable names with what they are used for | Joshua Harlow | |
2. Create a set of directories that need to be kept for the different boot modes. | |||
2012-06-28 | Continue working on removing and allowing the correct files in the spec ↵ | Joshua Harlow | |
generated file | |||
2012-06-28 | packages/debian/rules: remove unused quilt section | Scott Moser | |
2012-06-27 | Take only the files in the directory, not the directory itself (this causes ↵ | Joshua Harlow | |
issues when installing) | |||
2012-06-26 | 1. Add 'verbose' options to both. | Joshua Harlow | |
2. Fixup the debian building after util changes | |||
2012-06-26 | 1. Fix old info call. | Joshua Harlow | |
2012-06-26 | Shrink these down by using the cloudinit utils. | Joshua Harlow | |
2012-06-26 | 1. Remove unused return arguments | harlowja | |
2. Adjust info statement to reflect better what it is doing. | |||
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-26 | Just use the base changelog. | Joshua Harlow | |
2012-06-26 | Removed, just going to use the base 'ChangeLog' file. | Joshua Harlow | |
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 | |