| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-20 | releasing package cloud-init version 0.7.8-3-g80f5ec4-0ubuntu1 | Scott Moser | |
| 2016-09-20 | update changelog (new upstream snapshot 0.7.8-3-g80f5ec4). | Scott Moser | |
| 2016-09-15 | releasing package cloud-init version 0.7.8-1-g3705bb5-0ubuntu1 | Scott Moser | |
| 2016-09-15 | update changelog (new upstream snapshot 0.7.8-1-g3705bb5). | Scott Moser | |
| 2016-09-12 | releasing package cloud-init version 0.7.7-31-g65ace7b-0ubuntu1 | Scott Moser | |
| 2016-09-12 | update changelog (new upstream snapshot 0.7.7-31-g65ace7b). | Scott Moser | |
| 2016-09-09 | releasing package cloud-init version 0.7.7-28-g34a26f7-0ubuntu2 | Scott Moser | |
| 2016-09-09 | update changelog | Scott Moser | |
| 2016-09-09 | debian/control: fix missing dependency on python3-serial | Scott Moser | |
| Add python3-serial to Depends. This is not resolved by ${python3:Depends} because it is commented out in requirements.txt. pyserial is problematic both because it is not pure python and because it is not available for python2.6. The commit 26ea813d2 removed pyserial and thus lost the automatic dependency. This makes SmartOS datasource work. | |||
| 2016-09-09 | releasing package cloud-init version 0.7.7-28-g34a26f7-0ubuntu1 | Scott Moser | |
| 2016-09-09 | update changelog (new upstream snapshot 0.7.7-28-g34a26f7). | Scott Moser | |
| 2016-09-08 | releasing package cloud-init version 0.7.7-26-g058dd75-0ubuntu1 | Scott Moser | |
| 2016-09-08 | update changelog (new upstream snapshot 0.7.7-26-g058dd75). | Scott Moser | |
| 2016-08-26 | releasing package cloud-init version 0.7.7-22-g763f403-0ubuntu1 | Scott Moser | |
| 2016-08-26 | update changelog (new upstream snapshot 0.7.7-22-g763f403). | Scott Moser | |
| 2016-08-26 | update changelog. | Scott Moser | |
| 2016-08-26 | debian/new-upstream-snapshot: small fixes. | Scott Moser | |
| 2016-08-24 | debian/control, debian/README.source: update to reference git. | Scott Moser | |
| 2016-08-22 | releasing package cloud-init version 0.7.7-17-g40a2f62-0ubuntu1 | Scott Moser | |
| 2016-08-22 | update changelog. | Scott Moser | |
| 2016-08-22 | update changelog | Scott Moser | |
| 2016-08-22 | debian/rules, debian/cloud-init.install: remove install file | Scott Moser | |
| Remove the install file and use --destdir=debian/cloud-init. This means we no longer have to maintain debian/cluod-init.install and risk missing some files. One such error occurred with the upstream Azure change that added dchlient-hooks, that were then not picked up by the cloud-init package here. LP: #1615745 | |||
| 2016-08-19 | debian/control: drop very old meta-package ec2-init | Scott Moser | |
| 2016-08-19 | debian/dirs: remove unnecessary file | Scott Moser | |
| 2016-08-18 | releasing package cloud-init version 0.7.7-13-g41271bd-0ubuntu1 | Scott Moser | |
| 2016-08-18 | update changelog. | Scott Moser | |
| 2016-08-18 | debian/new-upstream-snapshot: update to use git and packaging branches. | Scott Moser | |
| 2016-08-12 | releasing package cloud-init version 0.7.7-10-gbc2c326-0ubuntu1 | Scott Moser | |
| 2016-08-12 | update changelog | Scott Moser | |
| 2016-08-10 | releasing package cloud-init version 0.7.7-0ubuntu1 | Scott Moser | |
| 2016-08-10 | update changelog | Scott Moser | |
| 2016-08-09 | releasing package cloud-init version 0.7.7~git1029-gb56d7a1-0ubuntu1 | Scott Moser | |
| 2016-08-09 | debian/changelog: update | Scott Moser | |
| 2016-08-08 | debian/rules: fix PYVER in environment to sync with upstream changes. | Scott Moser | |
| 2016-08-08 | debian/control: update Standards-Version to 3.9.8 | Scott Moser | |
| 2016-08-08 | add debian directory from current yakkety | Scott Moser | |
| 2009-08-10 | Remove debian/ directory in preparation for upstream/ubuntu split. | Soren Hansen | |
| 2009-08-10 | Move ec2-config file to top-level. | Soren Hansen | |
| 2009-08-10 | Import current changelog. | Soren Hansen | |
| 2009-08-10 | Move ec2 init script from debian/ out into top-level. | Soren Hansen | |
| Install init-script using distutils. Add -o to dh_installinit call to let it find the init script. | |||
| 2009-08-10 | Moved mappings from ec2-set-sources-list to ec2init. | Soren Hansen | |
| Moved everything else from ec2-set-sources-list to ec2-set-defaults. Removed call to ec2-set-sources-list from init script. Removed ec2-set-sources-list. | |||
| 2009-08-10 | Replace calls to ec2-get-data (which was a figment of my imagination) with | Soren Hansen | |
| calls to ec2-get-info. | |||
| 2009-08-10 | Update copyright to reflect current copyright and license. | Soren Hansen | |
| 2009-08-10 | Move python-disutils.mk before debhelper.mk to make sure the python module is | Soren Hansen | |
| fully installed by dh_pycentral before the init script is run in postinst. | |||
| 2009-08-10 | Added a runtime dependency on python-boto. | Soren Hansen | |
| 2009-08-10 | Remove .py extension from scripts installed in /usr/bin | Soren Hansen | |
| 2009-08-10 | Add new script: ec2-wait-for-meta-data-service.py | Soren Hansen | |
| It will wait for around half an hour for the ec2 meta data service to turn up and eventually execute the configured bailout command (if any) if it never shows up. Call this as the first thing in the init script. | |||
| 2009-08-10 | ec2-init does not have any arch specific code at all, so go arch:all | Soren Hansen | |
| 2009-06-27 | Add the "run_once" handling to the init script. | Soren Hansen | |
| Unify init script indentation style. | |||
| 2009-06-26 | * Distutils added | Soren Hansen | |
| * New ec2init python module introduced * Lots and lots of stuff cleaned up and moved to ec2init python module. * Started the move to Boto | |||
