Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw | |
to be behind trunk. `tox -e py27` passes full test suite. Now to work on replacing mocker. | |||
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 | Show the spec file content | Joshua Harlow | |
2014-10-13 | Fix the rpm building (currently broken) | Joshua Harlow | |
2014-08-26 | further remove evidence of pylint. | Scott Moser | |
This just removes comments '# pylint:' things and other code remnents of pylint. | |||
2014-07-24 | test: make selinux test skipped if selinux not available. | Scott Moser | |
Also, in debian packaging depend on it (so it wont skip there). | |||
2014-07-24 | remove duplicate entry in control.in | Scott Moser | |
2014-07-24 | merge from trunk | Scott Moser | |
2014-07-24 | bddeb: do not sign by default | Scott Moser | |
instead of making the common use case need to pass '-us -uc', make the less common use case pass '--sign'. | |||
2014-07-24 | default bddeb to building both systemd and upstart | Scott Moser | |
2014-07-24 | Yeah, tests pass now. | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | use override targets | Dimitri John Ledkov | |
2014-07-23 | Use nosetests and absolute imports | Dimitri John Ledkov | |
2014-07-23 | Use tests | Dimitri John Ledkov | |
2014-07-23 | fix up | Dimitri John Ledkov | |
2014-07-23 | fix ups | Dimitri John Ledkov | |
2014-07-23 | Modernise packaging, and allow multiple init system installation (based on ↵ | Dimitri John Ledkov | |
smoser pastebins). | |||
2014-07-21 | add package info for bddeb/brpm | Scott Moser | |
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-17 | more boto removal. move httpretty from 'Requires' | Scott Moser | |
the Requires would get that string rendered into the package's Depends/Requires (rather than BuildDepends/BuildRequires). We should have BuildDepends/BuildRequires too, but since trunk's package builds do not run 'make test', this isn't a big deal. This also adds 'test-requires' for httpretty. | |||
2014-01-17 | Add 'Requires' or 'Recommends' on sudo in packaging files. | Vlastimil Holer | |
2014-01-15 | Require sudo package. | Vlastimil Holer | |
2013-12-14 | packages/debian/control.in: remove 'python:Depends' | Scott Moser | |
remove python:Depends macro from the control.in file. This seemed to be overriding my 'python-json-patch | python-jsonpatch' with whichever one was installed. So, we're not getting automatic dependencies on trunk, which is honestly fine. We'll manage them this way. | |||
2013-12-13 | packages/bddeb: accept python-json-patch or python-jsonpatch | Scott Moser | |
debian bug 717916 renames python-json-patch to python-jsonpatch, so ubuntu cloud-images with cloud-init may not have python-json-patch. Just accept either one. | |||
2013-09-25 | bddeb: depend on cloud-utils or cloud-guest-utils | Scott Moser | |
saucy split cloud-utils into cloud-guest-utils and cloud-image-utils. The former is in the cloud image, the latter is not, and we actually need it for growpart which is in the former. | |||
2013-07-29 | add 'pyserial' to bddeb and bdrpm | Scott Moser | |
2013-07-25 | add debian init scripts | Scott Moser | |
These are debian's init scripts as taken from their trunk svn as of today. Thanks Juerg. | |||
2013-07-25 | add --init-sytem to ./packages/bddeb | Scott Moser | |
this way you can now do ./package/bddeb --init-system=sysvinit_deb | |||
2013-07-24 | update dependencies for jsonpatch | Scott Moser | |
2013-06-27 | Add support for building a SLES rpm package | Juerg Haefliger | |
2013-03-26 | fix brpm and bddeb by knowing about 'python-requests' | Scott Moser | |
2013-02-20 | Added arguments to packages/bddeb: | Vlastimil Holer | |
-d pass through '-d' to debuild --no-cloud-utils don't depend on cloud-utils package (default: False) These are essential for building on Debian 6, because there are no python-mocker (build dependency) and cloud-utils (install dependency) in squeeze and squeeze-backports. | |||
2012-11-14 | add debian watch | Scott Moser | |
2012-11-13 | Even when using boto < 2.6 force the unlazying to occur | Scott Moser | |
It seems like its possible that boto 2.5.2 and below have the lazy loading metadata dictionary so as a precaution we will always take the hit of unlazying the metadata dictionary by traversing it which in the non-lazy dictionary case has no effect (its marginal). This also removes the need to check the boto version and the dependency on setup tools just for this case. | |||
2012-11-13 | add dependency for 'pkg_resources' | Scott Moser | |
2012-11-13 | sort PKG_MP entries | Scott Moser | |
2012-11-12 | wrap boto.utils.get_instance_metadata to ensure non-lazy loading | Scott Moser | |
newer versions of boto lazily load the metadata from the ec2 metadata service. Here, we: 1. Add a ec2_utils module that checks which version of boto is being used and under the right versions the metadata dictionary will be expanded. 2. Use this new ec2_utils module in the cloudstack and ec2 datasources as there entrypoints into boto. 3. Add a dependency on python-pkg-resources (from pkg_resources import parse_version) to determine the boto version. LP: #1068801 | |||
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-10-08 | Add the ability to have a 'private' | Joshua Harlow | |
release number which can be to increment cloud-init while still maintaining the 'major' cloud-init version number from bzr. | |||
2012-10-05 | Ensure stderr newline. | Joshua Harlow | |
2012-10-05 | Only allow the first missing version to | Joshua Harlow | |
use the datetime.now(), the others get a warning message. | |||
2012-10-05 | Leave off creating fake headers for unknown versions | Joshua Harlow | |
since this causes rpmbuild to croak with errors like 'changelog not in descending chronological order'. |