Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-22 | packages/debian/control.in: add depends on iproute2 | Scott Moser | |
tests (specifically DataSourceOpenNebula) runs 'ip' which comes from iproute2. | |||
2015-06-05 | packages/debian/control.in: mention recommends of gdisk | Scott Moser | |
some of the partitioning code in 'disk_setup' module needs sgdisk. In the future that could move to using sfdisk also but for now we do need sgdisk for this. | |||
2015-05-19 | packages/brpm: fix for oauth library name | Scott Moser | |
brpm was broken when change from oauth to oauthlib. | |||
2015-04-08 | Correcting the pkg-name to 'oauthlib' from 'oauth' | Surojit Pathak | |
'make rpm' for 'redhat' distro was failing, as the requirement for dependency was not found, otherwise. | |||
2015-03-03 | packages/debian: move software-properties-common to recommends, add eatmydata | Scott Moser | |
2015-02-10 | make bddeb work with python3 or python2 | Scott Moser | |
painful, and not perfect, but at this point the output builds on a vivid system python2 (bddeb --python2) or python3. * remove use of cheetah by bddeb in favor of builtin renderer * add '--python2' flag to bddeb and knowledge of python 2 and python3 package names. * read-dependencies can now read test-requirements also. * differenciate from build-requirements and runtime requirements. | |||
2015-02-09 | fix copyright message | Scott Moser | |
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 | |